about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/community_timeline
AgeCommit message (Collapse)Author
2020-02-21Move “export” before decoratorsThibaut Girka
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69
2019-05-05fix pinned columns ’s Media-only buttonKirishima21
Media-only toggles could not be used on pinned columns. The commit fixes this problem.
2018-12-18[Glitch] Put "Media Only" option in column settings instead of content area ↵Thibaut Girka
headline Port 4f42238c294f92dbd87db3d83f9514344fcd1f8a to glitch-soc
2018-12-18[Glitch] Always display tab navigation on local/federated timeline even when ↵Thibaut Girka
empty Port 90b64c006998ec3bae365007781c61e8a79eeeef to glitch-soc
2018-12-18Do not replace history stateThibaut Girka
This is both for consistency with account timelines and to not mess with the logic used to decide whether going back in the browser's history is going to make us leave the WebUI.
2018-12-18[Glitch] Enable media timelineThibaut Girka
Port 8182b615183b83fb6651fb23912abda3cc4ccf03 to glitch-soc
2018-12-18[Glitch] Hide section headline for timelines in productionThibaut Girka
Port 4eeda6772796bcd08b8c63ec2e1f3e68a95cbca4 to glitch-soc
2018-12-18[Glitch] Change column params on pinned timelineThibaut Girka
Port 06252ec71ed67cb84e6730fe7148552dc6481c7a to glitch-soc
2018-12-18[Glitch] Save onlyMedia prop when pinning columnThibaut Girka
Port 5ea643b27908b14bd89ff068fc87e446e8cbcd32 to glitch-soc
2018-12-18[Glitch] Add media timelineThibaut Girka
Port 7403e5d306d36c83bfb80cd900235373186cd51a to glitch-soc
2018-09-29Merge pull request #681 from ThibG/glitch-soc/fixes/accessibilityDavid Yip
Port various accessibility improvements from upstream
2018-09-03Fixes columns scrolling to top when opening media modalThibaut Girka
Fixes #700
2018-08-31[Glitch] Add aria-label to column regionsThibaut Girka
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 to glitch-soc
2018-07-30Don't reset scroll position when opening a modalThibaut Girka
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc
2018-01-09change key to path in timeline settings containerscwm
2017-12-26Rename settingKey to settingPath (tootsuite pr #6046 & #6098)cwm
2017-12-03Rename themes -> flavours ? ?kibigo!