Actions
Feature #20485
closedcache notification drawer state
Description
As long as foreman is not a single page app, when a user has the notification drawer highlighted (e.g. has notifications) when moving from one page to another, there is a very quick status change due to initial page load reload the drawer and until the notification api call is not complete the drawer has no content.
this creates an annoying side effect where the drawer is highlighted, then not highlighted and then quickly highlighted again.
I would like that we store (in browser cache) if its highlighted or not, and update it upon a notification api call or when a user clear the state.
Updated by Daniel Lobato Garcia over 7 years ago
- Priority changed from Normal to Low
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ohad Levy
- Pull request https://github.com/theforeman/foreman/pull/4715 added
Updated by Tomer Brisker over 7 years ago
- Translation missing: en.field_release set to 296
Updated by Ohad Levy over 7 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 6629bac032ab1a1f174be2d7bd7491e4587cb329.
Actions