1
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Bauke 8ab9df1d85
Add a utility function for getting the logged in username. 2023-08-30 12:09: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 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 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 0fff485473
Add a pluralize utility function. 2023-06-29 23:24:20 +02:00
Bauke 143451e39c
Miscellaneous utilities fixes. 2023-06-25 12:00:43 +02:00
Bauke bd0f7a7a8c
Replace old usage of TRXComponent with JSX.Element. 2023-06-24 16:33:33 +02:00
Bauke a0cc171541
Convert to JSX and new storage method. 2023-06-23 13:02:24 +02: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
Bauke 47e306dcdb
Only open the extension page when the version gets updated.
Firefox "reinstalls" extensions when it gets updated so we
have to work around it so we only open the extension when
the version actually changes.
2021-02-23 16:55:40 +01:00
Bauke 662057df25
Completely rewrite Tildes ReExtended with HTM and Preact. 2020-10-11 01:33:52 +02:00