Bug #22207
closedMove lesser-used operations to the end of the icon list
Description
May need to implement a "copy to uuid to clipboard" operation, but this should be trivial.
Projects¶
Group 1:
- View details
- Open in new tab
- Copy UUID to clipboard
- Share
- Edit details
- Move to trash
Group 3:
- New project
- Move project
- Freeze
- Favorite
- Public favorite
Group 4:
- Copy link to clipboard
- Open with 3rd party client
- API details
Collections¶
Group 1:
- View details
- Open in new tab
- Copy UUID to clipboard
- Share
- Edit details
- Move to trash
Group 3:
- Copy collection
- Move collection
- Favorite
- Public favorite
Group 4:
- Copy link to clipboard
- Open with 3rd party client
- API details
Workflow runs¶
Group 1:
- View details
- Open in new tab
- Copy UUID to clipboard
Group 2:
- Copy and re-run
- Edit details
- Remove
Group 3:
- Outputs
- Favorite
- Public favorite
Group 4:
- Copy link to clipboard
- API details
Workflow definitions¶
Group 1:
- View details
- Open in new tab
- Copy UUID to clipboard
Group 2:
- Run
- Remove
Group 3:
- Copy link to clipboard
- API details
Files
Related issues
Updated by Peter Amstutz about 1 month ago
- Status changed from New to In Progress
Updated by Peter Amstutz about 1 month ago
- Subject changed from Move lesser-used icons to the end of the operations list to Move lesser-used operations to the end of the icon list
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2024-11-06 sprint to Development 2024-10-23 sprint
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2024-10-23 sprint to Development 2024-11-06 sprint
Updated by Peter Amstutz about 1 month ago
- Target version changed from Development 2024-11-06 sprint to Development 2024-10-23 sprint
Updated by Peter Amstutz about 1 month ago
- Assigned To set to Lisa Knox
- Status changed from In Progress to New
Updated by Peter Amstutz about 1 month ago
- We are currently using the "InsertLink" icon (https://mui.com/material-ui/material-icons/?query=link&selected=InsertLink) for copying full URLs to the clipboard, we will continue doing that
- We are currently using the "FileCopyOutlined" icon (https://mui.com/material-ui/material-icons/?query=file&theme=Outlined&selected=FileCopyOutlined) for copying ids
- We also use FileCopyOutlined to mean "copy collection"
"copy uuid" on the toolbar, we would like to use "FileCopyOutlined" but it conflicts with "Copy Collection"
So that means we need to change the icon used for "Copy Collection".
- Use "LibraryBooksOutlined" as the copy collection icon on the toolbar.
- Because "LibraryBooks" is currently used as the icon for collections, change the standard "Collection" icon to "Description".
- Change the icon used to copy ids (currently FileCopyOutlined) to "ContentCopy"
- E.g. the values in the right side "Details" panel
- That means the icon used to copy the uuid on the toolbar will also ben "ContentCopy"
Updated by Peter Amstutz about 1 month ago
New plan:
Change the icon used to copy ids (currently FileCopyOutlined) to "ContentCopy"
E.g. the values in the right side "Details" panel should also be using "ContentCopy"
Then the icon used to copy the uuid on the toolbar should also be "ContentCopy"
Design principle is to use "Link" when it copies a full URL and "ContentCopy" when it copies a UUID.
Updated by Lisa Knox about 1 month ago
22207-icon-resort @ 2dee3c8d68af8e561454fe829fc41cf6475fea6c
developer-run-tests-services-workbench2: #1272
- ✅ All agreed upon points are implemented / addressed.
- - Anything not implemented (discovered or discussed during work) has a follow-up story.
- ✅ Code is tested and passing, both automated and manual, what manual testing was done is described
- ✅ New or changed UX/UX and has gotten feedback from stakeholders.
All direction was from the stakeholders - - Documentation has been updated.
- ✅ Behaves appropriately at the intended scale (describe intended scale).
- ✅ Considered backwards and forwards compatibility issues between client and server.
No change - ✅ Follows our coding standards and GUI style guidelines.
- There is a reference to "Copy Link To Clipboard" items for Workflow runs, but that menu item didn't previously exist and there was no mention of implementing it, so I assumed it was a mistake.
Updated by Peter Amstutz about 1 month ago
Lisa Knox wrote in #note-18:
22207-icon-resort @ 2dee3c8d68af8e561454fe829fc41cf6475fea6c
developer-run-tests-services-workbench2: #1272
Notes:
- ✅ All agreed upon points are implemented / addressed.
- - Anything not implemented (discovered or discussed during work) has a follow-up story.
- ✅ Code is tested and passing, both automated and manual, what manual testing was done is described
- ✅ New or changed UX/UX and has gotten feedback from stakeholders.
All direction was from the stakeholders- - Documentation has been updated.
- ✅ Behaves appropriately at the intended scale (describe intended scale).
- ✅ Considered backwards and forwards compatibility issues between client and server.
No change- ✅ Follows our coding standards and GUI style guidelines.
- There is a reference to "Copy Link To Clipboard" items for Workflow runs, but that menu item didn't previously exist and there was no mention of implementing it, so I assumed it was a mistake.
There should be a "Copy Link To Clipboard" for workflow runs, so I think leaving it out was an earlier oversight. Please add that.
I think this is pretty good, just one thing I noticed:
When opening the overflow menu, the tooltips appear below the item. When you move the pointer down towards the next item, the tooltip is still visible, as a result the pointer wants to interact with the tooltip from the previous item instead of hovering over the next item.
To fix this, I propose adding placement="left-end"
to only the tooltips that appear in the overflow menu.
We don't want to use that placement for the horizontal toolbar, otherwise we just have the same issue. The tooltip needs to appear somewhere out of the way of the direction of motion of the pointer along the menu.
Updated by Lisa Knox 30 days ago
22207-icon-resort @ a0a90345d5be7cc969236b76543ba99ca76e56ef
developer-run-tests-services-workbench2: #1288
There should be a "Copy Link To Clipboard" for workflow runs...
added
When opening the overflow menu, the tooltips appear below the item...
Done
To fix this, I propose adding
placement="left-end"
...
I chose left-start instead of left-end because it had better vertical alignment with the list items
Also, I noticed that when a project is frozen, the "Share" button (in both the toolbar and context menu) is in a subsection all by itself. At first I thought something was broken, but it's just how the new sorting plays out. It looks kinda funky to me, but I can't really think of a way to improve it, and it doesn't necessarily need to be changed.
Updated by Peter Amstutz 30 days ago
- Blocked by Bug #22236: Toolbar overflow not working added
Updated by Peter Amstutz 30 days ago
Found #22236, we'll fix it on this branch.
Updated by Peter Amstutz 30 days ago
Also, I noticed that when a project is frozen, the "Share" button (in both the toolbar and context menu) is in a subsection all by itself. At first I thought something was broken, but it's just how the new sorting plays out. It looks kinda funky to me, but I can't really think of a way to improve it, and it doesn't necessarily need to be changed.
So, I also noticed that buttons that require "can_write" access (edit, move, etc) are showing up for collections and container requests within frozen projects as well. So I'm suspicious of how workbench determines what is writable. Made a separate ticket #22235 .
Updated by Peter Amstutz 30 days ago
I'm leaning towards removing the first divider.
Also, we need to systematically go through and check that all the toolbars are correct for each of admin, can_manage, can_write and can_read access levels, I'm working on that in #22235 .
Updated by Lisa Knox 30 days ago
22207-icon-resort @ 95912249e8123984c95a40ca6ee547448349be8d
developer-run-tests-services-workbench2: #1290
Fixed #22236, removed first divider, and adjusted some of the toolbar css
Updated by Peter Amstutz 30 days ago
- File all-processes-overflow-fine.png all-processes-overflow-fine.png added
- File workflow-runs-toolbar-bad-overflow.png workflow-runs-toolbar-bad-overflow.png added
- File subprocesses-toolbar-overflow.png subprocesses-toolbar-overflow.png added
Please remove the first divider from the "Workflow" type as well.
Few more toolbar overflow menu issues:
The workflow runs tab is definitely not detecting that it needs an overflow menu:
Similar problem in the "Subprocesses" listing:
"All processes" is fine, though:
Updated by Peter Amstutz 29 days ago
- Target version changed from Development 2024-10-23 sprint to Development 2024-11-06 sprint
Updated by Lisa Knox 29 days ago
22207-icon-resort @ d64e7cb73967f012da2e0ed4ad9caa3303b2d329
developer-run-tests-services-workbench2: #1298
The bug where the toolbar overflows into the search input has been there for months, apparently. We never noticed it because until now, the search input and the toolbar were on separate 'rows'.
Additionally, the struggle to fit all of the things we want to fit above a data explorer has been going on for way too long, so I made some executive decisions here that I think will just straighten this out for good.
- The process progress bar is moved to be above all the other items in the Project view and to below all the other items in the 'subprocess' and 'run history' panels.
This solves every other layout problem with the toolbar on this ticket and (hopefully) prevents us from having to revisit this area again, because moving the progress bar out of the way means that everything else we want to fit in that space actually has the room to fit there.
The decision to move the progress bar up in the project view and down in all other views was a purely aesthetic one. Moving them all up or down looked unbalanced to me.
Updated by Lisa Knox 28 days ago
22207-icon-resort @ a3f995fc2085c067f7b2ba2cd2d48e8ab2e40bce
developer-run-tests-services-workbench2: #1301
merged main into this branch
Updated by Peter Amstutz 28 days ago
- File run-history-toolbar3.png run-history-toolbar3.png added
- File workflow-runs-toolbar.png workflow-runs-toolbar.png added
- File subprocesses-toolbar.png subprocesses-toolbar.png added
- File all-processes-toolbar.png all-processes-toolbar.png added
I think the progress bar needs to go below the icons on "Workflow Runs" because it feels super awkward and inconsistent for it to be on top.
Updated by Lisa Knox 28 days ago
22207-icon-resort @ f04703e79c0095e6b6ef96b0262d81fc5316df63
developer-run-tests-services-workbench2: #1303
Done
Updated by Peter Amstutz 28 days ago
Lisa Knox wrote in #note-31:
22207-icon-resort @ f04703e79c0095e6b6ef96b0262d81fc5316df63
developer-run-tests-services-workbench2: #1303
Done
LGTM!
Updated by Lisa Knox 28 days ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|2918108c9352c69662160af908abcab5bcb1d6bb.