Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-21 | hide filtered message | multiple creatures | |
2019-05-04 | [Glitch] Add blurhash | Eugen Rochko | |
Port front-end changes from fba96c808d25d2fc35ec63ee6745a1e55a95d707 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-04-28 | Add keyboard shortcut to collapse/uncollapse toots | Thibaut Girka | |
2019-04-28 | Add hotkey for bookmarking a toot | Thibaut Girka | |
2019-04-17 | Shift+click on column Back button to return to last pinable column | Thibaut Girka | |
2019-03-11 | add local setting to auto reveal media behind cw | ash lea | |
2019-03-06 | Add an icon to highlight polls behind a Content Warning | Thibaut Girka | |
2019-03-05 | Add polls | Eugen Rochko | |
Port front-end parts of 230a012f0090c496fc5cdb011bcc8ed732fd0f5c to glitch-soc | |||
2019-02-15 | [Glitch] Fix occasional crash in detailed toot view | Thibaut Girka | |
Port f9a338b473e181dd725f9185d09394624088efac to glitch-soc | |||
2019-02-10 | Handle deletion of filtered toots | Thibaut Girka | |
2019-02-10 | Adjust scroll when statuses above the current scroll position are deleted | Thibaut Girka | |
2019-02-10 | Adjust scroll if previewCard appeared | Thibaut Girka | |
2019-02-10 | Avoid two-step rendering of statuses as much as possible | Thibaut Girka | |
Cache width shared by Video player, MediaGallery and Cards at the ScrollableList level, pass it down through StatusList and Notifications. | |||
2019-02-10 | Cleanup redundant markup for hidden statuses | Thibaut Girka | |
2018-10-30 | Add a local setting for inline preview cards | Thibaut Girka | |
2018-10-30 | Add a “link” status icon for toots with a preview card | Thibaut Girka | |
2018-10-30 | [Glitch] Include preview cards in status entity in REST API | Thibaut Girka | |
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc | |||
2018-10-21 | Update mediaGallery component's width when opening CWs | Thibaut Girka | |
2018-09-30 | Add option to hide action bar in collapsed toots | Spencer Alves | |
2018-09-29 | Merge pull request #681 from ThibG/glitch-soc/fixes/accessibility | David Yip | |
Port various accessibility improvements from upstream | |||
2018-09-05 | Pause 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 readers | Thibaut Girka | |
Port 248df68c36a2f1ffd9c214afe7d1b0c62b4a5f27 to glitch-soc | |||
2018-08-31 | Add option to not automatically unfold content warnings matching a regexp | Thibaut Girka | |
Fixes #678 | |||
2018-08-31 | Add a setting to automatically unfold all content warnings | Thibaut Girka | |
2018-08-28 | [Glitch] Add CSS class to replies | Thibaut Girka | |
Port 2bbec9f4dab1441391983ce920b6a0094f0e0348 to glitch-soc | |||
2018-08-27 | [Glitch] Add missing video descriptions | Thibaut Girka | |
Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc | |||
2018-08-22 | Add glitch-soc local setting to display reply counters | Thibaut Girka | |
Defaults to false. | |||
2018-08-11 | Don't prevent opening links in tabs with keyboard modifiers | Thibaut 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 timeline | Thibaut Girka | |
Port e0b1e17bd04d7f9b533ab462aee4544a5f5fb926 to glitch-soc | |||
2018-07-10 | Add client-side custom filter support to glitch-soc | Thibaut Girka | |
Port cdb101340a20183a82889f811d9311c370c855e5 to glitch-soc, but without dropping support for regexp filters yet. | |||
2018-05-31 | Prevent a rare crash when a status' root node is undefined | Thibaut Girka | |
2018-05-17 | [Glitch] Open video modal on public UI | Thibaut Girka | |
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from Statuses | Thibaut Girka | |
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 to glitch-soc | |||
2018-04-27 | Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps | Thibaut 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-27 | Tentative fix for #446 | Thibaut Girka | |
2018-04-26 | Merge pull request #401 from ThibG/glitch-soc/features/unfold-thread | beatrix | |
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-22 | Add show more/less toggle for entire threads in web UI | Thibaut Girka | |
Inspired from b6003afcdb1b89eb967a2b211e3b4e26aed9ac9d but using component properties instead of redux store for hidden/revealed state. | |||
2018-04-22 | Refactor the infamous three-valued boolean into two booleans, trying to ↵ | Thibaut Girka | |
simplify the logic | |||
2018-04-19 | Fix 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 UI | Thibaut 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 notifications | Thibaut Girka | |
Port 77406d3a092db48250a85984dde2f2cc81386146 to glitch-soc | |||
2018-03-27 | [Glitch] Display AttachmentList in timelines in compact style when media missing | Thibaut Girka | |
Port 86a9de6753fc425b247699c7822bc8a5d49af043 to glitch-soc | |||
2018-03-22 | expanded notifications show like default | Ash Levy | |
2018-03-18 | fix compressed notifications again (#393) | Ash Levy | |
2018-03-13 | compress boost/fave notifications more | Ash Levy | |
2018-01-23 | Remove some leftover code, I guess | Thibaut Girka | |
2018-01-18 | Style fixes to make eslint happier, hopefully | David Yip | |
2018-01-14 | Fixed autocollapse detection | kibi! | |
2017-12-09 | fixes, functioning now | cwm | |