feat: store locale in localStorage to persist across page loads

This commit is contained in:
Benjamin Singleton 2026-02-09 20:56:52 -06:00 committed by Sheldon Cooper
parent 4852f2d5d1
commit 59674292be
3 changed files with 70 additions and 69 deletions

View file

@ -11,9 +11,10 @@
"dependencies": {
"@tailwindcss/vite": "^4.1.6",
"@types/node": "^22.15.17",
"axios": "^1.11.0",
"@vueuse/components": "^13.3.0",
"@vueuse/core": "^13.3.0",
"arktype": "^2.1.29",
"axios": "^1.11.0",
"bulma": "^1.0.4",
"tailwindcss": "^4.1.6",
"vue": "^3.5.13",