about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/components
AgeCommit message (Collapse)Author
2020-02-22port glitch-soc@`d99a661` to monsterfork: [Glitch] Add responsive panels to ↵Eugen Rochko
the single-column layout Port 1e5532e693d9533ee37f553aeb191e284178fa52 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2020-02-22port glitch-soc@`610b4b4` to monsterfork: [Glitch] Add single-column modeEugen Rochko
Port 9ddeb30f90f9402eb567c88354d4956fcfdf0361 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-14differentiate local-only posts in the web appmultiple creatures
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-12-02hide media captions under content notes when not expandedmultiple creatures
2019-11-19Minor cleanupThibaut Girka
2019-11-19Add DM conversations mode similar to upstreamThibaut Girka
2019-11-19[Glitch] Scroll to compose form when focusJeong Arm
Port 8f3c32e29cf13a84b2f0a58da0ab0c99a88caad5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-11-19Fix expanding status from menu modal in glitch-socThibaut Girka
Fixes #1085
2019-11-19Fix incorrect PropType in Glitch AutosuggestInputslice
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-08-02allow abandoning any thread; add `thread:leave`/`thread:part` bangtagsmultiple creatures
2019-07-23add self-destructing roars & `live`/`lifespan` bangtagsmultiple creatures
2019-07-18add community visibility to the web appmultiple creatures
2019-05-21set correct name on media caption `div`multiple creatures
2019-05-21Group like media captions together and remove space between descriptors.multiple creatures
2019-05-21Make sure topmost image fills the gap in an odd-numbered media set.multiple creatures
2019-05-21Handle up to 6 attachments per roar.multiple creatures
2019-05-21Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph.multiple creatures
2019-05-21Compact the hashtag section of the search UI. Get rid of trending sections; ↵multiple creatures
they do not work properly on instances with less than 10,000 active users.
2019-05-21Add support for standard GIFs (under 200 KB)multiple creatures
2019-05-21show captions for media descriptionsmultiple creatures
2019-05-21hide filtered messagemultiple creatures
2019-05-21also make packmate roars pinnable in web appmultiple creatures
2019-05-04[Glitch] Make the "mark media as sensitive" button more obvious in web UIEugen Rochko
Port 05ef3462ba0af7b147a7cfa8de2735e99dc59ac5 to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
2019-05-04[Glitch] Change account gallery in web UIEugen Rochko
Port 3f143606faa6181ff2745b6bd29ac8ea075088bf to glitch-soc Signed-off-by: Thibaut Girka <thib@sitedethib.com>
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-26Hide suggestions by defaultThibaut Girka
They will be enabled if the input has focus
2019-04-26Add emoji suggestion to poll optionsThibaut Girka
2019-04-26Add suggestions in CW fieldThibaut Girka
2019-04-24Rename status__text to status__content__text for consistency with upstreamThibaut Girka
2019-04-22Do not switch to italic for status media buttonsThibaut Girka
2019-04-22ComposerTextarea → AutosuggestTextareaThibaut Girka
2019-04-22[Glitch] Show suggested follows on search screen in mobile layoutEugen Rochko
Port ad510db3a19640267f94062756d558a45472af14 to glitch-soc
2019-04-17Shift+click on column Back button to return to last pinable columnThibaut Girka
2019-04-17When selecting a toot via keyboard, ensure it is scrolled into viewThibaut Girka
2019-04-16Fix opening/closing gifv sometimes making the timeline scrollThibaut Girka
2019-04-04Merge pull request #981 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes
2019-04-04[Glitch] Update poll remaining time just like with status timestampsThibG
Port daab45d4ae000a208f251ce96334df47d894dba3 to glitch-soc
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-26[Glitch] Add `lang` attribute to statuses in web UIEugen Rochko
Port JS changes from e6cfa7ab897ac4fd6bf9bbcafe09fc42c4cc2c5d to glitch-soc
2019-03-20[Glitch] Add support for custom emojis in poll optionsThibG
Fixes #956 Port 80f0910e2141b24082b9143266a9a6cf1ef6a516 to glitch-soc
2019-03-13[Glitch] Add UI for enabling/disabling poll notificationsThibG
2019-03-11Remove leftover console.logThibaut Girka
2019-03-11Merge pull request #953 from ThibG/glitch-soc/merge-upstreamThibG
Merge upstream changes