issues
search
bitovi
/
academy
Everything we know about frontend, backend, UX, and Devops consulting and management.
https://www.bitovi.com/academy/
14
stars
3
forks
source link
Refine the “Security and Authentication” page
#812
Closed
chasenlehara
closed
5 months ago
chasenlehara
commented
5 months ago
Update
AuthContext
to have state for when there is an
error
or a request
isPending
.
Also, use the new state above to improve the UI.
Use “Place an order” in the Restaurant Details view because it’s the button goes to the Order page (where there’s a “Place My Order!” Button).
Use “Sign out” (sentence case) to be consistent with our other buttons.
Split the “Welcome back” text so it looks better.
Other minor edits.
AuthContext
to have state for when there is anerror
or a requestisPending
.