Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-28 | [Glitch] Add aliases for WebUI routes that were renamed in #16171 | Claire | |
Port 11502ae46e4813bc23aeb5d03093a01d53991ab8 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2021-09-26 | [Glitch] Change routing paths to use usernames in web UI | Eugen Rochko | |
Port 52e5c07948c4c91b73062846e1f19ea278ec0e24 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2021-07-13 | Refactor shouldUpdateScroll stuff | Claire | |
2021-07-13 | Fix scroll handling with modals | Claire | |
2021-05-07 | Change media modals look in web UI | Eugen Rochko | |
Port 1e89e2ed988d2103ecd46e06476d863cb40c57c7 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2020-12-15 | [Glitch] Change "Profile unavailable" string to "Account suspended" in web UI | Eugen Rochko | |
Port 4fd306200396a17c030c53483ccd7faa6c2f7291 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2020-11-03 | [Glitch] Fix some account media gallery items having empty labels | ThibG | |
Port 9d023ed4f6d8a69699d14479d5e12132ea4f4cd2 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-09-28 | [Glitch] Change web UI to show empty profile for suspended accounts | Eugen Rochko | |
Port fcb9350ff8cdc83388f75de6b031410df8aa8a56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-07-15 | [Glitch] Fix audio and video items in account gallery in web UI | Eugen Rochko | |
Port 6cc5b822f5ca7df9b267ac2b5d24e2aac2dc0325 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2020-07-10 | [Glitch] Replace repetitive blurhash code with component (#14267) | Sasha Sorokin | |
Port 61c07c37317f01c1ab4981826704750fe9937fe7 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-27 | [Glitch] Add noopener and/or noreferrer | BSKY | |
Port fccf83e1f2ecd4e23f7b1faee5330976d17da7b8 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-06 | [Glitch] Fix scroll to top in single column UI | Eugen Rochko | |
Port 2dee293c4c98486d387105224023fad02b8b0d96 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-10-04 | [Glitch] Fix audio attachments opening in video modal from media tab in web UI | Eugen Rochko | |
Port c9b8ba50f8ad46e2f7821bb36af0c85e4b9a29df to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-09-09 | Use the `Icon` component instead of directly using `i` tag | Thibaut Girka | |
2019-09-09 | Move “export” before decorators | Thibaut Girka | |
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69 | |||
2019-08-20 | [Glitch] Fix handling of audio files in account media gallery | ThibG | |
Port b48c7ee059d0e08fff4bdf7fe7b0e09565288252 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | Add visibility icon back in media gallery | Thibaut Girka | |
2019-05-04 | Add back description on hover | Thibaut Girka | |
2019-05-04 | [Glitch] Make the cursor icon consistant across media types in account media ↵ | ThibG | |
gallery | |||
2019-05-04 | [Glitch] Add button to view context to media modal | Eugen Rochko | |
Port eb63217210b0ab85ff1fcca9506d5e7931382a56 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-05-04 | [Glitch] Change account gallery in web UI | Eugen Rochko | |
Port 3f143606faa6181ff2745b6bd29ac8ea075088bf to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-04-10 | [Glitch] Fix glitched out "not found" message for non-existing profiles in ↵ | Eugen Rochko | |
web UI Port 56f29c38b603a98e7b9715c48de022106d8da073 to glitch-soc | |||
2019-03-11 | Make clicking on the account and status column headers scroll to top | Thibaut Girka | |
2019-03-01 | [Glitch] Make the column header of profile view look like the others, too | Mélanie Chauvel (ariasuni) | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2018-12-17 | [Glitch] Minor scrollable list fixes | Thibaut Girka | |
* Make sure loading indicator has enough vertical space * Respect reduce_motion setting for loading indicator Port 4ede51743e5b9121a49e9131f91cf012fab410f8 to glitch-soc | |||
2018-12-13 | [Glitch] Fix “load more” button when no data has been fetched | Thibaut Girka | |
2018-12-13 | [Glitch] Make account media gallery more consistent with account timeline | Thibaut Girka | |
Display “load more” more consistently, add a loading indicator on first load. | |||
2018-12-13 | [Glitch] Fix LoadMore usage in account media gallery | Thibaut Girka | |
(Even though that codepath is probably never actually used…) | |||
2018-10-07 | Do not scroll timelines when *closing* media modals | Thibaut Girka | |
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases. | |||
2018-10-02 | Make hidden media clickable in account media gallery | Thibaut Girka | |
2018-10-02 | Add media description (or status spoiler) in account media gallery | Thibaut Girka | |
2018-10-02 | [Glitch] Honour displayMedia setting in accountMedia gallery | Thibaut Girka | |
Inspired by b79ab15859e7f8383526afd147e8416d2df2f7a7 | |||
2018-07-30 | Don't reset scroll position when opening a modal | Thibaut Girka | |
2018-05-29 | [Glitch] Fix LoadMore on account media gallery | Thibaut Girka | |
Port 3523aa440ba3f52bf28fe1e9707506d327c4431f to glitch-soc | |||
2018-05-29 | [Glitch] Allow clients to fetch statuses made while they were offline | Thibaut Girka | |
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc | |||
2018-03-16 | [Glitch] Add "Toots/Toots with replies/Media" tab below profile header | Thibaut Girka | |
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch | |||
2018-01-18 | Style fixes to make eslint happier, hopefully | David Yip | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |