Commit graph

114 commits

Author SHA1 Message Date
nachtjasmin
013f8a7bc3
Use try/catch for fetching the logging option 2023-05-25 17:41:55 +02:00
nachtjasmin
35011337f4
Pass the logging arguments as variadic ones 2023-05-25 17:41:31 +02:00
nachtjasmin
9ed3aeaad6
Set the font-family to system-ui
Shamelessly stolen from: https://modernfontstacks.com/
2023-05-25 17:33:39 +02:00
nachtjasmin
ea3f16b734
Use the current protocol instead of https by default
Especially if you test the plugin on a local Mastodon instance, it's
going to fail because of this line.
2023-05-25 17:24:24 +02:00
nachtjasmin
f5a2289afd
Rewrite the cache functionality
The previous method was working most of the times, but not always.
Especially during the tests with blank browser profiles, it happened
multiple times to me that the could not been read, because it didn't
exist yet.

I've rewritten the cache-based functionality to always have an empty
fallback. Furthermore, the .then() chains were rewritten to use the
try/catch pattern.
2023-05-25 17:17:43 +02:00
nachtjasmin
fe412ded8b
Include port number in requests 2023-05-25 16:51:42 +02:00
nachtjasmin
5fcbc35766
Add GitHub Action for automatic formatting 2023-05-25 15:45:06 +02:00
nachtjasmin
c9dc31ed3f
Format all files with prettier 2023-05-25 15:37:24 +02:00
nachtjasmin
8fefb8fb69
Merge .prettierrc into package.json 2023-05-25 15:35:33 +02:00
Vivien
86342b7730
Update extension ID closes #6 2023-05-25 10:38:36 +00:00
Vivien
c9eb0e400a
Update README.md 2023-05-24 18:05:34 +00:00
Vivien
634b0762bd
Update README.md 2023-05-24 17:20:01 +00:00
Vivien
fcd44e6141
Update README.md 2023-05-24 17:18:21 +00:00
Vipra
1e5e338c08 initial commit 2023-05-24 18:47:04 +02:00