about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/status_content.js
AgeCommit message (Collapse)Author
2018-05-18Prevent click on video from opening detailed tootThibaut Girka
2018-05-18Widen clickable area of tootsThibaut Girka
2018-04-22Add show more/less toggle for entire threads in web UIThibaut Girka
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component properties instead of redux store for hidden/revealed state.
2018-04-22Refactor the infamous three-valued boolean into two booleans, trying to ↵Thibaut Girka
simplify the logic
2018-03-28Render toots with empty contentsThibaut Girka
This is necessary to display toots with media but otherwise no contents, as glitch-soc displays the media as a child of StatusContent, unlike Mastodon.
2018-03-12Remove text requirement when media attached from statuses (fixes #381)Thibaut Girka
Ports cfa9b6e13ab3c434f3901df6f614d0aa94a3d1ed to glitchsoc
2017-12-03Rename themes -> flavours ? ?kibigo!