-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Show a workspace image placeholder if no logo has been uploaded #9042
Comments
@Bonapara if logo is undefined currently we have something called as |
Yes we can replace the default logo with the avatar! |
@Bonapara So should I fix it ? |
Yes please @muraliSingh7! |
Thanks for contributing |
@Bonapara Can I commit the fix for this issue to my existing pull request, or should I wait until the current PR of mine for another issue gets reviewed ? |
Thanks @muraliSingh7. I think doing another PR for easier and faster review would be better! |
…NavigationDrawerHeader (#9093) This PR addresses issue #9042 - Replaced the styled logo with the `Avatar` component. - `Avatar` now handles the case when no `logo` is uploaded by using the workspace name's first character as the `placeholder`. - This ensures a consistent fallback when the `logo` is undefined. --------- Co-authored-by: guillim <[email protected]> Co-authored-by: Félix Malfait <[email protected]> Co-authored-by: Charles Bochet <[email protected]>
@Bonapara Please check once and close the issue as the PR for this issue has been merged |
@muraliSingh7, in local, removing the "Acme" icon put the Twenty icon back 🤔 Maybed did I miss something? |
@Bonapara |
Yes! } = { |
I've made a follow up here: #9129 |
Current behavior
Nothing is displayed when no workspace icon has been set
Desired Behavior
Display a 16px icon placeholder
https://www.figma.com/design/xt8O9mFeLl46C5InWwoMrN/Twenty?node-id=436-22577&node-type=frame&t=1MbeI6xDAAaFJjM2-11
The text was updated successfully, but these errors were encountered: