about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/notifications/containers/column_settings_container.js
AgeCommit message (Collapse)Author
2023-02-18[Glitch] Enable ESLint import recommended rulesClaire
Port eddfb33dfea6a17e71377d95498b557dd0194477 to glitch-soc
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>
2018-12-18[Glitch] Add notification quick-filter bar in the frontend appThibaut Girka
Port 13dce126655f856f23d02373fa2e333e74bdc36e to glitch-soc
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-03Rename themes -> flavours ? ?kibigo!