about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/status.js
AgeCommit message (Collapse)Author
2018-07-10Add client-side custom filter support to glitch-socThibaut Girka
Port cdb101340a20183a82889f811d9311c370c855e5 to glitch-soc, but without dropping support for regexp filters yet.
2018-05-31Prevent a rare crash when a status' root node is undefinedThibaut Girka
2018-05-17[Glitch] Open video modal on public UIThibaut Girka
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc
2018-05-16[Glitch] Feature: Direct message from StatusesThibaut Girka
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc
2018-04-27Use new getDerivedStateFromProps instead of deprecated componentWillReceivePropsThibaut Girka
As we are already using the new getSnapshotBeforeUpdate lifecycle method, we apparently cannot use the deprecated ones at all in this component.
2018-04-27Tentative fix for #446Thibaut Girka
2018-04-26Merge pull request #401 from ThibG/glitch-soc/features/unfold-threadbeatrix
Port the “unfold thread” feature from Mastodon's UI to glitch-soc flavour
2018-04-22[Glitch] Fix the hot key (j, k) does not function correctly when there is a ↵Thibaut Girka
pinned toot in account timeline. Port 23106844a10606dd0e04c8382281d5ff80d4bdd9 to glitch-soc
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-04-19Fix auto-collapsed toots making the TL jump (fixes #417)Thibaut Girka
2018-04-14[Glitch] Responsively enforce 16:9 ratio on video thumbnails in web UIThibaut Girka
Port the video-player part of 036dd98abb1fe6ae1d25ff0f3ecffe4dd9a79ea3 to glitch-soc. MediaGallery part ignored since it has diverged quite a bit. This fixes #423
2018-03-27[Glitch] Display AttachmentList in notificationsThibaut Girka
Port 77406d3a092db48250a85984dde2f2cc81386146 to glitch-soc
2018-03-27[Glitch] Display AttachmentList in timelines in compact style when media missingThibaut Girka
Port 86a9de6753fc425b247699c7822bc8a5d49af043 to glitch-soc
2018-03-22expanded notifications show like defaultAsh Levy
2018-03-18fix compressed notifications again (#393)Ash Levy
2018-03-13compress boost/fave notifications moreAsh Levy
2018-01-23Remove some leftover code, I guessThibaut Girka
2018-01-18Style fixes to make eslint happier, hopefullyDavid Yip
2018-01-14Fixed autocollapse detectionkibi!
2017-12-09fixes, functioning nowcwm
2017-12-09add initial components based off of tootsuite pr #1507cwm
2017-12-04Merge branch 'gs-master' into glitch-themeDavid Yip
2017-12-03Rename themes -> flavours ? ?kibigo!