about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/timelines.js
AgeCommit message (Expand)Author
2023-02-03[Glitch] Run eslint --fixClaire
2022-10-11Move more modules from flavours/glitch/utils to flavours/glitchClaire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-04-08[Glitch] Fix potentially missing statuses when reconnecting to websocketClaire
2022-04-07[Glitch] Fix older items possibly disappearing on timeline updatesClaire
2022-04-06[Glitch] Fix possible duplicate statuses in timelines in some edge casesClaire
2021-05-07[Glitch] Change home timeline to reload after follow recommendations in web UIEugen Rochko
2020-05-03[Glitch] Refactor/cleanup TIMELINE_DELETE-related codeThibG
2020-03-08[Glitch] Code style improvements in JavaScriptBèr Kessels
2019-12-17Fix various issues caused by wrong `unread` key being updatedThibaut Girka
2019-10-24Change filter logic to keep filtered toots, but not mark them as unreadThibaut Girka
2019-09-30[Glitch] Revert "Change timelines to add new items to pending items when scro...Eugen Rochko
2019-09-18[Glitch] Fix “load more” adding older toots/notifications to pending itemsThibG
2019-09-18[Glitch] Change timelines to add new items to pending items when scrolled downThibG
2019-09-18[Glitch] Fix “slow mode” issuesThibG
2019-07-16[Glitch] Add option to disable real-time updates in web UIEugen Rochko
2019-06-07[Glitch] Fix refreshing featured toots when the new collection is emptyThibaut Girka
2019-03-26[Glitch] Do not empty timeline of blocked users on blockThibG
2019-03-08[Glitch] Fix public timelines being broken by new toots when they are not mou...Eugen Rochko
2019-03-05Fix home timeline perpetually reloading when emptyEugen Rochko
2018-12-30Fix crash when clearing uninitialized timelineThibaut Girka
2018-12-21[Glitch] Allow joining several hashtags in a single columnThibaut Girka
2018-12-13[Glitch] Fix timeline pagination in the WebUIThibaut Girka
2018-11-09[Glitch] Don't remove originals of boosted toots from timelineThibaut Girka
2018-05-29[Glitch] Fix gap insertion for timeline disconnectionThibaut Girka
2018-05-29[Glitch] Fix ID duplication in timelinesThibaut Girka
2018-05-29[Glitch] Fix comparing idThibaut Girka
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
2018-01-19Do not discard statuses obtained via websocket when API request finishesThibaut Girka
2018-01-18Port 7badad7797b487b411a2ab34e0f7413741974bb4 to glitch frontendDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!