What do you mean by "clean up urls (magic-link-sent-modal, sign-in-modal)" ?
Can you take the CSS tasks? I would check "url should change when switching accounts" and can "email validation is required for magic link email form"
What do you mean by "clean up urls (magic-link-sent-modal, sign-in-modal)" ?
i don't think the URLs should have "modal" in them and i want to check with the existing session modals to see if we can have some more consistency there. the combo of sign in, sign up, sign out, session, account, address is complex - wanted to see if things are consistent.
Can you take the CSS tasks
definitely. working on it already!
I would check "url should change when switching accounts" and can "email validation is required for magic link email form"
what do you mean by "check"?
what do you mean by "check"?
I can check why this happening
i don't think the URLs should have "modal" in them
doesn't feel like a strong problem to solve
email validation is required for magic link email form
I don't understand the problem here?
url should change when switching accounts
This is actually working.
EDIT: Are you sure you are in the latest version? I couldn't really reproduce the other bugs when switching accounts. Only one once
email validation is required for magic link email form
I don't understand the problem here?
The input should check if it is an email.
The input should check if it is an email.
I believe Firebase already does it for us. Let me quickly check
EDIT: OK, it doesn't. I hadn't realized! OK, so this is important
url changing is working! nice!
@Bitcoinera it shouldn't even let the user go to the next modal that says "sent" if it's not a valid email address.
I tried again switching accounts, this time using extension accounts, and it is working well. No accounts mixings.
@faboweb can you check if can still reproduce this error? It would the last one to solve
The problem is still present on https://develop--lunieio.netlify.app/cosmos-hub/portfolio?api=https%3A%2F%2Fstaging-api.lunie.io&experimental=true
Mmm, strange. I cannot reproduce it locally, I think. I checked and see the same code in UserMenu :thinking: (it is updated)
Did you try locally and could also not reproduce?
Did you try signing in with the extension? This is when the errors appear
fabo, can you please share steps to reproduce this? i also cannot.
click on "Create New Account" (Should be renamed to "Add Address")
use extension address (from Cosmos)
click on "Create New Account"
use extension address (from Polkadot)
you have now a Polkadot address in Cosmos Hub 馃コ
(Should be renamed to "Add Address")
already done here: https://github.com/luniehq/lunie/pull/4453
i can't reproduce it here https://5f03d30ea3d80a7f931cf7cd--lunieio.netlify.app
though the address you select from the extension isn't being added to the user menu for me... 馃槙
update: i can reproduce it sometimes.