Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-10 | Cleanup redundant markup for hidden statuses | Thibaut Girka | |
2019-02-10 | Hide items rendered out-of-frame (once they have been rendered at least once) | Thibaut Girka | |
2019-02-06 | Fix CW unfolding not triggering re-layout in public hashtag page | Thibaut Girka | |
2019-02-01 | [Glitch] Replace unlock-alt icon with unlock | Thibaut Girka | |
Port 6513f6c953cdaad9118ea24a21f22fd2978bed28 to glitch-soc | |||
2019-01-20 | [Glitch] Redesign public hashtag page to use a masonry layout | Thibaut Girka | |
Port bc642ac24b49c14dca382e7aabbc16130293d2f4 to glitch flavour | |||
2019-01-16 | [Glitch] Make hashtag search results link to the hashtag URL | Thibaut Girka | |
Port 6cfb357940b3855ce53f6d1dfd87b1b32840a302 to glitch-soc | |||
2019-01-10 | [Glitch] Stop gifv timeline preview explicitly when open the media gallery | Thibaut Girka | |
Port cf3c0fc38cd2650a421f46a5f221d1d645ef6c7b to glitch-soc | |||
2019-01-10 | [Glitch] refactored account.js | Thibaut Girka | |
Port 57c91fbbed7fa5f44c7144194e313f003c2ef8b3 to glitch-soc | |||
2019-01-10 | [Glitch] Only consider mouse move in scrolling on item insertion | Thibaut Girka | |
Port cc1f13dfd0d9fee7d568918af031f1cd6d1441f4 to glitch-soc | |||
2019-01-10 | [Glitch] Identify manual scrolling to cancel scroll to top reset on mouse idle | Thibaut Girka | |
Port 2f86fc5e0a45eb2002d4b481ae093197ad523479 to glitch-soc | |||
2019-01-10 | [Glitch] Cancel list scroll reset after mouse move on wheel scroll | Thibaut Girka | |
Port 9cfd610484541c14bcde3c368a158b9b5d2a6499 to glitch-soc | |||
2019-01-10 | [Glitch] Temporarily hold timeline if mouse moved recently | Thibaut Girka | |
Port 6a1216d2cd1c26c22baf86ae618a62aa66817239 to glitch-soc | |||
2018-12-23 | [Glitch] Fix unnecessary loadMore calls when the end of a timeline has been ↵ | Thibaut Girka | |
reached Port 8389b496ba9f8b5fa04a34ccc14c8e4195e03ea3 to glitch flavour | |||
2018-12-21 | Fix composer not getting focus after reply confirmation dialog | Thibaut Girka | |
The modal-handling code gives back focus to the element focused when the modal opened. However, in the case of reply confirmation, it would do so *after* the composer code itself requested focus. | |||
2018-12-20 | [Glitch] Back to the getting-started when pins the timeline | Thibaut Girka | |
Port 5bf100f87be571e86305f3ab244183fc46f1ede2 to glitch-soc | |||
2018-12-18 | [Glitch] Always display tab navigation on local/federated timeline even when ↵ | Thibaut Girka | |
empty Port 90b64c006998ec3bae365007781c61e8a79eeeef to glitch-soc | |||
2018-12-13 | [Glitch] Fix “load more” button when no data has been fetched | Thibaut Girka | |
2018-12-13 | [Glitch] Do not display empty message when the list is known to have more ↵ | Thibaut Girka | |
elements | |||
2018-12-13 | Minor cleanup in ScrollableList component | Thibaut Girka | |
2018-11-28 | Do not hardcode preferences link, pleroma doesn't have it | Thibaut Girka | |
2018-11-28 | Add error boundary component to catch Web UI crashes | Thibaut Girka | |
2018-11-25 | Render placeholder instead of image when MediaGallery container width isn't ↵ | Thibaut Girka | |
known | |||
2018-11-19 | Move URLs to backend in their own file | Thibaut Girka | |
2018-11-15 | In detailed status view, take displayMedia setting into account when ↵ | Thibaut Girka | |
changing media Fixes #819 | |||
2018-11-13 | [Glitch] Prepend account header even when status list is empty | Thibaut Girka | |
Partially port 90b64c006998ec3bae365007781c61e8a79eeeef | |||
2018-11-13 | [Glitch] Use local instead of global loading indicator for timelines, ↵ | Thibaut Girka | |
account timelines Port dd00cd19d2536ce70442d74d72986721427691a5 to glitch-soc | |||
2018-10-30 | Add a local setting for inline preview cards | Thibaut Girka | |
2018-10-30 | Add a “link” status icon for toots with a preview card | Thibaut Girka | |
2018-10-30 | [Glitch] Include preview cards in status entity in REST API | Thibaut Girka | |
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc | |||
2018-10-22 | [Glitch] Surround mid-text display names with bdi tags | Thibaut Girka | |
Port 7861c5f108a8f8cb0450f3b1ef865b1177c706fc to glitch-soc | |||
2018-10-21 | Update mediaGallery component's width when opening CWs | Thibaut Girka | |
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-01 | [Glitch] Add support for new display_media setting | Thibaut Girka | |
Port f7a6f9489da9b2a1820366654df47b8a52f5c5bc to glitch-soc [API] [vanilla required] [glitch-soc optional] initial_state show_sensitive_media boolean changed to show_media string with options "default", "hide_all", "show_all" | |||
2018-09-30 | Add option to hide action bar in collapsed toots | Spencer Alves | |
2018-09-29 | Merge pull request #681 from ThibG/glitch-soc/fixes/accessibility | David Yip | |
Port various accessibility improvements from upstream | |||
2018-09-21 | Prevent clicks on video from initiating selections | Thibaut Girka | |
2018-09-13 | Improve keyboard VS mouse navigation of dropdown menus | Thibaut Girka | |
2018-09-13 | Only focus first item of dropdown if it was opened via keyboard | Thibaut Girka | |
2018-09-05 | Pause video playback if toot is collapsed or CWs folded (fixes #146) | Thibaut Girka | |
2018-09-04 | Disable focus points for letterboxed media | Thibaut Girka | |
2018-09-04 | Media gallery styling closer to upstream's | Thibaut Girka | |
2018-09-04 | [Glitch] Do not override ctrl/cmd+click in media gallery | Thibaut Girka | |
2018-09-03 | Add admin links to status and account menus (fixes #673) | Thibaut Girka | |
If the current logged-in user is an admin, add quick links to the admin interface in account and toot dropdown menu. Suggestion by @ashkitten | |||
2018-09-03 | Fixes columns scrolling to top when opening media modal | Thibaut Girka | |
Fixes #700 | |||
2018-08-31 | [Glitch] Give focused status a sensible aria-label for screen readers | Thibaut Girka | |
Port 248df68c36a2f1ffd9c214afe7d1b0c62b4a5f27 to glitch-soc | |||
2018-08-31 | [Glitch] Fix off-by-one error in aria-posinset | Thibaut Girka | |
Port 885711afb97b772f7c970ed16e17de799a74c923 to glitch-soc | |||
2018-08-31 | [Glitch] Add aria-label to column regions | Thibaut Girka | |
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 to glitch-soc | |||
2018-08-31 | Add option to not automatically unfold content warnings matching a regexp | Thibaut Girka | |
Fixes #678 | |||
2018-08-31 | Add a setting to automatically unfold all content warnings | Thibaut Girka | |