From 889d2c630e6c94d321db41a918c04a1b4f43630f Mon Sep 17 00:00:00 2001 From: Sakimori Date: Sun, 3 Jul 2022 20:43:28 -0400 Subject: [PATCH] set up key handling for commands.js to process later --- BoSLOO.pyproj | 2 + GroundControl/frontend/src/commands.js | 5 ++ GroundControl/frontend/src/index.css | 52 ++-------------- GroundControl/frontend/src/index.js | 16 ++--- GroundControl/frontend/src/terminal.js | 82 ++++++++++++++++++++++++++ 5 files changed, 100 insertions(+), 57 deletions(-) create mode 100644 GroundControl/frontend/src/commands.js create mode 100644 GroundControl/frontend/src/terminal.js diff --git a/BoSLOO.pyproj b/BoSLOO.pyproj index b22ede2..71a7767 100644 --- a/BoSLOO.pyproj +++ b/BoSLOO.pyproj @@ -109,8 +109,10 @@ + +