about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/blocks
AgeCommit message (Collapse)Author
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-07-30Don't reset scroll position when opening a modalThibaut Girka
2017-12-03Rename themes -> flavours ? ?kibigo!