Implement Commanding (#6)

Reviewed-on: #6
Co-authored-by: Sergey Savelyev <sergeysav.nn@gmail.com>
Co-committed-by: Sergey Savelyev <sergeysav.nn@gmail.com>
This commit was merged in pull request #6.
This commit is contained in:
2025-12-28 13:39:12 -08:00
committed by sergeysav
parent 8cfaf468e9
commit f658b55586
33 changed files with 1389 additions and 98 deletions

View File

@@ -34,7 +34,12 @@ export function usePanelHeirarchy(): Ref<PanelHeirarchyChildren> {
},
{
name: 'Telemetry Elements',
to: { name: 'list' },
to: { name: 'tlm' },
type: PanelHeirarchyType.LEAF,
},
{
name: 'Commands',
to: { name: 'cmd' },
type: PanelHeirarchyType.LEAF,
},
{