about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/account_gallery
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-10-02Make hidden media clickable in account media galleryThibaut Girka
2018-10-02Add media description (or status spoiler) in account media galleryThibaut Girka
2018-10-02[Glitch] Honour displayMedia setting in accountMedia galleryThibaut Girka
Inspired by b79ab15859e7f8383526afd147e8416d2df2f7a7
2018-07-30Don't reset scroll position when opening a modalThibaut Girka
2018-05-29[Glitch] Fix LoadMore on account media galleryThibaut Girka
Port 3523aa440ba3f52bf28fe1e9707506d327c4431f to glitch-soc
2018-05-29[Glitch] Allow clients to fetch statuses made while they were offlineThibaut Girka
Port 9a1a55ce526c956ac6b35897d483c316b7ad4394 to glitch-soc
2018-03-16[Glitch] Add "Toots/Toots with replies/Media" tab below profile headerThibaut Girka
Port 51310125051a75ef7af4e8ffc8b6532c151e96b6 to glitch
2018-01-18Style fixes to make eslint happier, hopefullyDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!