about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/local_settings
AgeCommit message (Collapse)Author
2022-11-16Add aria-label and title attributes to local settings navigation items (#1949)Claire
2022-10-28Remove local settings items that make no sense anymoreClaire
2022-10-11Rename flavours/glitch/util into flavours/glitch/utilsClaire
2022-10-11Move flavours/glitch/util/initial_state to flavours/glitch/initial_stateClaire
2022-10-05Clarify language RE secondary toot button (#1851)prplecake
2022-08-30Fix local settings navigation (#1836)Claire
The “filters” page was removed, but not from the navigation, which would offset everything.
2022-08-25Remove obsolete filter local settingsClaire
2022-07-25Add option to share CW toggle state across instances of a postClaire
2022-07-24Regroup CW unfolding settings in their own sectionClaire
2022-07-24Add explanation for some options in the local settings dialogClaire
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-09-09Use the `Icon` component instead of directly using `i` tagThibaut Girka
2019-09-09Move “export” before decoratorsThibaut Girka
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69
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-07-01Fix some React warningsThibaut Girka
2019-06-19Change preferences link in local settings modal from sliders to cog for ↵Thibaut Girka
consistency
2019-06-13Add hints to make local settings about layout more explicitThibaut 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-01Add high color privacy iconsThibaut Girka
Fixes #1015
2019-03-11add local setting to auto reveal media behind cwash lea
2019-02-03Remove redundant “options” from “Compose box options”Thibaut Girka
Thanks @ariasuni.
2019-01-05Add local setting to disable swipe-to-change-columnsThibaut Girka
2018-12-18Reword confirm_before_clearing_draft descriptionThibaut Girka
2018-12-18Allow disabling the reply confirmation dialogThibaut Girka
2018-11-19Move URLs to backend in their own fileThibaut Girka
2018-10-30Add a local setting for inline preview cardsThibaut Girka
2018-10-09Define some local-settings hintsThibaut Girka
2018-10-09Add support for hints (or extended descriptions) in local-settings pagesThibaut Girka
2018-10-09Change “preferences” icon to match settings page iconThibaut Girka
2018-10-09Add icons for each of the local-setting pagesThibaut Girka
2018-10-08Move “Show action buttons in collapsed toots” optionThibaut Girka
2018-10-08Switch from selects to radio buttons for local settings, improve stylingThibaut 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-28Fix styling issue in “Compose box options” local settings pageThibaut Girka
2018-09-07Add preferences for notification badgesThibaut Girka
2018-09-07Move compose box options to their own pageThibaut Girka
2018-08-31Add option to not automatically unfold content warnings matching a regexpThibaut Girka
Fixes #678
2018-08-31Allow text inputs in local settings dialogThibaut Girka