about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/local_settings.js
AgeCommit message (Collapse)Author
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!