1
Fork 0
Commit Graph

132 Commits

Author SHA1 Message Date
Bauke ceba850215
Version 2.2.1! 2023-07-18 13:17:22 +02:00
Bauke 1975a821d6
Make Anonymize Usernames collect usernames case-insensitively. 2023-07-18 13:16:20 +02:00
Bauke 68a1399685
Run the 2.0.0 data migration on settings import. 2023-07-18 13:13:14 +02:00
Bauke eace9562dd
Version 2.2.0! 2023-07-16 14:22:23 +02:00
Bauke 061df73df8
Add the Unignore All miscellaneous feature. 2023-07-16 14:03:20 +02:00
Bauke c818362773
Add a sleep utility function. 2023-07-15 21:19:41 +02:00
Bauke 99180035e3
Add a user agent to the Intercooler request. 2023-07-15 16:00:53 +02:00
Bauke 44d33d41ae
Add a $version global. 2023-07-15 15:57:17 +02:00
Bauke 2fa59f14d6
Factor out the Intercooler HTTP request into a utility function. 2023-07-15 15:54:21 +02:00
Bauke 809943edcc
Gate certain features by requiring a logged in user. 2023-07-15 15:20:05 +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
Bauke 144c9c667b Merge branch 'feat/25-random_username_colors' into 'main'
Add option to randomize username colors

https://gitlab.com/tildes-community/tildes-reextended/-/merge_requests/1
2023-07-09 15:15:11 +00:00
bugsmith 7cc8b66e53 Add option to randomize username colors 2023-07-09 15:15:10 +00:00
Bauke ecd91563d5
Fix topic votes not being hidden on topic pages. 2023-07-06 20:26:08 +02:00
Bauke 7e30c509e2
Add a small feature list to the readme. 2023-07-05 19:43:00 +02:00
Bauke 7933268d21
Mark hide topics as done. 2023-07-05 19:40:04 +02:00
Bauke f3f12282e3
Set the debug global if the debug feature is enabled. 2023-07-05 12:50:43 +02: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 5f6cf4a6de
Fix an issue with the migration test failing intermittently. 2023-07-04 19:09:20 +02:00
Bauke 089ea3d5ab
Update dependencies. 2023-07-04 11:20:20 +02:00
Bauke 0aa96a50f4
Add AMO and CWS badges. 2023-07-03 19:07:31 +02:00
Bauke fa68f728f4
Version 2.1.1! 2023-07-03 12:11:44 +02:00
Bauke e23984fea4
Add a pnpm install task. 2023-07-03 12:11:29 +02:00
Bauke 9cc5400285
Version 2.1.0! 2023-06-30 13:30:34 +02:00
Bauke 7d480598da
Add the Hide Topics settings component. 2023-06-30 13:26:39 +02:00
Bauke 67e796d12d
Add a HideTopicMatcher type guard. 2023-06-30 13:25:38 +02:00
Bauke bddc4ceddf
Turn off the complexity rule. 2023-06-30 11:37:15 +02:00
Bauke de0730db28
Add the content script part of the Hide Topics feature. 2023-06-30 11:36:44 +02:00
Bauke 17bee78e70
Add the Hide Topics storage logic. 2023-06-30 11:21:39 +02:00
Bauke 0fff485473
Add a pluralize utility function. 2023-06-29 23:24:20 +02:00
Bauke 35f1bf35ca
Add back the default known groups. 2023-06-29 18:51:18 +02:00
Bauke 009ff2e424
Add documentation. 2023-06-29 18:44:30 +02:00
Bauke 03d737b9cf
Add back the default enabled features. 2023-06-29 18:36:10 +02:00
Bauke 8fb439c98c
Version 2.0.0! 2023-06-28 19:12:49 +02:00
Bauke 78553e4908
Add in the readme to the differences and development files. 2023-06-28 19:11:20 +02:00
Bauke 26e04cb6f2
Fix user labels not saving properly when edited. 2023-06-28 19:04:23 +02:00
Bauke 74ea66083d
Rework UsernameColorsData to be stored individual keys. 2023-06-28 18:46:27 +02:00
Bauke a5891bb4c0
Fix user labels not being applied to anonymous usernames. 2023-06-28 18:29:51 +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 15c5beaecd
Use undefined instead of null. 2023-06-25 13:31:42 +02:00
Bauke 0542b09e0f
Rework the Hide Votes logic so it explicitly handles our own and other's votes. 2023-06-25 13:28:26 +02:00
Bauke 30b190dcdf
Remove the hex color requirement. 2023-06-25 12:19:18 +02:00