-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IS-678: UI changes for album tile #1630
Conversation
Note: Haven't update E2E (if needed) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just curious - editing of folder seems to have been removed wholesale? if this is unintended, pls dismiss
icon={<BiEditAlt />} | ||
as={RouterLink} | ||
to={`/sites/${siteName}/media/${mediaType}/mediaDirectory/${encodedDirectoryPath}`} | ||
> | ||
<Text>Edit folder</Text> | ||
</ContextMenu.Item> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure if this is covered later on but how are we allowing them to edit the folder in this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait current understanding is Edit folder just allows user to rename folder, pls correct me if otherwise
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- "Edit ____" for folder / album / category / page: used to be the same as "open"
- "Edit ____" for file / image: used to be the same as "rename" (= also called "Settings" on the modal)
Imo #1 is okay to get rid of becos it's the same as just clicking on the tile
#2 is covered by the new "Rename" option
@harishv7 Screenshots look good! |
Problem
Implement UI changes for album tile. Currently, our "edit" in the dropdown is just equivalent to clicking the tile and "settings" just does rename of the folder.
Closes IS-678
Solution
Took the liberty to update across images + files, resource room and workspace.
UI should look like this. For full design see Figma link on ticket IS-678
Breaking Changes
Before & After Screenshots
BEFORE:
AFTER:
Tests
npm run tests
)!run e2e
)