From dee8b50e69cef89c4e694874cc020711fd202783 Mon Sep 17 00:00:00 2001
From: Zach Baird <30800863+ZachBaird@users.noreply.github.com>
Date: Tue, 9 May 2023 20:26:56 -0400
Subject: [PATCH] Finishes wiring up the profile page. (#93)
* MOD373 Play and stop btns wired up.
* MOD373 Re-adds run helper.
* Cleans up play and stop methods. Adds intermediate loading btn.
* Wires up opening profile directory.
* Further wires up profile page to process events.
* Listens in on processe for btn display.
* Merges master into profilepage branch.
* Drops process_listener during unmount.
* Ensures uuid has value for listener. Checks event uuid in profile_listener.
---
theseus_gui/src/pages/instance/Index.vue | 84 ++++++++++++++++++++++--
1 file changed, 78 insertions(+), 6 deletions(-)
diff --git a/theseus_gui/src/pages/instance/Index.vue b/theseus_gui/src/pages/instance/Index.vue
index 0a891b7ba..e41d83595 100644
--- a/theseus_gui/src/pages/instance/Index.vue
+++ b/theseus_gui/src/pages/instance/Index.vue
@@ -10,11 +10,30 @@
-
@@ -41,14 +60,20 @@