about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/status
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-02-21Move “export” before decoratorsThibaut Girka
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69
2020-01-13add new privacy option to auto-defederate after a given timespan + add ↵multiple creatures
options to defederate and/or delete past posts + add `defed_in`/`parent:defed_in`/`thread:defed_in` bangtags + ui indicator for posts marked for auto-defederation
2019-11-26Properly handle unboosting statuses from detailed viewThibaut Girka
Fixes #1106
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
Port a472190729782f31731674c626c07af483fe9c7f and 988342a56cb58da9ac660eec3e55c3bcbbd6269b to glitch-soc
2019-08-03respect 'don't @ me' requestsmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-05-21Implement share keys and related bangtags, add `sharekey`, `network`, and ↵multiple creatures
`curated` to the API, remove app info from the UI, and move timestamps to the right.
2019-05-21Change stray reblog SVG to repeat glyph.multiple creatures
2019-05-21Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph.multiple creatures
2019-05-21Don't make stats prominent - hide them in mouseoversmultiple creatures
2019-05-21also make packmate roars pinnable in web appmultiple creatures
2019-05-05Fix content warning button displaying a link icon when no status card is setThibaut Girka
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-05-03Fix polls icon not showing in CW button in detailed statusesThibaut Girka
2019-04-29When selecting a toot via keyboard, ensure it is scrolled into viewThibaut Girka
Fixes detailed status column
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-04-03Do not handle clicks in detailed status contentThibaut Girka
2019-03-26[Glitch] Add a “Block & Report” button to the block confirmation dialogThibG
Port 6df4a8296996181d56a22535b86830c0ab56086e to glitch-soc
2019-03-13[Glitch] Redesign landing pageEugen Rochko
Port 65fffeac3f960f9c74d693525a73ac14b201bf2b to glitch-soc
2019-03-11Make clicking on the account and status column headers scroll to topThibaut Girka
2019-03-11add local setting to auto reveal media behind cwash lea
2019-03-05[Glitch] Perform deep comparison for card data when receiving new propsThibaut Girka
Prevents embedded players from resetting when interacting with the toot
2019-03-05Add pollsEugen Rochko
Port front-end parts of 230a012f0090c496fc5cdb011bcc8ed732fd0f5c to glitch-soc
2019-03-01[Glitch] Make the column header of toot/thread view look like the othersMélanie Chauvel (ariasuni)
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-02-17[Glitch] Fix crash on public hashtag pages when streaming failsThibaut Girka
Port 041ff5fa9a45f7b8d1048a05a35611622b6f5fdb to glitch-soc
2019-02-13[Glitch] Add "copy link" item to status action barsThibaut Girka
Port 3cfadd875cc91b3fb893681ed7c2ef86148b3f85 to glitch-soc
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-06Fix CW unfolding not triggering re-layout in public hashtag pageThibaut Girka
2019-02-06Fix unfolding CWs on public hashtag pageThibaut Girka
Fixes #909
2019-01-20[Glitch] Fix new hashtag page's items not being full-width on mobileThibaut Girka
Port b506ce119766bb3308f934e2d3de143b3ac6f5ad to glitch-soc
2019-01-20[Glitch] Improve the public hashtag pageThibaut Girka
Port 8b1990355974543542544e56d2046bc0c9c8716b to glitch-soc
2019-01-20[Glitch] Redesign public hashtag page to use a masonry layoutThibaut Girka
Port bc642ac24b49c14dca382e7aabbc16130293d2f4 to glitch flavour
2019-01-10[Glitch] Display fallback link card thumbnail when none is givenThibaut Girka
Port 1512af2811cb5b2ffccac5452eb291b1af46f89d to glitch-soc
2018-12-18Allow disabling the reply confirmation dialogThibaut Girka
2018-12-06Fix mention links in detailed statuses not opening in the WebUIThibaut 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
Port e18390cfe6f5f0eb55abafe072b14b7fa123e808 to glitch-soc
2018-11-30[Glitch] Replace recursion in status mapStateToPropsThibaut Girka
Port dfbadd68374ab5ddcaa75907261bd91da688fc6b to glitch-soc
2018-11-30[Glitch] Introduce flat layout to contexts reducerThibaut Girka
Port 023fe5181b66ba2cbd20cca4e3bd34f132deba52 to glitch-soc
2018-11-29Improve detailed status component lifecycleThibaut Girka
- Move componentWillMount and componentWillReceiveProps logic to getDerivedStateFromProps. - Compute CW auto-unfold status earlier
2018-11-25Update MediaGallery and Video props when folding/unfolding CWs in detailed ↵Thibaut Girka
statuses
2018-11-19Move URLs to backend in their own fileThibaut Girka
2018-10-30[Glitch] Fix dimensions of preview cards, fix crash in web UI, fix warningThibaut Girka
Port 9c38c5daa3d7298f02c763a84a74680dcc89dac2 to glitch-soc
2018-10-30[Glitch] Include preview cards in status entity in REST APIThibaut Girka
Port 795f0107d23c1c9bd039f6449fa1e094ab7653a7 to glitch-soc