Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-12 | Properly handle unboosting statuses from detailed view | Thibaut Girka | |
Fixes #1106 | |||
2019-06-10 | Fix unboost confirmation dialog not showing up on detailed statuses | Thibaut Girka | |
2019-06-10 | Add option to display a warning before boosting toots lacking media descriptions | Thibaut Girka | |
2019-05-27 | [Glitch] Add keyboard shortcut to hide/show media | Thibaut Girka | |
Port a472190729782f31731674c626c07af483fe9c7f and 988342a56cb58da9ac660eec3e55c3bcbbd6269b to glitch-soc | |||
2019-04-29 | When selecting a toot via keyboard, ensure it is scrolled into view | Thibaut Girka | |
Fixes detailed status column | |||
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-26 | [Glitch] Add a “Block & Report” button to the block confirmation dialog | ThibG | |
Port 6df4a8296996181d56a22535b86830c0ab56086e to glitch-soc | |||
2019-03-11 | Make clicking on the account and status column headers scroll to top | Thibaut Girka | |
2019-03-01 | [Glitch] Make the column header of toot/thread view look like the others | Mélanie Chauvel (ariasuni) | |
Signed-off-by: Thibaut Girka <thib@sitedethib.com> | |||
2019-01-20 | [Glitch] Improve the public hashtag page | Thibaut Girka | |
Port 8b1990355974543542544e56d2046bc0c9c8716b to glitch-soc | |||
2018-12-18 | Allow disabling the reply confirmation dialog | Thibaut Girka | |
2018-11-30 | Scroll to selected toot even if the ancestors happen to be loaded | Thibaut Girka | |
2018-11-30 | Scroll to detailed status when new ancestors get inserted | Thibaut Girka | |
2018-11-30 | [Glitch] Fix bug in order of conversations in web UI | Thibaut Girka | |
Port e18390cfe6f5f0eb55abafe072b14b7fa123e808 to glitch-soc | |||
2018-11-30 | [Glitch] Replace recursion in status mapStateToProps | Thibaut Girka | |
Port dfbadd68374ab5ddcaa75907261bd91da688fc6b to glitch-soc | |||
2018-11-30 | [Glitch] Introduce flat layout to contexts reducer | Thibaut Girka | |
Port 023fe5181b66ba2cbd20cca4e3bd34f132deba52 to glitch-soc | |||
2018-11-29 | Improve detailed status component lifecycle | Thibaut Girka | |
- Move componentWillMount and componentWillReceiveProps logic to getDerivedStateFromProps. - Compute CW auto-unfold status earlier | |||
2018-10-18 | Fix fav/boosts hotkeys not working on detailed statuses | Thibaut Girka | |
2018-10-07 | Do not scroll timelines when *closing* media modals | Thibaut Girka | |
Media modals push an history state so that pressing back on mobile closes them. We made sure to not scroll when opening them, but not when *closing* them, which caused some issues in rare cases. | |||
2018-10-05 | [Glitch] Add a confirmation dialog when hitting reply and the compose box ↵ | Thibaut Girka | |
isn't empty | |||
2018-09-29 | Merge pull request #681 from ThibG/glitch-soc/fixes/accessibility | David Yip | |
Port various accessibility improvements from upstream | |||
2018-09-16 | Fix thread CW expansion not being reset when changing threads | 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 | [Glitch] Add aria-label to column regions | Thibaut Girka | |
Port 66dbb59aa16981643e3bfa3f94d441bc3166eab3 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-31 | [Glitch] Show compose form on delete & redraft when in mobile layout | Thibaut Girka | |
Port 025fbb8285cdedf495d9e4d015db611b0c622cbb to glitch-soc | |||
2018-08-17 | [Glitch] Defer scrollIntoView after DOM is drawn | Thibaut Girka | |
2018-07-30 | Don't reset scroll position when opening a modal | Thibaut Girka | |
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-06-16 | [Glitch] Add redraft function | Thibaut Girka | |
Port bd0791d800902cdbdf6666e65d201df3ec22789c to glitch-soc | |||
2018-05-16 | [Glitch] Feature: Direct message from Statuses | Thibaut Girka | |
Port 904a2479dd2085dfc94f33746ad6f7a755e72609 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-11 | Add glitch-soc front-end support for bookmarks | Thibaut Girka | |
Unlike boosts and like, there is no confirmation dialog as misclicking can be recovered without another user seeing it. | |||
2017-12-26 | use 'flavours/glitch/' prefix in new imports | cwm | |
2017-12-26 | Add mute, block, conversation mute actions to detailed status dropdown menu | cwm | |
2017-12-09 | remove trailing spaces | cwm | |
2017-12-09 | fixes, functioning now | cwm | |
2017-12-09 | add initial components based off of tootsuite pr #1507 | cwm | |
2017-12-04 | Merge branch 'gs-master' into glitch-theme | David Yip | |
2017-12-03 | Rename themes -> flavours ? ? | kibigo! | |