-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/register flow #4
base: main
Are you sure you want to change the base?
Conversation
…or buttons, add last steps and todo's
…closes if the button label y Cancel or Close
dialog.js
Outdated
this.animateStepTransition(direction, () => { | ||
this.currentStep = nextStep; | ||
this.updateStepContent(); | ||
customElements.whenDefined('wa-dialog').then(() => { |
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.
What about using a top level await and define our components only after the wa-dialog is defined? that way you avoid declaring the other functions async
index.html
Outdated
</dialog-virto> | ||
|
||
|
||
<dialog-virto id="dialog"> |
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.
we shouldn't need multiple dialogs for each step of the login process 🤔 also id should be unique for any one element in the document
…dialog as needed according to its register/login setup requires
No description provided.