feat: add fullscreen toggle button and improve UI consistency across components

This commit is contained in:
EmanueleAlfano
2026-02-28 09:52:53 +01:00
parent f8283a0e89
commit c91c4016ec
9 changed files with 166 additions and 102 deletions
+1
View File
@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"check": "tsc --noEmit",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest",