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

@@ -14,10 +14,15 @@ const router = createRouter({
component: () => import('../views/GraphView.vue'),
},
{
path: '/list',
name: 'list',
path: '/tlm',
name: 'tlm',
component: () => import('../views/TelemetryListView.vue'),
},
{
path: '/cmd',
name: 'cmd',
component: () => import('../views/CommandListView.vue'),
},
{
path: '/chart',
name: 'chart',