feat: Authenticated Shell, Quick Tabs and Change Password 1.03

This commit is contained in:
OpenVelo Agent
2026-07-22 09:23:34 +00:00
parent 37745d0fe4
commit 7440afa8f1
4 changed files with 248 additions and 221 deletions
@@ -7,6 +7,22 @@ import { EventState } from '../../../core/services/event-status.store';
standalone: true,
changeDetection: ChangeDetectionStrategy.OnPush,
imports: [CommonModule],
styles: [`
:host .led,
.led {
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
border: 0;
background-color: transparent;
vertical-align: middle;
}
.led-running { background-color: var(--color-success); }
.led-countdown { background-color: var(--color-warning); }
.led-stopped { background-color: var(--color-danger); }
.led-unconfigured { background-color: var(--color-secondary); }
`],
template: `
<header class="shell-header" data-testid="shell-header">
<button