feat: increase gallery grid from 4 to 5 columns per row on desktopfeat: increase gallery grid from 4 to 5 columns per row on desktop

This commit is contained in:
2026-02-25 19:11:23 +01:00
parent 5c97488e80
commit 0032aec02f
131 changed files with 15674 additions and 597 deletions

View File

@@ -7,6 +7,9 @@
"dev": "vite",
"test:ui": "vitest run",
"test:e2e": "playwright test",
"test:routes": "playwright test tests/e2e/routes.spec.ts",
"test:routes:headed": "playwright test tests/e2e/routes.spec.ts --headed",
"test:routes:report": "playwright test tests/e2e/routes.spec.ts --reporter=html && playwright show-report playwright-report",
"playwright:install": "npx playwright install"
},
"devDependencies": {