Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
dc9b572
Bump dayjs from 1.11.13 to 1.11.18
dependabot[bot] Sep 8, 2025
e25fbcf
delete firebase files
Inglan Sep 10, 2025
e5a4c6d
remove from mirrros
Inglan Sep 10, 2025
2b3e3a7
remove deployment steps
Inglan Sep 10, 2025
4911e69
Merge pull request #491 from EducationalTools/490-remove-firebase-dep…
Inglan Sep 10, 2025
e15404b
add to gmaes file
Inglan Sep 10, 2025
32c1277
add files
Inglan Sep 10, 2025
fe393c0
Merge pull request #493 from EducationalTools/195-gmae-request-toy-de…
Inglan Sep 10, 2025
a4c68b9
add install dependencies step
Inglan Sep 10, 2025
3399e29
Merge pull request #495 from EducationalTools/494-build-workflows-don…
Inglan Sep 10, 2025
647a7df
add install deps step to other workflow
Inglan Sep 10, 2025
21c790a
Merge pull request #496 from EducationalTools/494-build-workflows-don…
Inglan Sep 10, 2025
8d4f352
Merge pull request #485 from EducationalTools/dependabot/npm_and_yarn…
Inglan Sep 10, 2025
434a0ca
Bump @sveltejs/kit from 2.36.3 to 2.39.1
dependabot[bot] Sep 15, 2025
501a52e
Bump @lucide/svelte from 0.515.0 to 0.544.0
dependabot[bot] Sep 15, 2025
0b539bc
focus gmae when fullscreen
Inglan Sep 18, 2025
be49006
add focus button
Inglan Sep 18, 2025
f84467f
add tooltip
Inglan Sep 18, 2025
003c02b
fix
Inglan Sep 18, 2025
af6692d
Merge pull request #506 from EducationalTools/499-bug-no-input-from-k…
Inglan Sep 18, 2025
4be385d
Initial plan
Copilot Sep 18, 2025
3c6ca55
Remove tags and links from games - simplifies adding new games
Copilot Sep 18, 2025
ef07527
Merge pull request #507 from EducationalTools/copilot/fix-497-2
Inglan Sep 18, 2025
0e2bfe3
change URL for posthog
Inglan Sep 18, 2025
b1f1860
modify dialog
Inglan Sep 18, 2025
e5fcf5b
Merge pull request #508 from EducationalTools/505-use-proxy-for-posthog
Inglan Sep 18, 2025
550ae2d
Merge pull request #502 from EducationalTools/dependabot/npm_and_yarn…
Inglan Sep 18, 2025
d73daa1
Merge pull request #501 from EducationalTools/dependabot/npm_and_yarn…
Inglan Sep 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 0 additions & 5 deletions .firebaserc

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/beta_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
version: 9

- name: Install dependencies
run: pnpm install && pnpm install -g firebase-tools
run: |
pnpm install

- name: Build
env:
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
version: 9

- name: Install dependencies
run: pnpm install && pnpm install -g firebase-tools
run: |
pnpm install

- name: Build
env:
Expand All @@ -46,13 +47,6 @@ jobs:
user_name: 'Ingo Wolf'
user_email: 'me@ingowolf.au'

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}
channelId: live
projectId: edutools-d915e

- name: Deploy to Infinityfree
if: always()
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
Expand Down
12 changes: 0 additions & 12 deletions firebase.json

This file was deleted.

24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
},
"devDependencies": {
"@internationalized/date": "^3.8.2",
"@lucide/svelte": "^0.515.0",
"@lucide/svelte": "^0.544.0",
"@sveltejs/adapter-auto": "^6.1.0",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.36.3",
"@sveltejs/kit": "^2.39.1",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.12",
Expand Down Expand Up @@ -57,7 +57,7 @@
"convex": "^1.25.4",
"convex-svelte": "^0.0.11",
"current-git-branch": "^2.0.1",
"dayjs": "^1.11.13",
"dayjs": "^1.11.18",
"formsnap": "^2.0.1",
"jose": "^6.0.13",
"jsonwebtoken": "^9.0.2",
Expand Down
80 changes: 40 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading