about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/scrollable_list.js
AgeCommit message (Collapse)Author
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!