Skip to content
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

fix(): Add default name to workspace in MultiWorkspaceDropdownButton #8924

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

AMoreaux
Copy link
Contributor

@AMoreaux AMoreaux commented Dec 6, 2024

Fix #8923

@AMoreaux AMoreaux self-assigned this Dec 6, 2024
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

Added a default '(No name)' placeholder for workspaces without display names in the dropdown menu, though implementation needs consistency improvements.

  • Inconsistent placeholder implementation: Only applied in dropdown items but missing in navigation drawer display
  • Affects packages/twenty-front/src/modules/ui/navigation/navigation-drawer/components/MultiWorkspaceDropdownButton.tsx
  • Consider extending placeholder to workspace name display in navigation drawer for UX consistency
  • Should align with existing DEFAULT_WORKSPACE_NAME constant usage

1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile

@guillim guillim merged commit ab22fd5 into main Dec 6, 2024
19 checks passed
@guillim guillim deleted the fix/add-default-name-to-workspace branch December 6, 2024 11:23
Copy link

github-actions bot commented Dec 6, 2024

Thanks @AMoreaux for your contribution!
This marks your 21st PR on the repo. You're top 2% of all our contributors 🎉
See contributor page - Share on LinkedIn - Share on Twitter

Contributions

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.

If Workspace has no name add placeholder
2 participants