about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/status/index.js
AgeCommit message (Expand)Author
2020-02-21Move “export” before decoratorsThibaut Girka
2019-11-26Properly handle unboosting statuses from detailed viewThibaut Girka
2019-11-19Fix unboost confirmation dialog not showing up on detailed statusesThibaut Girka
2019-11-19Add option to display a warning before boosting toots lacking media descriptionsThibaut Girka
2019-11-19[Glitch] Add keyboard shortcut to hide/show mediaThibaut Girka
2019-04-29When selecting a toot via keyboard, ensure it is scrolled into viewThibaut 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-26[Glitch] Add a “Block & Report” button to the block confirmation dialogThibG
2019-03-11Make clicking on the account and status column headers scroll to topThibaut Girka
2019-03-01[Glitch] Make the column header of toot/thread view look like the othersMélanie Chauvel (ariasuni)
2019-01-20[Glitch] Improve the public hashtag pageThibaut Girka
2018-12-18Allow disabling the reply confirmation dialogThibaut Girka
2018-11-30Scroll to selected toot even if the ancestors happen to be loadedThibaut Girka
2018-11-30Scroll to detailed status when new ancestors get insertedThibaut Girka
2018-11-30[Glitch] Fix bug in order of conversations in web UIThibaut Girka
2018-11-30[Glitch] Replace recursion in status mapStateToPropsThibaut Girka
2018-11-30[Glitch] Introduce flat layout to contexts reducerThibaut Girka
2018-11-29Improve detailed status component lifecycleThibaut Girka
2018-10-18Fix fav/boosts hotkeys not working on detailed statusesThibaut Girka
2018-10-07Do not scroll timelines when *closing* media modalsThibaut Girka
2018-10-05[Glitch] Add a confirmation dialog when hitting reply and the compose box isn...Thibaut Girka
2018-09-29Merge pull request #681 from ThibG/glitch-soc/fixes/accessibilityDavid Yip
2018-09-16Fix thread CW expansion not being reset when changing threadsThibaut Girka
2018-08-31[Glitch] Give focused status a sensible aria-label for screen readersThibaut Girka
2018-08-31[Glitch] Add aria-label to column regionsThibaut Girka
2018-08-31Add option to not automatically unfold content warnings matching a regexpThibaut Girka
2018-08-31Add a setting to automatically unfold all content warningsThibaut Girka
2018-08-31[Glitch] Show compose form on delete & redraft when in mobile layoutThibaut Girka
2018-08-17[Glitch] Defer scrollIntoView after DOM is drawnThibaut Girka
2018-07-30Don't reset scroll position when opening a modalThibaut Girka
2018-07-10Add client-side custom filter support to glitch-socThibaut Girka
2018-06-16[Glitch] Add redraft functionThibaut Girka
2018-05-16[Glitch] Feature: Direct message from StatusesThibaut Girka
2018-04-22Add show more/less toggle for entire threads in web UIThibaut Girka
2018-04-22Refactor the infamous three-valued boolean into two booleans, trying to simpl...Thibaut Girka
2018-04-11Add glitch-soc front-end support for bookmarksThibaut Girka
2017-12-26use 'flavours/glitch/' prefix in new importscwm
2017-12-26Add mute, block, conversation mute actions to detailed status dropdown menucwm
2017-12-09remove trailing spacescwm
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!