about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/scrollable_list.js
AgeCommit message (Collapse)Author
2020-07-22[Glitch] Fix keyboard navigation in scrollable listsThibG
Port 98f6380dee5c93d9cdc4d94ec81d31a3bfa0a943 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-07-10[Glitch] Freeze scroll position when a dropdown menu is open in the TLThibG
Port 6fda3cbbebfdc7b050f4437b996b2ad36c1db64c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-06-17[Glitch] Add hints about incomplete remote content to web UIEugen Rochko
Port 3e9dc4044bb7e1ef6131fbd6430ed85b3cc2fcfa to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-10-05[Glitch] Change single-column mode to scroll the whole pageEugen Rochko
Port aa22b38fdbc1842549b6cbc0e0d948f85a71b92a to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-09-18[Glitch] Fix “slow mode” issuesThibG
Port f1098675782944fe1dabec71cd58d3d091da06a0 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
Port 729723f857d11434c0f78d63fe16537d77f1c77c to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-02-10Minor fix to timeline jump avoiding behaviorThibaut 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-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-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-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-07Do not scroll timelines when *closing* media modalsThibaut 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-09-03Fixes columns scrolling to top when opening media modalThibaut Girka
Fixes #700
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc
2018-05-27[Glitch] Replace onScrollToBottom with onLoadMoreThibaut Girka
Port b0664a5e6cee9be602098fb9a2f98a9e61b2ab9b to glitch-soc
2018-04-19Fix auto-collapsed toots making the TL jump (fixes #417)Thibaut Girka
2018-04-19Clean up dead codeThibaut Girka
2018-04-19Use React's new lifecycles for scrollable listsThibaut Girka
2017-12-03Rename themes -> flavours ? ?kibigo!