- Navbar: animierter Gradient-Unterstrich (wächst von links, aktiver Tab mit Neon-Glow), Blur-Effekt + Glanzlinie beim Scrollen, Login-Button und User-Chip als Pills mit Avatar-Ring - Karten: Radius, Hover-Lift mit Schatten - Roadmap: Meilensteine mit Neon-Akzentleiste links, Fortschrittsbalken rund mit wanderndem Glanz, Prozent in Neon - Galerie: gestaffeltes Einblenden, Hover-Zoom mit Glow und aufschiebender Meta-Zeile - Community-Wünsche: Hover-States, Gruppen-Titel mit auslaufender Linie, Footer mit Glanzlinie - .claude/launch.json für lokale Frontend-Preview Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "frontend-preview",
|
|
"runtimeExecutable": "npx",
|
|
"runtimeArgs": ["vite", "preview", "frontend", "--port", "4173"],
|
|
"port": 4173
|
|
}
|
|
]
|
|
}
|