about summary refs log tree commit diff
path: root/app/javascript/flavours
AgeCommit message (Collapse)Author
2022-10-08[Glitch] Add explore page to web UIEugen Rochko
Port d4592bbfcd091c4eaef8c8f24c47d5c2ce1bacd3 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch] Fix pop-out player appearing on mobile screens in web UIEugen Rochko
Port 18ca4e0e9a3f74a6f21d329882b429f8f5227b0f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch] Add ability to select all accounts matching search for batch (#1857)Claire
Port SCSS changes from 5b0e8cc92b9ca0ab0dc24366d95f67a88c470173 Signed-off-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
2022-10-05Clarify language RE secondary toot button (#1851)prplecake
2022-10-03Fix clicking bookmark column header not scrolling to top in single-columnClaire
2022-10-03Fix clicking List timeline header not scrolling to top in single-columnClaire
2022-10-02Fix “Change subscribed languages” crashing in some situationsClaire
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-10-02[Glitch] Change path of privacy policy pageEugen Rochko
Port 36f4c32a38ed85e5e658b34d36eac40a6147bc0c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-02[Glitch] Add privacy icons to report modalClaire
Port d2f7e30a283a1dca1f7974884ac0c237b93903ad to glitch-soc
2022-09-07Make composers button all aligned and the same size (#1843)Mélanie Chauvel
2022-09-02Fix regexp filtering in pinned community/public TLs (#1840)Claire
2022-08-31Fix position of “expand” icon in media modal on glitch-soc (#1838)Claire
2022-08-30Fix local settings navigation (#1836)Claire
The “filters” page was removed, but not from the navigation, which would offset everything.
2022-08-29Fix WebUI error in development mode (#1835)Claire
Caused by using JSX features without importing React Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-28Add regexp filter field to public timeline column settings (#1834)Claire
* Add regexp filter field to public timeline column settings This has accidentally been removed while porting an upstream change years ago. * Remove dead code * Fix regexp filter not working for local and public TLs when using non-default settings
2022-08-28[Glitch] Replace to `workbox-webpack-plugin` from `offline-plugin`Yamagishi Kazutoshi
Port 81e1cc5fece9a431c28ca648c2dd4b1b5f643f13 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-27Fix react warning on notifications column (#1832)Jeong Arm
2022-08-25[Glitch] Fix quickly switching notification filters resulting in empty or ↵Claire
incorrect list Port 55bef1e34fc3b07ed7f762d565a161e74e128016 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Fix “Filter this post” potentially listing deleted filtersClaire
Port 2cae5f5b8d4d0702fe9835a0ce2782f238755d0c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25Fix glitch-soc-specific timeline filtering logicClaire
2022-08-25Remove obsolete filter local settingsClaire
2022-08-25[Glitch] Add ability to filter individual postsClaire
Port 50487db1224851a49ee523bbc013d5f8686a7a55 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Fix case where boolean was passed to onFilter on StatusActionBarTakeshi Umeda
Port 66b8abf218a87e65fab8a7fae6fc6ea73c41d750 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Remove dead code in WebUI filtering codeClaire
Port a233a9bfb5f384e89bdaef6e519fa20db2a99ae5 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Fix reblogged statuses being erroneously shown as filteredClaire
Port 3c24f19afedc2169a7a343c5af4a8f892d863f0b to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Revamp post filtering systemClaire
Port front-end changes from 02851848e964675bb59919fa5fd1bdee2c1c29db to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Fix quickly switching notification filters resulting in empty or ↵Claire
incorrect list Port afb8bc97d08c2738da7873ca42fea68e4672d65b to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Fix media modal link buttonClaire
Port ba745ca99a4ce4b953e11776827aabb68d621e79 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-25[Glitch] Fix action type for unfollowHashtagTakeshi Umeda
Port 5d70a16a1417e53b0c6cc97def9688fda21f337c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-21[Glitch] Update notifications.jsShlee
Port d92ce31c92903c3ce24c3fcadb99af3c1ba1d585 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-08-15[Glitch] Add warning for sensitive audio postsRens Groothuijsen
Port e6979aa6d43f24ab290c27f596fcd71fcc0ac03a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-07-30[Glitch] Add ability to follow hashtags in web UIprplecake
2022-07-27Use slightly more margin between post buttons (under compose box) (#1816)Mélanie Chauvel
2022-07-25Add option to share CW toggle state across instances of a postClaire
2022-07-24Regroup CW unfolding settings in their own sectionClaire
2022-07-24Improve interaction between out-of-CW attachments and collapsed tootsClaire
2022-07-24Add explanation for some options in the local settings dialogClaire
2022-07-24Add local setting toggle to move media attachments outside CWsClaire
Fixes #1812
2022-07-22[Glitch] Change hashtag numbers to have clearer labels in web UIEugen Rochko
Port f5d8501138c2bb0058cca41fd76f2c8d9a7593ab to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-07-22[Glitch] Bump react-redux-loading-bar from 4.0.8 to 5.0.4Yamagishi Kazutoshi
Port d5ca204e89377ebce72a06eaf318c9ff848b2187 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-07-19[Glitch] Fix badge color not affectedJeong Arm
Port f248d95be26ceca3c2d717fa71557a56e975fece 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-06-28[Glitch] Add notifications for new reportsEugen Rochko
Port 2936f42a14cfdca70d4a9653dab29382315945e7 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-06-28[Glitch] [SSR only] Revamp post filtering systemClaire
Port CSS and JS for Server-Side Rendered pages from 02851848e964675bb59919fa5fd1bdee2c1c29db Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-06-28[Glitch] Fixed the setting page's logo that is not displayed on the smartphonemayaeh
Port 65ad58984808c482de60894f4210a5595bd96eb2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-06-21[Glitch] Fix contrast of some elements with new brand colorsEugen Rochko
Port 0391b2a6033b56bd0ce213c35a21186fdcb607bc to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-06-16Fix checkmark on interaction buttons with larger fonts (#1799)Claire
Fixes #1796
2022-06-11[Glitch] Fix logo gradient not working on some Safari and Blink-based browsersClaire
Port 37cd984acfdd206e85c50a851c4daedc2c87deb3 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-06-11[Glitch] Change brand color and logotypesEugen Rochko
Port SCSS changes from 45aa5781ce611ea411e34e3b18358a9fe15f67ce to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>