From 84bb5d013f7948bd3878e556e8e7a4e1b82ef0e0 Mon Sep 17 00:00:00 2001 From: Niko Date: Wed, 31 May 2023 19:08:15 +0200 Subject: [PATCH] usability improvements and saving function testing for bo and manual usage completed --- ActiveBOWeb/src/components/ControlPanel.vue | 12 ++- ActiveBOWeb/src/components/RosBar.vue | 15 +++ ActiveBOWeb/src/components/SideBar.vue | 103 ++++++++++++++------ ActiveBOWeb/src/store/ControlStore.js | 1 + ActiveBOWeb/src/store/RLStore.js | 20 ++++ 5 files changed, 118 insertions(+), 33 deletions(-) diff --git a/ActiveBOWeb/src/components/ControlPanel.vue b/ActiveBOWeb/src/components/ControlPanel.vue index 7b8cf3a..15e08c0 100644 --- a/ActiveBOWeb/src/components/ControlPanel.vue +++ b/ActiveBOWeb/src/components/ControlPanel.vue @@ -1,6 +1,6 @@