Skip to content

Improve onboarding experience #12824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 24, 2025
Merged

Improve onboarding experience #12824

merged 1 commit into from
Jun 24, 2025

Conversation

charlesBochet
Copy link
Member

@charlesBochet charlesBochet commented Jun 24, 2025

Enregistrement.de.l.ecran.2025-06-24.a.14.57.51.mov

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Summary

Enhanced workspace creation UI with improved feedback and loading states during the onboarding process.

  • Added proper loading state management for workspace creation with clear visual progress indicators and user feedback
  • Implemented Recoil state management for consistent workspace data handling across components
  • Added Logo component with adaptive sizing for workspace branding during creation flow
  • Improved error handling with user-friendly error messages via snackbar notifications
  • Made loading container responsive by removing fixed height constraints

1 file reviewed, 1 comment
Edit PR Review Bot Settings | Greptile

Comment on lines +158 to +161
isNonEmptyString(currentWorkspace?.logo)
? currentWorkspace?.logo
: undefined
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style: Optional chaining is already used with '?.logo', making the ternary check redundant. Can simplify to 'currentWorkspace?.logo'

Suggested change
isNonEmptyString(currentWorkspace?.logo)
? currentWorkspace?.logo
: undefined
}
currentWorkspace?.logo

Copy link
Contributor

@lucasbordeau lucasbordeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

🚀 Preview Environment Ready!

Your preview environment is available at: http://bore.pub:15490

This environment will automatically shut down when the PR is closed or after 5 hours.

@charlesBochet charlesBochet merged commit 2da66af into main Jun 24, 2025
56 checks passed
@charlesBochet charlesBochet deleted the improve-signup-experience branch June 24, 2025 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants