about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/following
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-04-10[Glitch] Fix glitched out "not found" message for non-existing profiles in ↵Eugen Rochko
web UI Port 56f29c38b603a98e7b9715c48de022106d8da073 to glitch-soc
2019-03-11Make clicking on the account and status column headers scroll to topThibaut Girka
2019-03-01[Glitch] Fix errors found by eslintMélanie Chauvel (ariasuni)
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-03-01[Glitch] Make the column header of profile view look like the others, tooMélanie Chauvel (ariasuni)
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
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
2018-03-16[Glitch] Federate pinned statuses over ActivityPubThibaut Girka
Port 9110db41c53a2f3f22affc23b364362133997d3e to glitch
2017-12-03Rename themes -> flavours ? ?kibigo!