about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/status/components/action_bar.js
AgeCommit message (Collapse)Author
2018-05-31Make active bookmarks red (fixes #493)Thibaut Girka
2018-05-25[Glitch] Use .star-icon instead of hardcoding color in detailed statusesThibaut Girka
Port 2587fcdd27613e52d620e3c93bb089932be48db0 to glitch-soc
2018-05-16[Glitch] Feature: Direct message from StatusesThibaut Girka
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc
2018-04-19Glitchsoc-specific changes to allow boosting own private tootsThibaut Girka
2018-04-11Add glitch-soc front-end support for bookmarksThibaut Girka
Unlike boosts and like, there is no confirmation dialog as misclicking can be recovered without another user seeing it.
2017-12-26Add mute, block, conversation mute actions to detailed status dropdown menucwm
2017-12-09add initial components based off of tootsuite pr #1507cwm
2017-12-03Rename themes -> flavours ? ?kibigo!