about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/accounts.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.
2022-05-11[Glitch] Add `limited` attribute to accounts in REST API and a warning in web UIEugen Rochko
Port b4d373a3df2752d9f8bdc0d7f02350528f3789b2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2019-03-05Port upstream refactoring of reducers and actionsThibaut Girka
Also includes 9e45b051cfea667f9ca3d3c72d13022259315090
2018-10-30[Glitch] Fix empty display name precedence over username in web UIThibaut Girka
Port f59b840549d1b4dfd02ae4f52b64149ff8de0165 to glitch-soc
2018-08-22Add pinned accounts editorThibaut Girka
2018-07-30[Glitch] Fix accounts' display name/bio not being set from initial stateThibaut Girka
Port 20d1be18af8c10b6f1bc5597643b85ac6dbae9f2 to glitch-soc
2018-06-09Delete references to removed constants (fixes #537)Thibaut Girka
2018-05-17[Glitch] Enable custom emojis in profilesThibaut Girka
Port 61a90186070395e133ad2f8e959bdf003a8615ca to glitch-soc
2018-05-10[Glitch] Use plaintext value for field value tooltips in web UIThibaut Girka
Port d185f3ddafc941e280de7efc6d448449ab5ce2c9 to glitch-soc This doesn't change anything for glitch-style fields, but those will go away eventually
2018-04-29Implement tootsuite-style account fieldsThibaut Girka
glitch-soc-style still in backup, both sharing the same SCSS style
2018-04-11Add glitch-soc front-end support for bookmarksThibaut Girka
Unlike boosts and like, there is no confirmation dialog as misclicking can be recovered without another user seeing it.
2018-03-29[Glitch] Profile redirect notesThibaut Girka
Port WebUI changes from 58cede4808baa4db6cc143b80ef23e8179a8415b
2017-12-08merged tootsuite pr #5811 into glitch flavourcwm
2017-12-03Rename themes -> flavours ? ?kibigo!