Bauke Bauke
Bauke pushed to main at tildes-community/tildes-shepherd 2023-07-03 12:47:21 +00:00
548984a6df Render the steps before the tour starts.
Bauke pushed to main at tildes-community/tildes-shepherd 2023-07-03 10:18:44 +00:00
e4dbe14e59 Add a pnpm install task.
Bauke pushed tag 2.1.1 to tildes-community/tildes-reextended 2023-07-03 10:12:16 +00:00
Bauke pushed to main at tildes-community/tildes-reextended 2023-07-03 10:12:16 +00:00
fa68f728f4 Version 2.1.1!
e23984fea4 Add a pnpm install task.
Compare 2 commits »
Bauke pushed to main at tildes-community/tildes-shepherd 2023-07-02 10:26:15 +00:00
866d823820 Rework storage values to use a single function.
2e0ea98225 Add documentation.
b130ec37a7 Consolidate all the tour data into a single TourData type.
896895c69a Add the beginnings of the account settings tour.
Compare 4 commits »
Bauke pushed to main at tildes-community/tildes-shepherd 2023-07-01 11:34:59 +00:00
48742a9864 Refactor TourId to be an enum.
1b063e6e90 Factor the logged out warning to a separate component.
Compare 2 commits »
Bauke commented on 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

Added a warning in 02af7391e7214ec3d2a634f490627cf4b9cff774.

It's not really feasible to accommodate both logged it and logged out users at the same time, it would basically require 2 separate…

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.