Replies: 2 comments
|
Hi, I'd like to work on this issue. I'm currently setting up the project locally and investigating the existing file field edit component. I'll start with the gallery/grid view implementation. |
0 replies
|
Hi, thanks for your feedback. We use issues for bugs, features like this should be discussions first! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Scope & Context
We are working on improving the user experience for managing multiple files and images within records. Since the maximum files limit was recently increased from 10 to 60, the current UI is no longer suitable.
This specific ticket focuses on the foundational change: replacing the small vertical list with a mosaic/grid layout when editing a file field, to easily view and manage large numbers of files.
Current behavior
Currently, when clicking the edit (pencil) icon on a file/image field, the UI displays a very small vertical list. Thumbnails are too small to properly identify photos, and having to scroll through a long list of up to 60 files is tedious. Users find image management extremely painful and counter-productive compared to industry standards.
Expected behavior
When clicking the edit (pencil) icon on a file field, the UI should open a larger mosaic/gallery view to properly manage files.
Technical inputs
FileGalleryorFileGridViewcomponent.All reactions