feat(spa): scaffold Angular app shell with host/player routes

This commit is contained in:
2026-03-01 11:06:33 +00:00
parent 37b86d7065
commit 7180cc9b0d
16 changed files with 7383 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
.shell { font-family: Arial, sans-serif; margin: 1rem; }
.shell__header { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #ddd; padding-bottom: 0.75rem; }
.shell__header nav { display: flex; gap: 0.75rem; }
.shell__content { margin-top: 1rem; }