about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/status_icons.js
AgeCommit message (Collapse)Author
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.
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-06-02[Glitch] Remove unnused otherAccounts propertyClaire
Port 2f6416db53fd987b702969afa0de69a06caf0d27 to glitch-soc + other related cleanup Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-05-27Add language indicator icon and local settings for status icons (#1788)Claire
* Add language indicator * Add local settings for status icons * Switch to text icon for language
2021-09-08Fix media attachments not being displayed on pollsClaire
Fixes #1595
2019-10-27[Glitch] Replace fav icon animation with CSSThibG
Port 3a929dbedd31ea67723746bdf387e22e66e247cd to glitch-soc And extend that to collapse button Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-10Fix wrong icons from last refactoringThibaut Girka
Fix regressions from f154d9d6e9ca461cf608674494cb23eee6db6534
2019-09-09Use the `Icon` component instead of directly using `i` tagThibaut Girka
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-18Fix *another* typo and crash in StatusIconsThibaut Girka
2019-07-18Fix typo and crash in StatusIconsThibaut Girka
2019-07-17Shorten status icon tooltip textThibaut Girka
2019-07-17Add status icon for local-only tootsThibaut Girka
2019-07-17Add tooltips to status iconsThibaut Girka
2019-06-10Add DM conversations mode similar to upstreamThibaut Girka
2018-05-31Adjust spacing between status iconsSpencer Alves
2018-05-07Add an extra icon to indicate that a status is part of a conversationSpencer Alves
2018-04-22Refactor the infamous three-valued boolean into two booleans, trying to ↵Thibaut Girka
simplify the logic
2018-04-04Remove duplicate message entriesThibaut Girka
2018-03-13compress boost/fave notifications moreAsh Levy