1
Fork 0
Commit Graph

134 Commits

Author SHA1 Message Date
Bauke 662057df25
Completely rewrite Tildes ReExtended with HTM and Preact. 2020-10-11 01:33:52 +02:00
Bauke 3f4df6c615
Add suggested lists for user mentions and group links. 2020-10-03 18:52:53 +02:00
Bauke 7b94bcdf92
Remove the mark new comments requirement, as it's enabled for everyone now. 2020-10-03 13:36:12 +02:00
Bauke abb09bc671
Make the theme colors use CSS custom properties. 2020-10-03 13:20:12 +02:00
Bauke 38bca9721a
Update the dependencies. 2020-10-02 16:51:34 +02:00
Bauke 0b2aeb8b73
Version: 0.3.3 2020-06-10 14:51:53 +02:00
Bauke 66e1b98393
Make Parcel not output directories with leading underscores. 2020-06-10 14:51:47 +02:00
Bauke 6d0cb8b40d
Version: 0.3.2 2020-06-05 23:55:47 +02:00
Bauke 32cb433664
Chore: Update the dependencies. 2020-06-05 23:55:11 +02:00
Bauke 272ea0fe4b
Fix: Fix a bug with settings not being initialized properly. 2020-06-05 23:45:47 +02:00
Bauke dc1f564872
Version: 0.3.1 2020-03-05 13:33:30 +01:00
Bauke bd9e5bba51
Fix: Properly validate usernames with greater/less and equal than. 2020-03-05 13:21:23 +01:00
Bauke 097feb33b4
Version: 0.3.0 2020-03-04 13:28:43 +01:00
Bauke ac847daf8b
Feature: Change up the report a bug stuff. 2020-03-04 13:24:22 +01:00
Bauke 947ddfb224
Refactor: Fix linting issues introduced with new versions. 2020-03-03 19:16:40 +01:00
Bauke b27f73ad20
Chore: Update dependencies. 2020-03-03 16:49:20 +01:00
Bauke 0ac20caf23
Meta: Update the ReadMe. 2020-03-03 16:41:32 +01:00
Bauke 730ee093b3
Fix: Remove the new comment stripe after scrolling down to the next. 2020-01-12 22:36:42 +01:00
Bauke 26cd9e3a13
Fix: Uncollapse all comments when the target is invisible (fixes #8). 2020-01-12 22:17:45 +01:00
Bauke ad74b77fd8
Fix: Don't log an empty string when not overriding debug.
Firefox was logging <empty string> because the overrideStyle variable
wasn't being set.
2020-01-12 22:09:23 +01:00
Bauke 93f0bfc84c
Fix: Make 3-letter usernames possible 2019-11-14 11:17:25 +01:00
Bauke dafc5db725
Version: 0.2.0 2019-11-12 22:37:09 +01:00
Bauke 46864cc5fc
Feature: Add Hide Votes (fixes #4) 2019-11-12 22:18:48 +01:00
Bauke 5a299a7efe
Feature: Add Markdown snippets toolbar (fixes #12) 2019-11-12 15:01:31 +01:00
Bauke b063e1507c
Feature: Add import and export settings buttons (fixes #2) 2019-11-11 16:07:56 +01:00
Bauke 2203cb0f90
Refactor: Use pixels instead of vw to space flash messages 2019-11-11 13:14:29 +01:00
Bauke 68c374fee9
Refactor: Replace username validation with schema from Tildes source code.
This replaces the simple >3 check with the correct min and max lengths and
Regex that are in the Tildes source code.
2019-11-10 23:28:51 +01:00
Bauke a3e52b627b
Fix: Remove the "v" from the version link.
Tags don't have an actual "v" in front of them so this makes the link
point to the right place.
2019-11-10 23:19:27 +01:00
Bauke 3e313f2bb0
Version: 0.1.1 2019-11-10 22:44:33 +01:00
Bauke f968e497d6
Chore: Remove nodeEnv check in log()
Given that the debug variable will always be set to true in the
getSettings() function, this check doesn't need to happen.
2019-11-10 19:54:46 +01:00
Bauke 91780f9044
Fix: Replace usage of local with sync storage (fixes #9) 2019-11-10 19:37:31 +01:00
Bauke 32b72db90d
Chore: Add Firefox Add-on ID to manifest.json 2019-11-10 19:26:04 +01:00
Bauke 68c504011b
Chore: Add a "zip-source" command to package.json
To upload the extension to AMO it needs to include the source code,
this command grabs all the relevant files and zips them.
2019-11-10 18:55:19 +01:00
Bauke 6802f57de5
Version: 0.1.0 2019-11-10 18:38:47 +01:00