From 1fb924f59cb49b4545c1ac3f773ad75d2146cbf6 Mon Sep 17 00:00:00 2001 From: mStar Date: Tue, 29 Oct 2024 13:23:04 +0100 Subject: [PATCH] Good progress on styling post-registration form --- .../auth/post-registration-form.hbs | 75 ++++++++++++------- .../components/auth/post-registration-form.ts | 48 ++++++------ .../app/components/util/mail-entry.hbs | 13 +++- .../app/components/util/mail-entry.ts | 26 +++---- .../app/components/util/multiselect.hbs | 1 + .../app/components/util/string-array.hbs | 3 +- frontend-reactive/app/helpers/equals.ts | 10 +-- frontend-reactive/app/routes/index.ts | 3 + frontend-reactive/app/styles/app.css | 2 +- .../app/styles/auth/registerForm.css | 74 +++++++++++++++++- frontend-reactive/app/styles/util.css | 4 + .../app/styles/util/mailEntry.css | 37 ++++++++- .../app/templates/application.hbs | 4 +- frontend-reactive/app/templates/auth.hbs | 2 +- frontend-reactive/app/templates/index.hbs | 2 + .../app/templates/registerform.hbs | 4 +- .../tests/unit/routes/index-test.ts | 11 +++ 17 files changed, 234 insertions(+), 85 deletions(-) create mode 100644 frontend-reactive/app/routes/index.ts create mode 100644 frontend-reactive/app/templates/index.hbs create mode 100644 frontend-reactive/tests/unit/routes/index-test.ts diff --git a/frontend-reactive/app/components/auth/post-registration-form.hbs b/frontend-reactive/app/components/auth/post-registration-form.hbs index 2b5027f..3f67e49 100644 --- a/frontend-reactive/app/components/auth/post-registration-form.hbs +++ b/frontend-reactive/app/components/auth/post-registration-form.hbs @@ -1,47 +1,63 @@

username: {{this.args.username}}

-
- +
+
+ +
+
-
-