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

feat: Rebuild with shadcn svelte #363

Draft
wants to merge 66 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
68e153a
rebuild with shadcn instead of bs
Jan 15, 2025
c2196ff
also support npm
Jan 15, 2025
cd76749
add node v
Jan 15, 2025
b8ba938
readd important stuff
Jan 15, 2025
c50bed4
update paths in 404
Jan 15, 2025
8509acf
update gitignore and vite rollup visualizer
Jan 15, 2025
d2c4f59
add docs yaml
Jan 15, 2025
f432836
bumb versions
Jan 15, 2025
e1f34e7
bumb versions
Jan 15, 2025
7ef920e
npm lock
Jan 16, 2025
bb4cc3e
converted error pages and also added visualiser changes
Jan 20, 2025
a275914
redid the layout where hero is now component, styled the side nav
Jan 20, 2025
462892e
add version notification and update versions
Jan 20, 2025
cf0f8c7
add bs compare
Jan 22, 2025
d8b323a
rm de
Jan 22, 2025
ba11782
fix highcahts
Jan 22, 2025
edd30eb
rm stats
Jan 22, 2025
866afe5
revert the routes to en, without paraglide, refactor some components
Jan 23, 2025
f074fca
completely rm i18n
Jan 23, 2025
d8d670d
typo
Jan 23, 2025
bf4e097
content pages done
Jan 25, 2025
267f597
rm i18n from error page
Jan 26, 2025
7e1651f
rm i18n from last 2 places
Jan 26, 2025
925d8f6
start with tables
Jan 26, 2025
6534d8a
upgrade to tailwind v4
Jan 26, 2025
53c509d
migrated location search
Jan 27, 2025
ec0bd3f
replace more old stuff
Jan 27, 2025
20e6e9b
resolve duplicat imports
Jan 27, 2025
0e301ed
almost finished docs landing page
Jan 28, 2025
a3ff578
try highlighter
Jan 29, 2025
f30301a
rid of build warnings
Jan 30, 2025
be19203
add update command
Jan 30, 2025
4727746
fix location search
Jan 30, 2025
43ac222
attempt at refactoring url-store
Jan 31, 2025
9be2fb7
fix for store
Feb 3, 2025
5906a98
added most of the additional vars, converted to correct checkbox
Feb 3, 2025
5363e3f
small bug in store
Feb 3, 2025
308e700
add plugins and config
Feb 4, 2025
5513b8a
enable tailwindCleaner
Feb 4, 2025
7f32d54
update workflow
Feb 4, 2025
3aab2c8
priority images preload and perfomance file
Feb 5, 2025
7d8eebf
accessability improvements
Feb 5, 2025
244a590
remove localstorage from urlstore
Feb 5, 2025
5a657c6
fix styles results preview
Feb 5, 2025
e8e1e70
update bits and shadcn to v5
Feb 5, 2025
60a090e
fix broken build
Feb 10, 2025
4cf1c67
add start of satellite rad. api and update selects to new version of …
Feb 11, 2025
7170805
start with date range
Feb 12, 2025
4502d8b
default ends
Feb 12, 2025
7993a0d
check radition for decpr. items
Feb 12, 2025
ff42749
timezone options
Feb 13, 2025
310ca54
include sea level height
Feb 17, 2025
f8e14a7
accordion done
Feb 20, 2025
e415274
togglegroup replaced
Feb 21, 2025
3100951
stop prop
Feb 21, 2025
ca83ba3
add AIFS 0.25° single
Feb 21, 2025
8e0e422
values instead of names
Feb 21, 2025
706f5bc
first pages
Feb 24, 2025
2d014dd
anchor tag missing
Feb 24, 2025
88844e5
more pages done
Feb 26, 2025
f74a4ac
update to latest
Feb 26, 2025
18ba168
update node to newer version
Feb 26, 2025
6af6c1a
revert eslint svelte
Feb 26, 2025
4a725c9
meteofrance, marine, previous additional vars
Feb 28, 2025
a8fbc1b
all forecast pages done
Mar 2, 2025
2d78c29
few more pages
Mar 2, 2025
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
rm de
Vincent van der Wal committed Jan 22, 2025
commit d8b323a09ef4520fbc9555aab740e89b04c3b71a
8 changes: 0 additions & 8 deletions .github/workflows/bundlesize-compare.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: 'Buildsize Compare'

on:
# this action will error unless run in a pr context
pull_request:
pull_request_target:

jobs:
# Build current and upload stats.json
# You may replace this with your own build method. All that
# is required is that the stats.json be an artifact
build-head:
name: 'Build head'
runs-on: ubuntu-latest
@@ -28,9 +24,6 @@ jobs:
name: head-stats
path: ./dist/stats.json

# Build base for comparison and upload stats.json
# You may replace this with your own build method. All that
# is required is that the stats.json be an artifact
build-base:
name: 'Build base'
runs-on: ubuntu-latest
@@ -50,7 +43,6 @@ jobs:
name: base-stats
path: ./dist/stats.json

# run the action against the stats.json files
compare:
name: 'Compare base & head bundle sizes'
runs-on: ubuntu-latest
4 changes: 2 additions & 2 deletions project.inlang/settings.json
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@
},
"telemetry": "off",
"sourceLanguageTag": "en",
"languageTags": ["en", "de"],
"languageTags": ["en"],
"baseLocale": "en",
"locales": ["en", "de"]
"locales": ["en"]
}
Loading