This repository has been archived by the owner on Dec 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add avatar click event in contact info (vue3) #1165
Merged
tonydialpad
merged 7 commits into
staging-vue3
from
add-avatar-click-event-in-contact-info-vue3
Sep 14, 2023
Merged
feat: add avatar click event in contact info (vue3) #1165
tonydialpad
merged 7 commits into
staging-vue3
from
add-avatar-click-event-in-contact-info-vue3
Sep 14, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tonydialpad
requested review from
juliodialpad,
iropolo and
braddialpad
as code owners
September 9, 2023 00:19
13 tasks
iropolo
suggested changes
Sep 13, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update branch with changes in Vue2 version #1164
13 tasks
✔️ Deploy Preview ready! |
iropolo
approved these changes
Sep 14, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
github-actions
bot
added
the
visual-test-ready
Add this tag when the PR is ready for visual test, to trigger GHA visual tests
label
Sep 14, 2023
braddialpad
approved these changes
Sep 14, 2023
✔️ Deploy Preview ready! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
visual-test-ready
Add this tag when the PR is ready for visual test, to trigger GHA visual tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛠️ Type Of Change
📖 Description
This pull request adds
avatar-click
event in contact info component.💡 Context
When a user clicks on any of the avatars in the callbar when on a call with multiple other participants (i.e. a group call) it opens the “Manage participants” modal. To implement that, we need to add
avatar-click
event in contact info component.📝 Checklist
🔮 Next Steps
Make a new release for dialtone-vue
📷 Screenshots / GIFs
No UI update
🔗 Sources
JIRA: https://dialpad.atlassian.net/browse/DP-71224
Vue2 PR: #1164