about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features
AgeCommit message (Collapse)Author
2022-10-28[Glitch] Remove timeline preview link from nav panel when not signed-inYamagishi Kazutoshi
Port e82467ca41f4940add32061ca70214e236cc435f to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Change privacy policy to be rendered in web UI, add REST APIEugen Rochko
Port a2ba01132603174c43c5788a95f9ee127b684c0a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Fix logged-out web UI on smaller screensEugen Rochko
Port e2b561e3a521ff893943c0e9e32952e35934ca54 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-28[Glitch] Remove code for rendering public and hashtag timelines outside the ↵Eugen Rochko
web UI Port 02ba9cfa35c7b2285950955619ae3431391e9625 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-12Port various forgotten fixes from upstream (#1864)Claire
* [Glitch] Fix crash when failing to load emoji picker Port bd3420b1398c4c4ab2e2f2850b6dd6eaff0d361b to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> * [Glitch] Remove duplicate frequently used emojis Port 98146281e1beaf994710b13ef70f6224e8588cba to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> Signed-off-by: Claire <claire.github-309c@sitedethib.com> Co-authored-by: Harmon <Harmon758@gmail.com>
2022-10-11Move flavours/glitch/features/emoji_picker back to ↵Claire
flavours/glitch/features/compose/containers/emoji_picker_dropdown_container
2022-10-11Move flavours/glitch/utils/emoji back to flavours/glitch/features/emojiClaire
2022-10-11Move more modules from flavours/glitch/utils to flavours/glitchClaire
2022-10-11Move some modules from flavours/glitch/utils/ back to ↵Claire
flavours/glitch/features/compose/util/
2022-10-11Move flavours/glitch/utils/ready to flavours/glitch/readyClaire
2022-10-11Move some modules from flavours/glitch/utils/ back to ↵Claire
flavours/glitch/features/ui/util/
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/api to flavours/glitch/apiClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-10-09[Glitch] Fix crash in report modaltrwnh
Port 99a43f0282d5115b75a564205ca7d2db31a3a945 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-09[Glitch] Add server banner to web appEugen Rochko
Port d2528b26b6da34f34b5d7a392e263428d3c09d69 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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] Fix trying to connect to streaming API when logged out in web UIEugen Rochko
Port d4b0aa74500419730525025b05513235aa477841 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-09[Glitch] Fix various issues with logged-out web UIEugen Rochko
Port part of e2b561e3a521ff893943c0e9e32952e35934ca54 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 sign-up button to logged-out web UIEugen Rochko
Port e623c302d5d4dfc05689eb8fb8e051e30fc38ec8 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-09[Glitch] Fix various issues with logged-out Web UIEugen Rochko
Port fixes from e623c302d5d4dfc05689eb8fb8e051e30fc38ec8 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-09[Glitch] Fix wrong logo on start screen in web UIEugen Rochko
Port c8245e64c5173f34401c562fe32551dcab8e68b7 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-09[Glitch] Add empty message for “Explore” tabsEugen Rochko
Port part of 43b5d5e38d2b8ad8f1d1ad0911c3c1718159c912 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-09Restore ability to discard interactions-based follow suggestionsClaire
2022-10-08Change “Explore” tab to only provide search when trends are disabledClaire
2022-10-08[Glitch] Add pagination for trending statuses in web UIEugen Rochko
Port f382192862893c48cf97f13e9fbfb85b80cdc97d to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch] Fix crash when search fails in web UIEugen Rochko
Port 8751c3c4954799aec24cecc1cae68df27d19ceee to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch] Fix public timelines being inaccessible on one stage of responsive ↵Eugen Rochko
layout in web UI (#17760) Port fa47c37f13c7fa4d38edd83818f681cf99d6ea9c to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch] Change the "Explore" icon from fa-globe to fa-hashtagmayaeh
Port e38a01c41add3dbbb0a9a7a68e591ce8313aa13a to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch] Add menu column of explore to getting-startedmayaeh
Port e52085246f86809ec32f3edc5be226ce15b03457 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch, partial] Change appearance of account cards in web UIEugen Rochko
Port remaining changes from dba4be1038063845a74e83aaa85d6ab08d5625dd to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch] Remove profile directory link from main navigation panelEugen Rochko
Port 54d4ece7432a34a2ba24617851f04801e5a389d8 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2022-10-08[Glitch] Fix not showing loading indicator when searching in web UIEugen Rochko
Port cb2e198d89dfb86a81fff8e11eac531b658e9ef2 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
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-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-02Fix regexp filtering in pinned community/public TLs (#1840)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-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-27Fix react warning on notifications column (#1832)Jeong Arm
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>