You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building upon the new Grid/Gallery view for file fields (#21726 ), users need quick and direct ways to manage individual files without opening complex menus. This ticket adds inline renaming and a quick deletion action to the file thumbnails.
Current behavior
Users cannot easily rename a file directly from the edit view without multiple clicks. Deleting a file from the list also requires interacting with small, sometimes hidden menus.
Expected behavior
Inline Renaming: In the new Gallery view, clicking directly on the file name text (displayed below the thumbnail) should transform the text into an input field, allowing inline renaming of the file.
Quick Deletion: When a user hovers over a thumbnail in the grid, a small, distinct 'X' (or trash) icon should appear in the top right corner. Clicking it should instantly prompt for deletion or remove the attachment.
Technical inputs
Implement an inline edit text input component that toggles state when the file name text is clicked.
Trigger a file update mutation to save the new name onBlur or onEnter.
Add a hover state overlay on the thumbnail component to display the deletion action icon.
Trigger the standard file deletion mutation when the 'X' is clicked.
This discussion was converted from issue #21727 on June 17, 2026 13:21.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Scope & Context
Building upon the new Grid/Gallery view for file fields (#21726 ), users need quick and direct ways to manage individual files without opening complex menus. This ticket adds inline renaming and a quick deletion action to the file thumbnails.
Current behavior
Users cannot easily rename a file directly from the edit view without multiple clicks. Deleting a file from the list also requires interacting with small, sometimes hidden menus.
Expected behavior
Technical inputs
onBluroronEnter.All reactions