add onboarding pages for the list and members, and refine the setup

This commit is contained in:
2025-02-03 12:18:13 -07:00
parent 5943df756a
commit 3a56d83dd6
7 changed files with 616 additions and 60 deletions

View File

@@ -960,7 +960,7 @@ export default class HomeView extends Vue {
option2Text: "We are nearby with cameras",
option3Text: "We will share some other way",
onOption1: () => {
(this.$router as Router).push({ name: "onboarding-meeting" });
(this.$router as Router).push({ name: "onboard-meeting-list" });
},
onOption2: () => {
(this.$router as Router).push({ name: "contact-qr" });