about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/status_list.js
AgeCommit message (Collapse)Author
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>
2019-10-10[Glitch] Fix performance of home feed regenerationEugen Rochko
Port front-end changes from f665901e3c0930fb8b3741f6bc6f6a15dd0343f6 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-04-17When selecting a toot via keyboard, ensure it is scrolled into viewThibaut Girka
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-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-07-10Add client-side custom filter support to glitch-socThibaut Girka
Port cdb101340a20183a82889f811d9311c370c855e5 to glitch-soc, but without dropping support for regexp filters yet.
2018-05-29[Glitch] Improve load gap styling in web UIThibaut Girka
Port 45c9f16f714dd6de15391b5e2ae2bf0d30ef20fb to glitch-soc
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-22[Glitch] Fix the hot key (j, k) does not function correctly when there is a ↵Thibaut Girka
pinned toot in account timeline. Port 23106844a10606dd0e04c8382281d5ff80d4bdd9 to glitch-soc
2018-03-16[Glitch] Federate pinned statuses over ActivityPubThibaut Girka
Port 9110db41c53a2f3f22affc23b364362133997d3e to glitch
2018-01-18Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontendDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!