Bauke Bauke
Bauke closed issue tildes-community/tildes-shepherd#5 2023-07-01 10:16:07 +00:00
Require the user to be logged in or make sure logged out works correctly
Bauke pushed to main at tildes-community/tildes-shepherd 2023-07-01 10:14:22 +00:00
02af7391e7 Add a warning to logged out users that tours will break.
43ac3c9cf3 Add media queries for grid tour styling.
771e69c631 Only start the next tour if the selected tour is not the introduction.
395ce2fb62 Add explicit target handling for web-ext run.
Compare 4 commits »
Bauke commented on issue tildes-community/tildes-shepherd#6 2023-07-01 09:41:25 +00:00
Ensure everything works correctly in Chromium-based browsers

Seems to be all good.

Bauke closed issue tildes-community/tildes-shepherd#6 2023-07-01 09:41:25 +00:00
Ensure everything works correctly in Chromium-based browsers
Bauke pushed tag 2.1.0 to tildes-community/tildes-reextended 2023-06-30 11:33:41 +00:00
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-30 11:33:41 +00:00
9cc5400285 Version 2.1.0!
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-30 11:27:08 +00:00
7d480598da Add the Hide Topics settings component.
67e796d12d Add a HideTopicMatcher type guard.
bddc4ceddf Turn off the complexity rule.
de0730db28 Add the content script part of the Hide Topics feature.
17bee78e70 Add the Hide Topics storage logic.
Compare 9 commits »
Bauke pushed tag 2.0.0 to tildes-community/tildes-reextended 2023-06-28 17:13:31 +00:00
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-28 17:13:31 +00:00
8fb439c98c Version 2.0.0!
78553e4908 Add in the readme to the differences and development files.
26e04cb6f2 Fix user labels not saving properly when edited.
74ea66083d Rework UsernameColorsData to be stored individual keys.
a5891bb4c0 Fix user labels not being applied to anonymous usernames.
Compare 5 commits »
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-28 13:03:46 +00:00
126960ba82 Properly remove user labels.
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-27 11:51:19 +00:00
df09098f89 Restructure the storage files.
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-26 10:14:14 +00:00
d7ddbe4620 Rework UserLabelsData to Array<Value<UserLabel>>.
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-25 11:31:54 +00:00
15c5beaecd Use undefined instead of null.
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-25 11:28:42 +00:00
0542b09e0f Rework the Hide Votes logic so it explicitly handles our own and other's votes.
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-25 10:19:41 +00:00
30b190dcdf Remove the hex color requirement.
6eff95bfd3 Remove the GitLab issue template.
143451e39c Miscellaneous utilities fixes.
fdb9b0e711 Dekstop -> desktop.
Compare 4 commits »
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-25 09:41:53 +00:00
275f4bdb46 Fix scrollbars appearing when they shouldn't.
81d2f05f03 Small hack to make web-ext launch Chromium properly.
9ed7f78d60 Add Chromium profile to web-ext configuration.
8adbee70e9 Move CSP to Firefox only.
Compare 4 commits »
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-24 14:33:41 +00:00
bd0f7a7a8c Replace old usage of TRXComponent with JSX.Element.
2e58f23239 Add the 1.1.2 to 2.0.0 data migration and testing for it.
Compare 2 commits »
Bauke pushed to main at tildes-community/tildes-shepherd 2023-06-24 13:06:20 +00:00
83e240ad70 Firefox is not needed to build the extension, oops.
96e83d7f08 Add documentation for the new parameter.
Compare 2 commits »
Bauke opened issue tildes-community/tildes-reextended#12 2023-06-24 12:05:53 +00:00
Consider moving away from sync storage
Bauke pushed to main at tildes-community/tildes-reextended 2023-06-24 12:03:55 +00:00
5fb151807e Fix user labels storage issue.