Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-25 | [Glitch] Rename JSX files with proper `.jsx` extension | Renaud Chaput | |
Port 44a7d87cb1f5df953b6c14c16c59e2e4ead1bcb9 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com> | |||
2023-02-03 | [Glitch] Run eslint --fix | Claire | |
I don't like it changing files this way, but it's basically what c49213f0ea311daba590db1d7a14a641cbd9fe93 and a few others did. | |||
2023-01-26 | Allow 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-12-22 | Remove unused translation string (#2039) | Claire | |
2022-11-16 | Add aria-label and title attributes to local settings navigation items (#1949) | Claire | |
2022-10-28 | Remove local settings items that make no sense anymore | Claire | |
2022-10-11 | Rename flavours/glitch/util into flavours/glitch/utils | Claire | |
2022-10-11 | Move flavours/glitch/util/initial_state to flavours/glitch/initial_state | Claire | |
2022-10-05 | Clarify language RE secondary toot button (#1851) | prplecake | |
2022-08-30 | Fix local settings navigation (#1836) | Claire | |
The “filters” page was removed, but not from the navigation, which would offset everything. | |||
2022-08-25 | Remove obsolete filter local settings | Claire | |
2022-07-25 | Add option to share CW toggle state across instances of a post | Claire | |
2022-07-24 | Regroup CW unfolding settings in their own section | Claire | |
2022-07-24 | Add explanation for some options in the local settings dialog | Claire | |
2022-07-24 | Add local setting toggle to move media attachments outside CWs | Claire | |
Fixes #1812 | |||
2022-05-27 | Add 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-15 | Use 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-19 | Migrate glitch-soc local notification settings to upstream system | Claire | |
2020-10-27 | Add option to hide notification markers | Thibaut Girka | |
2020-10-26 | Add local setting for pop-in player position | Thibaut Girka | |
2020-10-26 | Add setting to disable the pop-in player | Thibaut Girka | |
2020-01-07 | Make prepending “re: ” to CWs on reply optional | Thibaut Girka | |
2019-09-09 | Use the `Icon` component instead of directly using `i` tag | Thibaut Girka | |
2019-09-09 | Move “export” before decorators | Thibaut Girka | |
As this is what upstream does. See also https://github.com/tc39/proposal-decorators/issues/69 | |||
2019-08-29 | Add option to rewrite mentions to mentioned user's username or acct | Thibaut Girka | |
Fixes #666 | |||
2019-08-04 | Remove link rewriting option as it is easily bypassable | Thibaut Girka | |
2019-08-04 | Add options to highlight misleading links in statuses | Thibaut Girka | |
Fixes #1162 | |||
2019-07-15 | Add options to configure filtering behavior | Thibaut Girka | |
2019-07-01 | Fix some React warnings | Thibaut Girka | |
2019-06-19 | Change preferences link in local settings modal from sliders to cog for ↵ | Thibaut Girka | |
consistency | |||
2019-06-13 | Add hints to make local settings about layout more explicit | Thibaut Girka | |
2019-06-10 | Add option to display a warning before boosting toots lacking media descriptions | Thibaut Girka | |
2019-05-17 | Hide content-type dropdown by default | Thibaut Girka | |
2019-05-01 | Add high color privacy icons | Thibaut Girka | |
Fixes #1015 | |||
2019-03-11 | add local setting to auto reveal media behind cw | ash lea | |
2019-02-03 | Remove redundant “options” from “Compose box options” | Thibaut Girka | |
Thanks @ariasuni. | |||
2019-01-05 | Add local setting to disable swipe-to-change-columns | Thibaut Girka | |
2018-12-18 | Reword confirm_before_clearing_draft description | Thibaut Girka | |
2018-12-18 | Allow disabling the reply confirmation dialog | Thibaut Girka | |
2018-11-19 | Move URLs to backend in their own file | Thibaut Girka | |
2018-10-30 | Add a local setting for inline preview cards | Thibaut Girka | |
2018-10-09 | Define some local-settings hints | Thibaut Girka | |
2018-10-09 | Add support for hints (or extended descriptions) in local-settings pages | Thibaut Girka | |
2018-10-09 | Change “preferences” icon to match settings page icon | Thibaut Girka | |
2018-10-09 | Add icons for each of the local-setting pages | Thibaut Girka | |
2018-10-08 | Move “Show action buttons in collapsed toots” option | Thibaut Girka | |
2018-10-08 | Switch from selects to radio buttons for local settings, improve styling | Thibaut Girka | |
2018-09-30 | Add option to hide action bar in collapsed toots | Spencer Alves | |
2018-09-28 | Make pre-selection of usernames optional when replying to a toot | Thibaut Girka | |
Fixes #751 | |||
2018-09-28 | Fix styling issue in “Compose box options” local settings page | Thibaut Girka | |