From 25e79249dd4794296c550fb43b4b8fef34862531 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Thu, 21 Aug 2025 19:29:31 +0800 Subject: [PATCH] Feat: integrate RegistrationNotice component into ProjectsView - Replace custom onboarding button with RegistrationNotice component - Maintain v-else conditional rendering for unregistered users - Remove unused methods and imports related to custom registration flow - Use contextual message "To announce a project, get someone to onboard you." - Remove unnecessary wrapping div in RegistrationNotice Completes registration UI standardization across all main views. --- src/components/RegistrationNotice.vue | 42 +++++++------- src/views/ProjectsView.vue | 80 ++++----------------------- 2 files changed, 31 insertions(+), 91 deletions(-) diff --git a/src/components/RegistrationNotice.vue b/src/components/RegistrationNotice.vue index f7b32d65..19a8aa5d 100644 --- a/src/components/RegistrationNotice.vue +++ b/src/components/RegistrationNotice.vue @@ -5,30 +5,28 @@ access advanced options. * * @author Matthew Raymer * @version 1.0.0 * @created 2025-08-21T17:25:28-08:00 */