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

Feat/register flow #4

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open

Feat/register flow #4

wants to merge 19 commits into from

Conversation

ail3ngrimaldi
Copy link
Collaborator

No description provided.

@ail3ngrimaldi ail3ngrimaldi requested a review from olanod November 28, 2024 12:49
This was linked to issues Dec 4, 2024
dialog.js Outdated
this.animateStepTransition(direction, () => {
this.currentStep = nextStep;
this.updateStepContent();
customElements.whenDefined('wa-dialog').then(() => {
Copy link
Member

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">
Copy link
Member

@olanod olanod Jan 15, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants