1
Fork 0
Commit Graph

46 Commits

Author SHA1 Message Date
Bauke 3604cfe674
Make the dropdown option text shorter. 2023-12-10 14:46:40 +01:00
Bauke 75cd843d27
Add the Markdown Toolbar Editor. 2023-11-25 12:37:55 +01:00
Bauke 459352f173
Save new user labels so their assigned IDs exist in storage. 2023-11-02 12:16:39 +01:00
Bauke 9bcbdaf456
Set updated feature dates. 2023-10-21 13:03:36 +02:00
Bauke cf18323f27
Add an option to hide the user label editor [+]. 2023-10-19 14:09:00 +02:00
Bauke 1222ec4f13
Add the Voted On Topic matcher. 2023-10-18 13:44:23 +02:00
Bauke 3008bdc9ab
Add the Show Topic Author miscellaneous feature. 2023-10-13 13:33:26 +02:00
Bauke 5dc92d0e1a
Factor out creating new user label IDs. 2023-10-10 17:49:29 +02:00
Bauke a21485733e
Update feature last updated dates. 2023-09-16 20:14:59 +02:00
Bauke 7a73aa57c3
Add save status changes to the dedicated user label editor. 2023-09-15 18:22:13 +02:00
Bauke 45d9f03b50
Add save status changes to the username colors setting. 2023-09-14 13:24:06 +02:00
Bauke d69283f8a8
Factor out checkbox styling and use it. 2023-09-13 14:33:00 +02:00
Bauke d317f5e2c6
Factor out the select element styling and apply it. 2023-09-11 12:43:46 +02:00
Bauke ee768cfd41
Add a miscellaneous feature for hiding your own username. 2023-08-29 12:54:30 +02:00
Bauke 678b887185
Revert "Add storage and UI for anonymizing only the logged in user."
This reverts commit 9bd35ee17e.
2023-08-17 11:32:38 +02:00
Bauke 9bd35ee17e
Add storage and UI for anonymizing only the logged in user. 2023-08-16 15:45:27 +02:00
Bauke 0153c83afb
Narrow the ReplacementType value before saving. 2023-08-15 12:15:16 +02:00
Bauke 36bf5ece75
Generate the replacement type options from the enum. 2023-08-11 11:23:46 +02:00
Bauke dc499be4b7
Add the storage and options UI for different Anonymize Usernames replacement types. 2023-08-10 17:52:01 +02:00
Bauke 68a1399685
Run the 2.0.0 data migration on settings import. 2023-07-18 13:13:14 +02:00
Bauke 061df73df8
Add the Unignore All miscellaneous feature. 2023-07-16 14:03:20 +02:00
Bauke 8a7132c276
Add an Updated marker for features that got updated recently. 2023-07-15 11:13:04 +02:00
Bauke d967bd2bbd
Add the (un)subscribe button to group list items. 2023-07-14 20:10:08 +02:00
Bauke 73f3977b62
Add the Topic Info Ignore miscellaneous feature. 2023-07-13 16:16:37 +02:00
Bauke b8ff891c31
Small prose tweak. 2023-07-12 13:51:25 +02:00
Bauke 2666168b02
Add the Miscellaneous features category with the Comment Anchor Fix to start. 2023-07-11 19:07:13 +02:00
Bauke 84c69eaab3
Fix linting issues and move some things around. 2023-07-10 12:14:39 +02:00
bugsmith 7cc8b66e53 Add option to randomize username colors 2023-07-09 15:15:10 +00:00
Bauke 2954c93af5
Point to the releases page instead of the tags page. 2023-07-05 12:38:14 +02:00
Bauke 95ae6d0d40
Use an actual date. :P 2023-07-04 20:15:17 +02:00
Bauke 7d480598da
Add the Hide Topics settings component. 2023-06-30 13:26:39 +02:00
Bauke 74ea66083d
Rework UsernameColorsData to be stored individual keys. 2023-06-28 18:46:27 +02:00
Bauke 126960ba82
Properly remove user labels. 2023-06-28 15:03:35 +02:00
Bauke df09098f89
Restructure the storage files. 2023-06-27 13:51:04 +02:00
Bauke d7ddbe4620
Rework UserLabelsData to Array<Value<UserLabel>>. 2023-06-26 12:10:08 +02:00
Bauke 2e58f23239
Add the 1.1.2 to 2.0.0 data migration and testing for it. 2023-06-24 16:32:47 +02:00
Bauke 5fb151807e
Fix user labels storage issue. 2023-06-24 14:00:27 +02:00
Bauke a0cc171541
Convert to JSX and new storage method. 2023-06-23 13:02:24 +02:00
Bauke da27a37af0
Add the Themed Logo feature (#7). 2022-02-27 22:51:54 +01:00
Bauke 7d2a25815e
Add placeholders to the Username Colors inputs. 2022-02-27 15:55:40 +01:00
Bauke e3e758f7ba
Create the dedicated User Label Editor (#1). 2022-02-27 15:37:11 +01:00
Bauke 5cf6aa997a
Add an indicator for new features. 2022-02-25 14:47:20 +01:00
Bauke f4b547b99f
Type features explicitly. 2022-02-25 01:34:11 +01:00
Bauke ee289d562c
Add the Username Colors feature (#6). 2022-02-25 01:06:24 +01:00
Bauke 75006ff7eb
Add the Anonymize Usernames feature (#5). 2022-02-23 18:17:22 +01:00
Bauke 52696fe50e
Fix all the things.
* Switch from Parcel to Vite.
* Rewrite the Settings handling.
* Fix a bug that made the extension not work on first load.
* A bunch of other stuff, too lazy to write it all out.
2022-02-23 14:52:06 +01:00