CRUDE-ASP icon indicating copy to clipboard operation
CRUDE-ASP copied to clipboard

Top bar notification menus

Open EitanBlumin opened this issue 7 years ago • 2 comments

Could be useful to implement them dynamically somehow. Some sort of generic HTML template that displays data from a query? The notification menu items themselves could be set up dynamically (glyph icon, badge color, "view all messages" URI...)

EitanBlumin avatar Jul 31 '18 20:07 EitanBlumin

Automatic refresh could be implemented using AdminLTE's box-refresh widget: https://adminlte.io/docs/2.4/js-box-refresh

EitanBlumin avatar Feb 15 '19 08:02 EitanBlumin

Can also be implemented using HTML 5 server event listener:

https://www.w3schools.com/html/html5_serversentevents.asp

EitanBlumin avatar Apr 04 '19 19:04 EitanBlumin