about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/notifications
AgeCommit message (Expand)Author
2020-11-12[Glitch] Add button to dismiss desktop notifications permissions bannerEugen Rochko
2020-10-27Add option to hide notification markersThibaut Girka
2020-10-21[Glitch] Change how missing desktop notifications permission is displayedEugen Rochko
2020-10-21[Glitch] Fix browser notification permission request logicThibG
2020-10-21[Glitch] Fix mark as read in notifications to be saved immediatelyTakeshi Umeda
2020-09-28[Glitch] Add option to be notified when a followed user postsEugen Rochko
2020-09-28[Glitch] Fix notification filter bar incorrectly filtering gapsThibG
2020-09-19Minor refactoring and fixupsThibaut Girka
2020-09-17Submit timeline markers closer to the moment they changeThibaut Girka
2020-09-17Fix crashes when connection dropsThibaut Girka
2020-09-17Add button to manually mark all notifications as readThibaut Girka
2020-09-17Only update read marker when giving focus/mounting columnThibaut Girka
2020-09-17Display unread marker for notificationsThibaut Girka
2020-01-26Refactor notifications cleaning modeThibaut Girka
2019-12-07[Glitch] Add follow_request notification typeThibG
2019-10-06[Glitch] Fix scroll to top in single column UIEugen Rochko
2019-10-05[Glitch] Change single-column mode to scroll the whole pageEugen Rochko
2019-09-30[Glitch] Change at icon in notification filter to reply-allkoyu
2019-09-18[Glitch] Fix “slow mode” issuesThibG
2019-09-09Use the `Icon` component instead of directly using `i` tagThibaut Girka
2019-09-09Move “export” before decoratorsThibaut Girka
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
2019-04-17When selecting a toot via keyboard, ensure it is scrolled into viewThibaut Girka
2019-03-13[Glitch] Add UI for enabling/disabling poll notificationsThibG
2019-03-11[Glitch] Add support for poll ending notificationsThibaut Girka
2019-02-10Avoid two-step rendering of statuses as much as possibleThibaut Girka
2018-12-18[Glitch] Add notification quick-filter bar in the frontend appThibaut Girka
2018-11-13[Glitch] Fix loading indicator inconsistencyThibaut Girka
2018-10-22[Glitch] Surround mid-text display names with bdi tagsThibaut Girka
2018-09-29Merge pull request #681 from ThibG/glitch-soc/fixes/accessibilityDavid Yip
2018-09-07Keep track of unread notifications when the notification column isn't mountedThibaut Girka
2018-08-31[Glitch] Add aria-label to column regionsThibaut Girka
2018-07-10[Glitch] Fix filters not affecting notifications in web UIThibaut Girka
2018-05-29[Glitch] Improve load gap styling in web UIThibaut Girka
2018-05-29[Glitch] Allow clients to fetch notifications made while they were offlineThibaut Girka
2018-05-27[Glitch] Replace onScrollToBottom with onLoadMoreThibaut Girka
2018-04-19Fix auto-collapsed toots making the TL jump (fixes #417)Thibaut Girka
2018-01-09Rename key to path in actions and reducers for settings (tootsuite pr #6105)cwm
2017-12-30remove unused 'saveSettings' from column_settings_containercwm
2017-12-30web push updates (tootsuite PRs #5879, #5941, #6047)cwm
2017-12-26Rename settingKey to settingPath (tootsuite pr #6046 & #6098)cwm
2017-12-04Merge branch 'gs-master' into glitch-themeDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!