about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components
AgeCommit message (Collapse)Author
2019-03-11[Glitch] Add support for poll ending notificationsThibaut Girka
Port front-end parts of 3a92885a860df12b12d8356faf179a3fc63be6f2 to glitch-soc
2019-03-11add local setting to auto reveal media behind cwash lea
2019-03-08[Glitch] Fix NaN in Poll componentEugen Rochko
Port 75cb93676b1dd41d3e47f62466c0c6430691a990 to glitch-soc
2019-03-06[Glitch] Disable the underlying button element when an ItemButton is disabledThibG
Port b3668a79eca2d185ea57a9ffc2fa012db52e49f0 to glitch-soc
2019-03-06Add an icon to highlight polls behind a Content WarningThibaut Girka
2019-03-06Fix poll options not rendering text after vote/refreshEugen Rochko
Port fd128b9c7aa5c71adbfc2e223212514c0baee675 to glitch-soc
2019-03-06Render unicode emoji in polls using emoji packEugen Rochko
Port 4407f07014096bcbaf5a06015a5791984282846d to glitch-soc
2019-03-06Fix toots opening in dynamic column when trying to interact with themThibaut Girka
This fixes inline preview cards and polls, preventing them from opening the toot in detailed view when clicking on an interactive element.
2019-03-05Fix various issues in pollsEugen Rochko
Port front-end changes from a198add83bb527c32fa0e01404338562b157da99 to glitch-soc
2019-03-05Display closed polls as suchThibG
Port cda6ece760f08974e6118887641e6cc8c0f8c9e0 to glitch-soc
2019-03-05Fixes to the polls UIThibG
Port 4ced609497bc736cb2b1aec921ba5ca7a23a7f53 to glitch-soc
2019-03-05Fix web UI crash on page load when detailed status has a pollEugen Rochko
Port 5dfa4336985616cf5652de2f1cf794d8f740424e to glitch-soc
2019-03-05Add pollsEugen Rochko
Port front-end parts of 230a012f0090c496fc5cdb011bcc8ed732fd0f5c to glitch-soc
2019-02-22Fix non-numeric account identifiers leading to /web/accounts/NaNThibaut Girka
I'm not sure what purpose these “+” served?!
2019-02-17[Glitch] Change buttons on timeline preview to open the interaction dialogThibaut Girka
Port 71e28ba39993d6eb3c5966e20214214c9d81b173 to glitch-soc
2019-02-15[Glitch] Fix occasional crash in detailed toot viewThibaut Girka
Port f9a338b473e181dd725f9185d09394624088efac to glitch-soc
2019-02-13[Glitch] Add "copy link" item to status action barsThibaut Girka
Port 3cfadd875cc91b3fb893681ed7c2ef86148b3f85 to glitch-soc
2019-02-10Handle deletion of filtered tootsThibaut Girka
2019-02-10Minor fix to timeline jump avoiding behaviorThibaut Girka
2019-02-10Adjust scroll when statuses above the current scroll position are deletedThibaut Girka
2019-02-10Adjust scroll if previewCard appearedThibaut Girka
2019-02-10Avoid two-step rendering of statuses as much as possibleThibaut Girka
Cache width shared by Video player, MediaGallery and Cards at the ScrollableList level, pass it down through StatusList and Notifications.
2019-02-10Refactor intersection observer article codeThibaut Girka
2019-02-10Cleanup redundant markup for hidden statusesThibaut Girka
2019-02-10Hide items rendered out-of-frame (once they have been rendered at least once)Thibaut Girka
2019-02-06Fix CW unfolding not triggering re-layout in public hashtag pageThibaut Girka
2019-02-01[Glitch] Replace unlock-alt icon with unlockThibaut Girka
Port 6513f6c953cdaad9118ea24a21f22fd2978bed28 to glitch-soc
2019-01-20[Glitch] Redesign public hashtag page to use a masonry layoutThibaut Girka
Port bc642ac24b49c14dca382e7aabbc16130293d2f4 to glitch flavour
2019-01-16[Glitch] Make hashtag search results link to the hashtag URLThibaut Girka
Port 6cfb357940b3855ce53f6d1dfd87b1b32840a302 to glitch-soc
2019-01-10[Glitch] Stop gifv timeline preview explicitly when open the media galleryThibaut Girka
Port cf3c0fc38cd2650a421f46a5f221d1d645ef6c7b to glitch-soc
2019-01-10[Glitch] refactored account.jsThibaut Girka
Port 57c91fbbed7fa5f44c7144194e313f003c2ef8b3 to glitch-soc
2019-01-10[Glitch] Only consider mouse move in scrolling on item insertionThibaut Girka
Port cc1f13dfd0d9fee7d568918af031f1cd6d1441f4 to glitch-soc
2019-01-10[Glitch] Identify manual scrolling to cancel scroll to top reset on mouse idleThibaut Girka
Port 2f86fc5e0a45eb2002d4b481ae093197ad523479 to glitch-soc
2019-01-10[Glitch] Cancel list scroll reset after mouse move on wheel scrollThibaut Girka
Port 9cfd610484541c14bcde3c368a158b9b5d2a6499 to glitch-soc
2019-01-10[Glitch] Temporarily hold timeline if mouse moved recentlyThibaut 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-21Fix composer not getting focus after reply confirmation dialogThibaut 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 timelineThibaut 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 fetchedThibaut Girka
2018-12-13[Glitch] Do not display empty message when the list is known to have more ↵Thibaut Girka
elements
2018-12-13Minor cleanup in ScrollableList componentThibaut Girka
2018-11-28Do not hardcode preferences link, pleroma doesn't have itThibaut Girka
2018-11-28Add error boundary component to catch Web UI crashesThibaut Girka
2018-11-25Render placeholder instead of image when MediaGallery container width isn't ↵Thibaut Girka
known
2018-11-19Move URLs to backend in their own fileThibaut Girka
2018-11-15In 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 emptyThibaut 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-30Add a local setting for inline preview cardsThibaut Girka