Actions
Bug #22229
closedClean up app bar menus
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Workbench2
Target version:
Story points:
-
Release:
Release relationship:
Auto
Description
From the upper right user menu:
- Remove "Shell Access" because it can be found in the left side nav
- Remove "Repositories" because that feature is completely gone in 3.0
From the upper right admin menu:
- Remove "Repositories" because that feature is completely gone in 3.0
- Remove "Groups" because it can be found in the left side nav
Updated by Peter Amstutz about 1 month ago
- Status changed from New to In Progress
Updated by Peter Amstutz about 1 month ago
- Description updated (diff)
- Subject changed from Clean up user menu to Clean up app bar menus
Updated by Peter Amstutz 30 days ago
- Assigned To set to Stephen Smith
- Status changed from In Progress to New
Updated by Peter Amstutz 30 days ago
- Target version changed from Development 2024-10-23 sprint to Development 2024-11-06 sprint
Updated by Peter Amstutz 27 days ago
- Assigned To changed from Stephen Smith to Peter Amstutz
Updated by Peter Amstutz 27 days ago
22229-app-menus @ 1637b35cdd98ab051fb59f264def73ee1d874db3
Updated by Peter Amstutz 25 days ago
22229-app-menus @ c229c12c0d98614705a56331476f8ccf77c4e001
Updated by Peter Amstutz 24 days ago
22229-app-menus @ 3cb17c38ad9ea46fab7bfdc918d719d54eec217d
Updated by Peter Amstutz 24 days ago
- All agreed upon points are implemented / addressed. Describe changes from pre-implementation design.
- removes "Repositories", "Shell Access" and "Groups" from the menus
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- n/a
- Code is tested and passing, both automated and manual, what manual testing was done is described.
- e2e tests updated
- New or changed UX/UX and has gotten feedback from stakeholders.
- n/a
- Documentation has been updated.
- n/a
- Behaves appropriately at the intended scale (describe intended scale).
- n/a
- Considered backwards and forwards compatibility issues between client and server.
- n/a
- Follows our coding standards and GUI style guidelines.
- yes
This is one of those tickets where the code change was trivial but fixing up the testing was a bit of work. The most annoying part was having to figure out that I needed to generate a synthetic "mouseout" event to get the tooltip to go away, because it was covering the menu item, preventing it from being clicked.
Updated by Stephen Smith 23 days ago
Only thing I noticed is that Groups is still present in the menu, otherwise LGTM!
Updated by Peter Amstutz 21 days ago
- Status changed from In Progress to Resolved
Actions