about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/mutes
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
2018-10-07Do not scroll timelines when *closing* media modalsThibaut Girka
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases.
2018-09-03Fixes columns scrolling to top when opening media modalThibaut Girka
Fixes #700
2017-12-03Rename themes -> flavours ? ?kibigo!