From da4215afbd8cd96e2fc5a4f0eb55cfd621e26938 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Wed, 15 Jan 2025 16:32:21 +0100 Subject: [PATCH] Move ApiTokens into their own component --- dashboard/src/components/ApiTokens.vue | 163 ++++++++++++++++++ dashboard/src/components/AppInstallDialog.vue | 14 -- dashboard/src/components/AppPasswords.vue | 53 ++++-- .../src/components/NewApiTokenDialog.vue | 84 --------- dashboard/src/components/ProfileView.vue | 77 +-------- dashboard/src/style.css | 16 +- 6 files changed, 214 insertions(+), 193 deletions(-) create mode 100644 dashboard/src/components/ApiTokens.vue delete mode 100644 dashboard/src/components/NewApiTokenDialog.vue diff --git a/dashboard/src/components/ApiTokens.vue b/dashboard/src/components/ApiTokens.vue new file mode 100644 index 000000000..2a81b0d40 --- /dev/null +++ b/dashboard/src/components/ApiTokens.vue @@ -0,0 +1,163 @@ + + + diff --git a/dashboard/src/components/AppInstallDialog.vue b/dashboard/src/components/AppInstallDialog.vue index f5b899e97..f42b3c5d6 100644 --- a/dashboard/src/components/AppInstallDialog.vue +++ b/dashboard/src/components/AppInstallDialog.vue @@ -208,20 +208,6 @@ defineExpose({