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: NcUserBubble properties #4743

Merged
merged 3 commits into from
Nov 4, 2023
Merged

fix: NcUserBubble properties #4743

merged 3 commits into from
Nov 4, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Nov 1, 2023

☑️ Resolves

  1. Make displayName not required
    We already have a fallback so it is not required.
    But we should show a warning when user and display name are not set.
  2. Fix URL prop validator to allow relative URLs
  3. Fix examples
    • Examples does not need to pass computed property
    • alert is not defined in templates for Vue 2 (same with console)

🏁 Checklist

  • ⛑️ Tests are included or are not applicable
  • 📘 Component documentation has been extended, updated or is not applicable

* Examples does not need to pass computed property
* `alert` is not defined in templates for Vue 2

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
We already have a fallback so it is not required.
But we should show a warning when user and display name are not set.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added bug Something isn't working 3. to review Waiting for reviews feature: userbubble Related to the userbubble component labels Nov 1, 2023
@@ -0,0 +1,6 @@
declare const PRODUCTION: boolean
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this related?

@susnux susnux merged commit 0a6b503 into master Nov 4, 2023
15 checks passed
@susnux susnux deleted the fix/ncuser-bubble branch November 4, 2023 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working feature: userbubble Related to the userbubble component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make displayName optional
5 participants