Add thumbnail property to User model for image handling
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:
Tom Butcher 2026-07-31 22:54:41 +01:00
parent db249d9dc9
commit 95e02dcd63

View File

@ -116,6 +116,7 @@ export const User = {
fileType: 'image',
previewOpen: true,
showPreview: false,
thumbnail: true,
columnWidth: 150,
masterFilter: ['.png', '.jpg', '.jpeg']
}