refactor(new-game): modernize UI, remove player selects

- Refactored New Game screen to use a modern, card-like, dark-themed layout
- Removed select dropdowns for previous players, now only datalist+input for player names
- Updated paddings, backgrounds, borders, and font sizes for a visually consistent, modern look
- No logic changes, only markup and style

Refs #1
This commit is contained in:
Frank Schwenk
2025-06-06 12:54:13 +02:00
parent b44b013f58
commit c845b0cb51
3 changed files with 111 additions and 77 deletions

View File

@@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"