about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/actions/alerts.js
AgeCommit message (Collapse)Author
2023-02-03[Glitch] Run eslint --fixClaire
I don't like it changing files this way, but it's basically what c49213f0ea311daba590db1d7a14a641cbd9fe93 and a few others did.
2020-04-02[Glitch] Fix 404 and 410 API errors being silently discarded in WebUIThibG
Port front-end changes from 0d117c106aa72f78dd5cdd371849dd8ce3120198 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-08-29[Glitch] Add special alert for throttled requestsThibG
Port 81f864d4dac349dd7cd516149d00e1cffe063edc to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-06-11[Glitch] Fix list not being automatically unpinned when it returns 404 in web UIEugen Rochko
Port 92b572e2a3830086497900fa78dcfcc2ae919e33 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-04-10[Glitch] Fix glitched out "not found" message for non-existing profiles in ↵Eugen Rochko
web UI Port 56f29c38b603a98e7b9715c48de022106d8da073 to glitch-soc
2019-02-10[Glitch] Allow multiple files upload through web UI, including drag & dropThibaut Girka
Port 750c67660de753065ec160b4e389ba0dda2f81cc to glitch-soc
2019-02-10[Glitch] Add missing rejection handling for PromisesThibaut Girka
Port missing parts from 2c51bc0ca5a4c3a4bb140b4b40dabdda859ebb94 to glitch-soc
2017-12-03Rename themes -> flavours ? ?kibigo!