Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
b4f712d
remove mirrors list
Inglan Sep 24, 2025
1578b0b
remove infinityfree deployment step
Inglan Sep 28, 2025
c860dad
fix miror visual issue
Inglan Sep 30, 2025
42010df
only shwo sidebar in expeirental mode
Inglan Sep 30, 2025
eba5f5f
remove padding
Inglan Sep 30, 2025
8411e57
make top blur more subtle
Inglan Sep 30, 2025
5253918
fix layout issue
Inglan Sep 30, 2025
bb0a51d
make particles experimental
Inglan Sep 30, 2025
c9e8b6d
hide blur on exp off
Inglan Sep 30, 2025
fce091a
add navbar
Inglan Sep 30, 2025
f0c2307
only show navbar in non exp
Inglan Sep 30, 2025
87bc57a
move command open state
Inglan Sep 30, 2025
8e099b7
make search button work
Inglan Sep 30, 2025
f4e0083
only show exp option when searching for it
Inglan Sep 30, 2025
6fb3295
clear input on close
Inglan Sep 30, 2025
56070b3
remove background from navbar
Inglan Sep 30, 2025
734304e
Merge pull request #544 from EducationalTools/notexp-redesign
Inglan Sep 30, 2025
c291311
update deps
Inglan Sep 30, 2025
6b1f1aa
update pnpm version in workflows
Inglan Sep 30, 2025
bb9a784
run svelte migration
Inglan Sep 30, 2025
8801715
Merge pull request #545 from EducationalTools/updates
Inglan Sep 30, 2025
bc9ed80
Bump bits-ui from 2.8.11 to 2.11.4
dependabot[bot] Sep 30, 2025
2cf38a1
Bump layerchart from 2.0.0-next.37 to 2.0.0-next.40
dependabot[bot] Sep 30, 2025
cc08ea5
Initial plan
Copilot Sep 30, 2025
c74d466
feat: Add 10 new educational tools using Svelte 5 runes and shadcn co…
Copilot Sep 30, 2025
48a061a
fix: Address UI feedback - update copy buttons, remove problematic fe…
Copilot Sep 30, 2025
0342a2d
Merge pull request #546 from EducationalTools/copilot/fix-f1acd065-f6…
Inglan Oct 1, 2025
d78652e
Merge pull request #540 from EducationalTools/dependabot/npm_and_yarn…
Inglan Oct 1, 2025
98dc57b
Merge pull request #542 from EducationalTools/dependabot/npm_and_yarn…
Inglan Oct 1, 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
2 changes: 1 addition & 1 deletion .github/workflows/beta_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 10

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 10

- name: Install dependencies
run: |
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 10

- name: Install dependencies
run: |
Expand Down Expand Up @@ -45,13 +45,3 @@ jobs:
publish_dir: ./build
user_name: 'Ingo Wolf'
user_email: 'me@ingowolf.au'

- name: Deploy to Infinityfree
if: always()
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: ftpupload.net
username: if0_37642311
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./build/
server-dir: /htdocs/
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 10

- name: Install dependencies
run: pnpm install
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,53 +14,53 @@
"lint": "prettier --check ."
},
"devDependencies": {
"@internationalized/date": "^3.8.2",
"@internationalized/date": "^3.9.0",
"@lucide/svelte": "^0.544.0",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.39.1",
"@sveltejs/kit": "^2.43.5",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.13",
"@tanstack/table-core": "^8.21.3",
"@types/jsonwebtoken": "^9.0.10",
"@types/md5": "^2.3.5",
"autoprefixer": "^10.4.21",
"bits-ui": "2.8.11",
"bits-ui": "2.11.4",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.6.0",
"layerchart": "2.0.0-next.37",
"layerchart": "2.0.0-next.40",
"mode-watcher": "^1.1.0",
"paneforge": "1.0.2",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.38.2",
"svelte-check": "^4.3.1",
"svelte": "^5.39.6",
"svelte-check": "^4.3.2",
"svelte-sonner": "^1.0.5",
"sveltekit-superforms": "^2.27.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.7",
"tailwindcss": "^4.1.13",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"vaul-svelte": "1.0.0-next.7",
"vite": "^6.3.5"
"vite": "^6.3.6"
},
"dependencies": {
"@friendofsvelte/tipex": "0.0.7",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tsparticles/slim": "^3.9.1",
"@tsparticles/svelte": "^3.1.1",
"convex": "^1.25.4",
"convex": "^1.27.3",
"convex-svelte": "^0.0.11",
"current-git-branch": "^2.0.1",
"current-git-branch": "^2.0.2",
"dayjs": "^1.11.18",
"formsnap": "^2.0.1",
"jose": "^6.0.13",
"jose": "^6.1.0",
"jsonwebtoken": "^9.0.2",
"md5": "^2.3.0",
"posthog-js": "^1.260.1",
"posthog-js": "^1.268.8",
"svelte-persisted-store": "^0.12.0",
"tsparticles": "^3.9.1"
}
Expand Down
Loading