Skip to content

Commit

Permalink
feat: load card images and resize them in worker thread to prevent ja…
Browse files Browse the repository at this point in the history
…nk while loading

fix: prevent scroll bounce
chore: update dependencies
feat: add analytics to see if anyone is using it
  • Loading branch information
odama626 committed Dec 18, 2024
1 parent 8dd826b commit ed94574
Show file tree
Hide file tree
Showing 11 changed files with 726 additions and 182 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
dist
.env
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,32 +17,35 @@
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"solid-devtools": "^0.30.1",
"tailwindcss": "^3.4.16",
"solid-devtools": "^0.31.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.3",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"@analytics/google-tag-manager": "^0.6.0",
"@kobalte/core": "^0.13.7",
"@picocss/pico": "^2.0.6",
"@solidjs/router": "^0.14.10",
"@solidjs/router": "^0.15.2",
"@types/lodash-es": "^4.17.12",
"@types/three": "^0.169.0",
"@types/three": "^0.171.0",
"analytics": "^0.8.16",
"arcsecond": "^5.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk-solid": "^1.1.0",
"color-hash": "^2.0.2",
"comlink": "^4.4.2",
"hotkeys-js": "^3.13.9",
"lodash-es": "^4.17.21",
"lucide-solid": "^0.468.0",
"nanoid": "^5.0.9",
"solid-js": "^1.9.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"three": "^0.171.0",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-solid-svg": "^0.8.1",
"vitest": "^2.1.8",
Expand Down
Loading

0 comments on commit ed94574

Please sign in to comment.