From 31eb9ea640a8d796f39de5cfb72db112fd2172bb Mon Sep 17 00:00:00 2001 From: Jin Yi Date: Fri, 17 Oct 2025 08:11:13 +0900 Subject: [PATCH] [fix] Improve cloud waitlist view UX with signed-in user display (#6071) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Display signed-in user email in waitlist view for better user clarity - Add switch accounts option for users on waitlist to change their account - Simplify claim invite view by removing avatar box and reorganizing layout ## Changes Made ### CloudWaitlistView.vue - Added display of signed-in user email - Added "Switch accounts" option with navigation to cloud-login - Improved visual hierarchy and styling for better readability ### CloudClaimInviteView.vue - Removed avatar box component to simplify UI - Moved "Switch accounts" link below user info section - Reorganized layout for better flow ## Test Plan - [ ] Verify waitlist view displays signed-in user email correctly - [ ] Test "Switch accounts" navigation works in both views - [ ] Confirm visual changes display properly in both light/dark themes - [ ] Ensure no regressions in cloud onboarding flow 🤖 Generated with [Claude Code](https://claude.ai/code) ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6071-fix-Improve-cloud-waitlist-view-UX-with-signed-in-user-display-28d6d73d365081618c19cfb56f4a12b6) by [Unito](https://www.unito.io) Co-authored-by: Claude --- .../onboarding/cloud/CloudClaimInviteView.vue | 32 +++++--------- .../onboarding/cloud/CloudWaitlistView.vue | 44 ++++++++++++++++--- 2 files changed, 49 insertions(+), 27 deletions(-) diff --git a/src/platform/onboarding/cloud/CloudClaimInviteView.vue b/src/platform/onboarding/cloud/CloudClaimInviteView.vue index 5cd9a6567..f858732ba 100644 --- a/src/platform/onboarding/cloud/CloudClaimInviteView.vue +++ b/src/platform/onboarding/cloud/CloudClaimInviteView.vue @@ -34,14 +34,6 @@ {{ t('cloudInvite_contactLink_suffix') }} -
- - {{ t('cloudInvite_switchAccounts') }} -
@@ -50,27 +42,23 @@

- -
- {{ - userInitial - }} - - -
-
-
+
{{ userEmail }}
+
+ + {{ t('cloudInvite_switchAccounts') }} +
+