Make Login/Signup/Forgot-Password Pages "Sveltey" #6
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The login pages use
@supabase/auth-ui-svelte
but despite the name, these are wrappers of a general javascript framework, that doesn't produce Svelte. They can't be pre-rendered, are a bit slower to load, and show a visual stutter when applying style. I also don't love the error message handling (shown below, not inline), and the "in progress" indicator (too subtle, and can be below the viewport on mobile).We can re-implement these in pure svelte for pre-render/consistency/speed, and fix the UX issues mentioned above.
P2: everything is functional and works fine as is.
Open for community input on this one.
The text was updated successfully, but these errors were encountered: