From b997a5c273fbe348a6535d15d45a6f79508eab7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Le=C3=9Fmann=20=28=40Mark=2ETwoFive=29?= Date: Sun, 22 Jun 2025 13:44:14 +0200 Subject: [PATCH] wip: Create basic form for certificate creation --- frontend/src/App.vue | 5 +- frontend/src/components/CertificateEditor.vue | 84 +++++++++++++ frontend/src/components/Home.vue | 12 +- frontend/src/pages/cert-request.vue | 87 ++++++++++--- frontend/src/pages/certificates/index.vue | 116 ++++++++++++++---- frontend/src/pages/certificates/new.vue | 6 +- frontend/src/types/certificate.d.ts | 4 +- 7 files changed, 261 insertions(+), 53 deletions(-) create mode 100644 frontend/src/components/CertificateEditor.vue diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 2bda13a..6f6e9f1 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,7 +1,10 @@ diff --git a/frontend/src/pages/cert-request.vue b/frontend/src/pages/cert-request.vue index 1a7f060..7ecb95e 100644 --- a/frontend/src/pages/cert-request.vue +++ b/frontend/src/pages/cert-request.vue @@ -5,7 +5,10 @@ - + - + - + - + - + - + - - + + - - -