feat: add get_all_runner_status to WASM client and use it to show real runner status in dropdown

This commit is contained in:
Timur Gordon
2025-11-11 15:09:19 +01:00
parent 2ca593510c
commit 285199edac
7 changed files with 49 additions and 529 deletions

View File

@@ -46,8 +46,6 @@ body {
/* Header */
.app-header {
background: var(--bg-secondary);
border-bottom: 1px solid var(--border);
padding: 0.75rem 1.5rem;
height: 60px;
display: flex;