aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/js/features/notification.js
Commit message (Expand)AuthorAgeFilesLines
* Fix some incorrect async functions, improve frontend document. (#17597)wxiaoguang2021-11-121-17/+18
* Improve async/await usage, and sort init calls in `index.js` (#17386)wxiaoguang2021-11-091-2/+2
* Frontend refactor, PascalCase to camelCase, remove unused code (#17365)wxiaoguang2021-10-211-14/+14
* Update JS dependencies (#16708)silverwind2021-08-171-2/+2
* Update notification table with only latest data (#16445)zeripath2021-07-171-4/+12
* Fix handling of logout event (#15323)zeripath2021-04-081-1/+1
* Drop the event source if we are unauthorized (#15275)zeripath2021-04-041-0/+5
* Update JS dependencies and webpack (#14118)silverwind2020-12-271-37/+35
* Re-fix #12095 again (#12138)zeripath2020-07-051-1/+1
* Bugfix for shared event source (#12129)zeripath2020-07-041-11/+6
* Move EventSource to SharedWorker (#12095)zeripath2020-07-031-29/+68
* Close EventSource before unloading the page (#11539)silverwind2020-05-221-0/+3
* Add EventSource support (#11235)zeripath2020-05-071-11/+48
* Use AJAX for notifications table (#10961)zeripath2020-04-241-0/+110