Add thumbnail property to User model for image handling
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
- Introduced a new 'thumbnail' property in the User model to enable thumbnail support for image rendering. - This enhancement improves the visual representation of user-related images in the application.
This commit is contained in:
parent
db249d9dc9
commit
95e02dcd63
@ -116,6 +116,7 @@ export const User = {
|
||||
fileType: 'image',
|
||||
previewOpen: true,
|
||||
showPreview: false,
|
||||
thumbnail: true,
|
||||
columnWidth: 150,
|
||||
masterFilter: ['.png', '.jpg', '.jpeg']
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user