Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from React to svelte #43

Closed
wants to merge 60 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
f1fe9eb
Switch to svelte
wgenh May 30, 2024
6263010
Switch to svelte
wgenh May 30, 2024
14e29a2
prettify the code
wgenh May 31, 2024
5cf12db
fix static builds
wgenh May 31, 2024
f6dbcc7
Some fixes
wgenh May 31, 2024
d145070
Fix production build
wgenh May 31, 2024
3ee6ec3
Fix title + minor cleanup
wgenh May 31, 2024
3636a25
Fix telemetry and eslint
wgenh May 31, 2024
fa3f987
Fix tests
wgenh May 31, 2024
d8e7927
Fix tests
wgenh May 31, 2024
68d6041
add setup.js
wgenh May 31, 2024
551790c
Fix path
wgenh May 31, 2024
83aeb45
Fix path
wgenh May 31, 2024
496f251
Fix path
wgenh May 31, 2024
4407c66
Fix tests
wgenh May 31, 2024
567a36e
Fix tests
wgenh May 31, 2024
c337593
Fix tests
wgenh May 31, 2024
2499215
Fix tests
wgenh May 31, 2024
8e13d3d
Fix tests(finally)
wgenh May 31, 2024
51d9629
Cleanup
wgenh May 31, 2024
27783c9
Clean up
wgenh May 31, 2024
79059f5
quick fix
wgenh May 31, 2024
61471b7
Clean up
wgenh May 31, 2024
71431fb
Fix build
wgenh May 31, 2024
c7cb0b5
Change next.js to vite
wgenh May 31, 2024
807a651
Fix path
wgenh May 31, 2024
40948d0
Fix message
wgenh May 31, 2024
b6e9266
Fix docker
wgenh Jun 1, 2024
25c889c
Clean up
wgenh Jun 1, 2024
3a5a0d0
Fix flash.svelte
wgenh Jun 1, 2024
423678f
Clean up dependencies
wgenh Jun 1, 2024
76c8a13
Change require to import
wgenh Jun 1, 2024
95fb6ba
bun.lockb
wgenh Jun 1, 2024
4923308
remove .env
wgenh Jun 1, 2024
4b0ec77
Dockerfile: rename to vitejs
wgenh Jun 1, 2024
d3751f4
Add jsdom
wgenh Jun 1, 2024
0743fb6
Change font
wgenh Jun 1, 2024
e0a1e78
return original formatting
wgenh Jun 1, 2024
338cea1
Clean up and fixes
wgenh Jun 1, 2024
c933cd1
Fix image.worker.js
wgenh Jun 1, 2024
938e19b
Fix progress.js
wgenh Jun 1, 2024
3dec676
Fix progress.js and fastboot.js
wgenh Jun 1, 2024
77a64c3
progress.js fix
wgenh Jun 1, 2024
80e5983
fix progress.js
wgenh Jun 1, 2024
584b3a2
progress.js fix
wgenh Jun 1, 2024
e1c53e1
progress.js fix
wgenh Jun 1, 2024
93da797
Fix stupid errors
wgenh Jun 1, 2024
10287bc
Fix another stupid error
wgenh Jun 1, 2024
f546a00
Fix...
wgenh Jun 1, 2024
16d66bc
Merge branch 'commaai:master' into master
wgenh Jun 1, 2024
c05d2ce
Stupid errors
wgenh Jun 1, 2024
6dc6492
Use fontsource
wgenh Jun 1, 2024
24ee6c5
Fix bugs, it works nowgit add -p!
wgenh Jun 2, 2024
95ddd0c
Fix typo
wgenh Jun 2, 2024
cb101ef
Fix message
wgenh Jun 2, 2024
45f4797
Delete old class
wgenh Jun 2, 2024
c93364e
refactor
wgenh Jun 2, 2024
5535966
Ask when user closes page
wgenh Jun 2, 2024
819ffa9
Use plausible.io/script.js instead of plausible-tracker
wgenh Jun 3, 2024
b5e3aa9
delete vitest.config.js
wgenh Jun 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change font
wgenh committed Jun 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 0743fb60a95449e5e91e989389afc4c94167deaa
2 changes: 1 addition & 1 deletion src/lib/globals.css
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@
@tailwind components;
@tailwind utilities;
.main {
font-family: "Inter", sans-serif;
font-family: "Inter", Arial;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;