about summary refs log tree commit diff
path: root/app/javascript/mastodon/features/notifications/index.js
AgeCommit message (Expand)Author
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-01-30Upgrade ESlint to v8 (#23305)Nick Schonning
2022-11-05Fix JavaScript console warning when loading notifications (#19772)Sunny Ripert
2022-10-20Change public accounts pages to mount the web UI (#19319)Eugen Rochko
2022-10-09Add title to pages with missing title in Web UI (#19322)Yamagishi Kazutoshi
2022-10-04Fix logged-out web UI on smaller screens (#19263)Eugen Rochko
2021-07-13Improve modal flow and back button handling (#16499)Claire
2021-05-07Change home timeline to reload after follow recommendations in web UI (#16160)Eugen Rochko
2021-03-19Add option to opt out of unread notification markers (#15842)Claire
2020-12-15Change notification permission handling (#15176)ThibG
2020-12-09Fix notifications being unnecessarily redrawn on state change (#15312)ThibG
2020-10-15Change how missing desktop notifications permission is displayed (#14985)Eugen Rochko
2020-10-13Fix browser notification permission request logic (#13543)ThibG
2020-10-01Fix mark as read in notifications to be saved immediately (#14907)Takeshi Umeda
2020-09-26Add unread notification markers (#14818)ThibG
2020-09-16Fix notification filter bar incorrectly filtering gaps (#14808)ThibG
2019-09-21Fix updates being hidden behind pending items on unmounted components (#11898)Eugen Rochko
2019-09-16Fix “slow mode” issues (#11859)ThibG
2019-08-01Fix scroll to top in single column UI (#11463)Eugen Rochko
2019-07-19Change single-column mode to scroll the whole page (#11359)Eugen Rochko
2019-07-16Add option to disable real-time updates in web UI (#9984)Eugen Rochko
2019-05-03When selecting a toot via keyboard, ensure it is scrolled into view (#10593)ThibG
2018-12-16Add notification quick-filter bar in the frontend app (#9399)Paweł Ngei
2018-11-10Fix loading indicator inconsistency (#9252)Eugen Rochko
2018-09-14Upgrade Babel to version 7.0.0 (#5925)Yamagishi Kazutoshi
2018-08-23Add aria-label to column regions (#8390)Eugen Rochko
2018-04-10Improve load gap styling in web UI (#7100)Eugen Rochko
2018-03-24Allow clients to fetch notifications made while they were offline (#6886)Akihiko Odaki
2018-03-05Replace onScrollToBottom with onLoadMore (#6615)Akihiko Odaki
2018-03-04Finalize location on scrollable notifications when unmounting (#6614)Akihiko Odaki
2017-10-06Implement hotkeys for web UI (#5164)Eugen Rochko
2017-09-03Fix a problem that notification column goes to top (#4792)abcang
2017-08-28Generalized the infinite scrollable list (#4697)abcang
2017-07-11refactor: Rewrite immutablejs import statements using destructuring (#4147)Sorin Davidoi
2017-07-05Show LoadMore button on Notifications even if all items are filtered (#4077)unarist
2017-06-24Use debounce for dispatch scrollTopNotification and expandNotifications (#3700)unarist
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
2017-06-12Re-add clear notifications button (#3708)Yamagishi Kazutoshi
2017-06-05Fix LoadMore in Notifications. (#3590)Naoki Kosaka
2017-06-05Prevent pinned columns from scroll to top on URL changing (#3586)unarist
2017-06-04Allow mounting arbitrary columns (#3207)Eugen Rochko
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-20feat: Use CSS contain to avoid computations (#3158)Sorin Davidoi
2017-05-12Use ES Class Fields & Static Properties (#3008)Yamagishi Kazutoshi
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko