about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/statuses.js
AgeCommit message (Collapse)Author
2018-07-17Process statuses on COMPOSE_SUBMIT_SUCCESS (fixes #579)Thibaut Girka
2018-06-09Delete references to removed constants (fixes #537)Thibaut Girka
2018-04-22[Glitch] Do not overwrite some status attributes in reducerThibaut Girka
Backport 386365090c9c9063941e3f7425c2e33c7d5c5b2a
2018-04-19[Glitch] Do not filter the status collection after muting and blockingThibaut Girka
Port fd87e5a53bcaafb886a675c76e9256015e9db897 to glitch-soc
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-03Rename themes -> flavours ? ?kibigo!