Refactoring the UI for consistent styling

This commit is contained in:
sean-eskerium
2025-10-10 03:36:35 -04:00
parent 4ad1fb0808
commit 691adccc12
20 changed files with 585 additions and 787 deletions

View File

@@ -62,10 +62,13 @@
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@tailwindcss/postcss": "4.1.2",
"@tailwindcss/vite": "4.1.2",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20.19.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
@@ -78,8 +81,6 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"jsdom": "^24.1.0",
"@tailwindcss/postcss": "4.1.2",
"@tailwindcss/vite": "4.1.2",
"postcss": "latest",
"tailwindcss": "4.1.2",
"ts-node": "^10.9.1",