about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/local_settings.js
AgeCommit message (Collapse)Author
2023-02-03[Glitch] Run eslint --fixClaire
I don't like it changing files this way, but it's basically what c49213f0ea311daba590db1d7a14a641cbd9fe93 and a few others did.
2023-01-26Allow users to set the trigger height for lengthy toot auto-collapse (#2070)neatchee
* Allow users to set the trigger height for lengthy toot autocollapse Add a field in the glitch-soc preferences to set the exact height in pixels of a "lengthy toot" where auto-collapse is triggered Originally authored by Dean Bassett (github.com/deanveloper) Squashed 3 commits from neatchee/mastodon and returned some values to project defaults: * ef665c1df5821e684c8da3392049f33243fafa74 * 0fce108d210efe55027a3af061bfc57aaaa83843 * 998f701a2b2e37edbda7dffb11a61f67f5559b18 * Remove bad escape characters * Apply feedback from glitch-soc code review - move input width specification to CSS - adjust language for clarity * Update comments re: lengthy toot height * Fix inconsistent indentation * Use a calculated width that scales better with browser font instead of static 45px width
2022-08-25Remove obsolete filter local settingsClaire
2022-07-25Add option to share CW toggle state across instances of a postClaire
2022-07-24Add local setting toggle to move media attachments outside CWsClaire
Fixes #1812
2022-05-27Add language indicator icon and local settings for status icons (#1788)Claire
* Add language indicator * Add local settings for status icons * Switch to text icon for language
2022-05-15Use upstream's settings for CW auto-expand and column swiping (#1770)Claire
* Use Mastodon server-side settings for automatically expanding toots with CWs * Add modal warning about settings changes * Use Mastodon server-side settings for disabling swiping
2021-03-19Migrate glitch-soc local notification settings to upstream systemClaire
2020-10-27Add option to hide notification markersThibaut Girka
2020-10-26Add local setting for pop-in player positionThibaut Girka
2020-10-26Add setting to disable the pop-in playerThibaut Girka
2020-01-07Make prepending “re: ” to CWs on reply optionalThibaut Girka
2019-08-29Add option to rewrite mentions to mentioned user's username or acctThibaut Girka
Fixes #666
2019-08-04Remove link rewriting option as it is easily bypassableThibaut Girka
2019-08-04Add options to highlight misleading links in statusesThibaut Girka
Fixes #1162
2019-07-15Add options to configure filtering behaviorThibaut Girka
2019-06-10Add option to display a warning before boosting toots lacking media descriptionsThibaut Girka
2019-05-17Hide content-type dropdown by defaultThibaut Girka
2019-05-01Make hi-color privacy icons opt-in instead of opt-outThibaut Girka
2019-05-01Add high color privacy iconsThibaut Girka
Fixes #1015
2019-03-11add local setting to auto reveal media behind cwash lea
2019-01-05Add local setting to disable swipe-to-change-columnsThibaut Girka
2018-12-18Allow disabling the reply confirmation dialogThibaut Girka
2018-10-30Add a local setting for inline preview cardsThibaut Girka
2018-09-30Add option to hide action bar in collapsed tootsSpencer Alves
2018-09-28Make pre-selection of usernames optional when replying to a tootThibaut Girka
Fixes #751
2018-09-07Add preferences for notification badgesThibaut Girka
2018-08-31Add option to not automatically unfold content warnings matching a regexpThibaut Girka
Fixes #678
2018-08-31Add a setting to automatically unfold all content warningsThibaut Girka
2018-08-30Add confirmation dialog when posting media without descriptionThibaut Girka
Fixes #211
2018-08-29Add opt-in feature to have the spoilers field always on (fixes #634)Thibaut Girka
2018-08-22Add glitch-soc local setting to display reply countersThibaut Girka
Defaults to false.
2018-07-12Use options rather than a booleanThibaut Girka
This prepares for a third option that would restrict privacy to privacyPreference(replyPrivacy, sideArmBasePrivacy)
2018-07-12add option to enable auto visibility on secondary toot buttonAsh Levy
2017-12-03Rename themes -> flavours ? ?kibigo!