Change #4267
Category | None |
Changed by | Bill Erickson <berickxx | @gmail.com>
Changed at | Fri 19 May 2017 10:10:01 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 7814064a1a4c21094017f4b553e91c879c5e100d |
Comments
LP#1564508 Hatch status in hamburger, remove statusbar * Move the Hatch connectivity status indicator into the upper-right hamburger menu. * Removes the long-hidden hatch/websockets statusbar. * Since the Hamburger forces a re-digest of the interface when opened, the code no longer attempts to force the page to re-$apply() when the Hatch connection opens or closes. It's no longer necesssary (and was buggy). * The WebSockets connectivity status is not added to the hamburger. The websockets connection will go up and down regularly as connections expire and reset. Having the indicator flash could lead to unneccesary panic. Plus, if websockets are down, staff can't log in anyway. Signed-off-by: Bill Erickson <berickxx@gmail.com> Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Changed files
- Open-ILS/src/templates/staff/base.tt2
- Open-ILS/src/templates/staff/base_js.tt2
- Open-ILS/src/templates/staff/css/style.css.tt2
- Open-ILS/src/templates/staff/navbar.tt2
- Open-ILS/src/templates/staff/statusbar.tt2
- Open-ILS/web/js/ui/default/staff/Gruntfile.js
- Open-ILS/web/js/ui/default/staff/services/navbar.js
- Open-ILS/web/js/ui/default/staff/services/statusbar.js
- Open-ILS/web/js/ui/default/staff/test/karma.conf.js