about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components/status.js
AgeCommit message (Collapse)Author
2020-02-22Use a different icon for audio attachmentsThibaut Girka
2020-02-22port glitch-soc@`967456b` to monsterfork: [Glitch] Add audio uploadsEugen Rochko
Port front-end changes from f7f23b4a19a84371f44ec5297125e96ba81681a1 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-01-14differentiate local-only posts in the web appmultiple creatures
2019-11-19Minor cleanupThibaut Girka
2019-11-19Add DM conversations mode similar to upstreamThibaut Girka
2019-11-19[Glitch] Add keyboard shortcut to hide/show mediaThibaut Girka
Port a472190729782f31731674c626c07af483fe9c7f and 988342a56cb58da9ac660eec3e55c3bcbbd6269b to glitch-soc
2019-05-21hide filtered messagemultiple creatures
2019-05-04[Glitch] Add blurhashEugen Rochko
Port front-end changes from fba96c808d25d2fc35ec63ee6745a1e55a95d707 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-04-28Add keyboard shortcut to collapse/uncollapse tootsThibaut Girka
2019-04-28Add hotkey for bookmarking a tootThibaut Girka
2019-04-17Shift+click on column Back button to return to last pinable columnThibaut Girka
2019-03-11add local setting to auto reveal media behind cwash lea
2019-03-06Add an icon to highlight polls behind a Content WarningThibaut Girka
2019-03-05Add pollsEugen Rochko
Port front-end parts of 230a012f0090c496fc5cdb011bcc8ed732fd0f5c to glitch-soc
2019-02-15[Glitch] Fix occasional crash in detailed toot viewThibaut Girka
Port f9a338b473e181dd725f9185d09394624088efac to glitch-soc
2019-02-10Handle deletion of filtered tootsThibaut Girka
2019-02-10Adjust scroll when statuses above the current scroll position are deletedThibaut Girka
2019-02-10Adjust scroll if previewCard appearedThibaut Girka
2019-02-10Avoid two-step rendering of statuses as much as possibleThibaut Girka
Cache width shared by Video player, MediaGallery and Cards at the ScrollableList level, pass it down through StatusList and Notifications.
2019-02-10Cleanup redundant markup for hidden statusesThibaut Girka
2018-10-30Add a local setting for inline preview cardsThibaut Girka
2018-10-30Add a “link” status icon for toots with a preview cardThibaut Girka
2018-10-30[Glitch] Include preview cards in status entity in REST APIThibaut Girka
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc
2018-10-21Update mediaGallery component's width when opening CWsThibaut Girka
2018-09-30Add option to hide action bar in collapsed tootsSpencer Alves
2018-09-29Merge pull request #681 from ThibG/glitch-soc/fixes/accessibilityDavid Yip
Port various accessibility improvements from upstream
2018-09-05Pause video playback if toot is collapsed or CWs folded (fixes #146)Thibaut Girka
2018-08-31[Glitch] Give focused status a sensible aria-label for screen readersThibaut Girka
Port 248df68c36a2f1ffd9c214afe7d1b0c62b4a5f27 to glitch-soc
2018-08-31Add option to not automatically unfold content warnings matching a regexpThibaut Girka
Fixes #678
2018-08-31Add a setting to automatically unfold all content warningsThibaut Girka
2018-08-28[Glitch] Add CSS class to repliesThibaut Girka
Port 2bbec9f4dab1441391983ce920b6a0094f0e0348 to glitch-soc
2018-08-27[Glitch] Add missing video descriptionsThibaut Girka
Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc
2018-08-22Add glitch-soc local setting to display reply countersThibaut Girka
Defaults to false.
2018-08-11Don't prevent opening links in tabs with keyboard modifiersThibaut Girka
Ctrl+click usually allows opening a link in a new tab. This was prevented for hashtag or user links in toots.
2018-08-01[Glitch] Show media modal on public timelineThibaut Girka
Port e0b1e17bd04d7f9b533ab462aee4544a5f5fb926 to glitch-soc
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