Refactor: create reusable component version of registration/onboarding notice #179

Merged
jose merged 7 commits from onboard-alert-component into master 2025-08-25 06:53:37 +00:00
Showing only changes of commit 27b46b4252 - Show all commits

View File

@@ -111,14 +111,14 @@ export default class RegistrationNotice extends Vue {
(this.$refs.choiceButtonDialog as ChoiceButtonDialog).open({
title: "How can you share your info?",
text: "",
option1Text: "We are in a meeting together",
option2Text: "We are nearby with cameras",
option1Text: "We are nearby with cameras",
option2Text: "Someone created a meeting room",
option3Text: "We will share some other way",
onOption1: () => {
this.$router.push({ name: "onboard-meeting-list" });
this.handleQRCodeClick();
},
onOption2: () => {
this.handleQRCodeClick();
this.$router.push({ name: "onboard-meeting-list" });
},
onOption3: () => {
this.$router.push({ name: "share-my-contact-info" });