about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/scrollable_list.js
AgeCommit message (Expand)Author
2023-02-25[Glitch] Rename JSX files with proper `.jsx` extensionRenaud Chaput
2023-02-03[Glitch] Run eslint --fixClaire
2022-10-11Move some modules from flavours/glitch/utils/ back to flavours/glitch/feature...Claire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-03-08[Glitch] SpellingJosh Soref
2021-07-13Refactor shouldUpdateScroll stuffClaire
2021-07-13Fix scroll handling with modalsClaire
2020-07-22[Glitch] Fix keyboard navigation in scrollable listsThibG
2020-07-10[Glitch] Freeze scroll position when a dropdown menu is open in the TLThibG
2020-06-17[Glitch] Add hints about incomplete remote content to web UIEugen Rochko
2019-10-05[Glitch] Change single-column mode to scroll the whole pageEugen Rochko
2019-09-18[Glitch] Fix “slow mode” issuesThibG
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
2019-02-10Minor fix to timeline jump avoiding behaviorThibaut Girka
2019-02-10Avoid two-step rendering of statuses as much as possibleThibaut Girka
2019-01-10[Glitch] Only consider mouse move in scrolling on item insertionThibaut Girka
2019-01-10[Glitch] Identify manual scrolling to cancel scroll to top reset on mouse idleThibaut Girka
2019-01-10[Glitch] Cancel list scroll reset after mouse move on wheel scrollThibaut Girka
2019-01-10[Glitch] Temporarily hold timeline if mouse moved recentlyThibaut Girka
2018-12-23[Glitch] Fix unnecessary loadMore calls when the end of a timeline has been r...Thibaut Girka
2018-12-13[Glitch] Do not display empty message when the list is known to have more ele...Thibaut Girka
2018-12-13Minor cleanup in ScrollableList componentThibaut Girka
2018-11-13[Glitch] Prepend account header even when status list is emptyThibaut Girka
2018-11-13[Glitch] Use local instead of global loading indicator for timelines, account...Thibaut Girka
2018-10-07Do not scroll timelines when *closing* media modalsThibaut Girka
2018-09-03Fixes columns scrolling to top when opening media modalThibaut Girka
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
2018-05-27[Glitch] Replace onScrollToBottom with onLoadMoreThibaut Girka
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!