about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/notifications/index.js
AgeCommit message (Collapse)Author
2020-10-27Add option to hide notification markersThibaut Girka
2020-10-21[Glitch] Change how missing desktop notifications permission is displayedEugen Rochko
Port a69ca294738dbe22bacaf9f1fc5a551d99797b35 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-10-21[Glitch] Fix browser notification permission request logicThibG
Port f54ca3d08e068af07a5b7a8b139e7658b3236db8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-10-21[Glitch] Fix mark as read in notifications to be saved immediatelyTakeshi Umeda
Port bec8b12bb52a57b54b66899b2650a5611d9bd561 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-09-28[Glitch] Fix notification filter bar incorrectly filtering gapsThibG
Port aab867b0e8119ecee78dabe8007f3c033e734b6d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
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-10-06[Glitch] Fix scroll to top in single column UIEugen Rochko
Port 2dee293c4c98486d387105224023fad02b8b0d96 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-05[Glitch] Change single-column mode to scroll the whole pageEugen Rochko
Port aa22b38fdbc1842549b6cbc0e0d948f85a71b92a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-18[Glitch] Fix “slow mode” issuesThibG
Port f1098675782944fe1dabec71cd58d3d091da06a0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-09Move “export” before decoratorsThibaut Girka
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
Port 729723f857d11434c0f78d63fe16537d77f1c77c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-04-17When selecting a toot via keyboard, ensure it is scrolled into viewThibaut Girka
2018-12-18[Glitch] Add notification quick-filter bar in the frontend appThibaut Girka
Port 13dce126655f856f23d02373fa2e333e74bdc36e to glitch-soc
2018-11-13[Glitch] Fix loading indicator inconsistencyThibaut Girka
Port 3cecf3e5b995f5035b17fd9572c17ba1ede9346b to glitch-soc
2018-09-29Merge pull request #681 from ThibG/glitch-soc/fixes/accessibilityDavid Yip
Port various accessibility improvements from upstream
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
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 to glitch-soc
2018-05-29[Glitch] Improve load gap styling in web UIThibaut Girka
Port 45c9f16f714dd6de15391b5e2ae2bf0d30ef20fb to glitch-soc
2018-05-29[Glitch] Allow clients to fetch notifications made while they were offlineThibaut Girka
Port cbf97c03bba35a642e6f1d1a698aad7a69ad13a3 to glitch-soc
2018-05-27[Glitch] Replace onScrollToBottom with onLoadMoreThibaut Girka
Port b0664a5e6cee9be602098fb9a2f98a9e61b2ab9b to glitch-soc
2017-12-03Rename themes -> flavours ? ?kibigo!