From 1dae36ce97c47f6741e458c488aa707f587978e5 Mon Sep 17 00:00:00 2001 From: Kial Jinnah Date: Wed, 8 Jan 2025 15:31:08 -0500 Subject: [PATCH 1/6] hosts drafts Signed-off-by: Kial Jinnah --- .../app/components/connect/ButtonControl.vue | 11 ++- strr-base-web/app/components/todo/Index.vue | 14 +-- strr-base-web/app/composables/useStrrApi.ts | 12 ++- strr-base-web/app/locales/en-CA.ts | 1 + .../{setButtonControl.ts => buttonControl.ts} | 5 + strr-host-pm-web/app/pages/application.vue | 98 +++++++++++-------- .../app/pages/dashboard/index.vue | 54 +++++++--- .../app/stores/hostApplication.ts | 9 +- strr-host-pm-web/app/stores/hostPermit.ts | 14 ++- strr-host-pm-web/app/utils/host-formatting.ts | 35 ++++--- 10 files changed, 167 insertions(+), 86 deletions(-) rename strr-base-web/app/utils/{setButtonControl.ts => buttonControl.ts} (57%) diff --git a/strr-base-web/app/components/connect/ButtonControl.vue b/strr-base-web/app/components/connect/ButtonControl.vue index a2f675d43..b5621989a 100644 --- a/strr-base-web/app/components/connect/ButtonControl.vue +++ b/strr-base-web/app/components/connect/ButtonControl.vue @@ -9,9 +9,9 @@ const rightButtons = computed(() => buttonControl.value?.rightButtons || [])