about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account/components
AgeCommit message (Collapse)Author
2023-04-09[Glitch] Ensure tabIndex is number instead of stringNick Schonning
Port ec0c104bf25f2689c31bb79f9f447be1a9b3da7f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-03-27[Glitch] Remove legacy decorators syntaxneatchee
Port d1b057a0ac41a5756b6a416d2f290b086cb59220 to glitch-soc
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
Port 44a7d87cb1f5df953b6c14c16c59e2e4ead1bcb9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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.
2023-01-26Add role badges to WebUI (#2096)Claire
* [Glitch] Add role badges to WebUI Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Ensure role name remains readable Signed-off-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-01-18[Glitch] Add listing of followed hashtagsConnor Shea
Port 30e895299ceff095da3e4c8ee50b3d003225f021 to glitch-soc Co-authored-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-01-18[Glitch] Make visible change for new post notification setting iconJeong Arm
Port 1b2ef60cec381e69384c208589c3dcf0ca2661db to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2023-01-05[Glitch] Add dropdown menu item to open admin interface for remote domainsClaire
Port 18d00055f4f7e28a9a4cc81d3159072e9beb779d to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-12-15[Glitch] Add follow request banner on account headerClaire
Port 70415714f14e067aba518a105c96475db31fa124 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-12-14[Glitch] Make handle more easily selectable on profile pagecadars
Port 52a50c5e43a78f21a1054869352db31b4fa3aba0 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-11-28[Glitch] Fix “Share @{name}'s profile” profile menu itemClaire
Port fe421257e5e9e3225393f544da0437596aa9a61b to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-11-14[Glitch] Fix dropdown menu on profiles not being accessible on narrow ↵Eugen Rochko
screens in web UI Port 6da9df774ea9973124fe7e2f5a9dd0862a22acd8 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-11-10[Glitch] Add option to open original page in dropdowns of remote content in ↵Eugen Rochko
web UI Port ef582dc4f2fe53b08988faf8d51f567ac32e5b93 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Fix too many featured tags causing navigation panel scroll in web UIEugen Rochko
Port 23d367f544485eaeed888c707012a8282bbb5806 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Change featured hashtags to be displayed in navigation panelEugen Rochko
Port aefa9253d61def572396c18a8d2ac3cc706ffa2e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Add featured tags selector for WebUITakeshi Umeda
Port 4c7b5fb6c1787438ef130d9aecd5d0a4d54d08a9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Don't use "unfollow language" when cancelling follow requestsprplecake
Port 1b83040bd45770ff831ff697418aaa2468a1516a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Change public accounts pages to mount the web UIEugen Rochko
Port 839f893168ab221b08fa439012189e6c29a2721a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Add title to pages with missing title in Web UIYamagishi Kazutoshi
Port a5112b51fdf3ec2b31690e064ea330a090e71957 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-10-09[Glitch] Add interaction modal to logged-out web UIEugen Rochko
Port 7fb738c8372a700e1b42534cb202005b8c73b946 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-09[Glitch] Add dynamic document title to WebUIEugen Rochko
Port part of 43b5d5e38d2b8ad8f1d1ad0911c3c1718159c912 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-09[Glitch] Add logged-out access to the web UIEugen Rochko
Port part of 43b5d5e38d2b8ad8f1d1ad0911c3c1718159c912 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-02[Glitch] Add ability to filter followed accounts' posts by languageEugen Rochko
Port 50948b46aabc0756d85bc6641f0bd3bcc09bf7d4 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-07-05[Glitch] Add customizable user rolesEugen Rochko
Port front-end changes from 44b2ee3485ba0845e5910cefcb4b1e2f84f34470 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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>
2022-05-11[Glitch] Remove Keybase integrationEugen Rochko
Port 7de0ee7aba86cffeaeffded7e0699214fb64364e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-05-03[Glitch] Rename toots to posts in various places, add or reword DM warningsClaire
Port part of be0bc9acbffe2d6126f382b946be0469d756048c and 7e244879feaa8de9894e1147ff49a7e762fe462a to glitch-soc
2021-09-26[Glitch] Change routing paths to use usernames in web UIEugen Rochko
Port 52e5c07948c4c91b73062846e1f19ea278ec0e24 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2021-05-07[Glitch] Add joined date to profiles in web UIEugen Rochko
Port 2c77d97e0d59e045a9b04fccc83f0f24d190d8d8 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2021-02-03[Glitch] Change custom emoji to be animated when hovering containerThibG
Port 3efa0c54b6656fba189baab0857e60c0bc4f3c7d to glitch-soc Co-authored-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2021-01-21[Glitch] Fix Google Translate breaking web interfaceThibG
Port 7d0031a515a9ccd552fab9ad55b6edb7e0e5ba32 to glitch-soc Co-authored-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2021-01-06[Glitch] Fix logo button styleTakeshi Umeda
Port ba748a83f2050dff27758bce67c05d37a8b7d8f3 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2020-09-28Make explicit in glitch-soc's WebUI when an account is suspendedThibaut Girka
2020-09-28[Glitch] Add option to be notified when a followed user postsEugen Rochko
Port 974b1b79ce58e6799e5e5bb576e630ca783150de to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-09-28[Glitch] Change web UI to show empty profile for suspended accountsEugen Rochko
Port fcb9350ff8cdc83388f75de6b031410df8aa8a56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-08-02[Glitch] Fix wrong proptypes for onEditAccountNoteThibG
Port 5faf2de93891db822d78c92f2bc2cdc33c3605c1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-07-09Change styling of account note editing buttonsThibaut Girka
Co-Authored-By: Mélanie Chauvel (ariasuni) <perso@hack-libre.org>
2020-07-07Change styling and layout of account notes UIThibaut Girka
2020-07-07Change account note placeholder name since the design has diverged upstreamThibaut Girka
2020-07-07Fix being unable to add account notesThibaut Girka
2020-07-07[Glitch] Replace shortNumberFormat with <ShortNumber>Sasha Sorokin
Port cb2adaaf9d6c3147de9060132b69933df734d5dc to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-06-30[Glitch] Add user notes on accountsThibG
Port 65506bac3f3fe233b5b7b3241020bd74eb5c9259 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-05-13[Glitch] Change “hide/show boosts from …” menu to be hidden when the ↵ThibG
account is muted Port 92f85bea528c5eca97a2f075c53f7dcafdf5cb41 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-03-22[Glitch] Change the string "hidden" to "blocked" in WebUImayaeh
Port 310d729745ad34b1b039f2ec611b9bda5b73f252 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-03-08[Glitch] Change the string "Hide everything from …" to "Block domain …" ↵ThibG
in web UI Port 39453de232e068f58a711b2c052fe74fdd0c40b6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-12-07[Glitch] Add basic support for group actorsTakeshi Umeda
Port f43f1e01840cd0bad7a88c90d9ea44b183a2a15d to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-27[Glitch] Add noopener and/or noreferrerBSKY
Port fccf83e1f2ecd4e23f7b1faee5330976d17da7b8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
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>