Feature #16627
closedAdd refresh button to views
100%
Description
The project tree, shared tree, favorites tree, project view, collection view, and other elements of the UI render from cached values. Add "refresh" buttons so the user can manually trigger a refresh of cached values.
Places that need refresh buttons:
- Project list (tree in left panel)
- Shared with me (tree in left panel)
- Project view
- Shared with me
- Public Favorites
- My Favorites
- Workflows
- All processes
- Trash
- Collection view
- Process view
Accessed through the user or admin menus:
- Virtual machines
- Users
- Groups
Updated by Peter Amstutz over 4 years ago
- Description updated (diff)
- Category deleted (
Workbench2)
Updated by Peter Amstutz over 4 years ago
- Target version set to 2020-08-12 Sprint
Updated by Daniel Kutyła over 4 years ago
- Status changed from New to In Progress
Updated by Peter Amstutz over 4 years ago
- Related to Bug #16119: display lingers after error added
Updated by Daniel Kutyła over 4 years ago
New version: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/cdd2d0222b4a0d7d2b6e0cf27ca3951d7d89a8c1
Test run: developer-tests-workbench2: #68
Added refresh button to the main bar
Updated by Lucas Di Pentima over 4 years ago
Reviewing branch 16627-add-refresh-button-to-views
at cdd2d02
This works great! I have just one suggestion prior to merge:
- You could use
history.replace()
instead ofhistory.push()
to avoid browser history "contamination", what do you think?
Updated by Daniel Kutyła over 4 years ago
New version: https://dev.arvados.org/projects/arvados-workbench-2/repository/revisions/cbaeb9dabcb7fcaa33281ce026439874ebe12a9a
Test run: developer-tests-workbench2: #69
Replaced push with replace for history
Updated by Daniel Kutyła over 4 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset arvados:arvados-workbench2|55e9d0bcceeb7c88f7bd8d0b20408c6b87846ff2.