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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from 1ureka/1.0.5
This pull request introduces a new gridSelectionStore system to handle image selection in grid view, separating it from the existing selectionStore to resolve selection issues unique to image mode. It also unifies and simplifies the file deletion workflow across the backend and frontend, standardizing parameter names and logic. The UI is updated to visually reflect image selection, and all related actions (click, keyboard shortcuts, context menu) now use the new selection logic in image mode.