issues
search
yumeangelica
/
needypet
Full-stack Pet Care Management Application
https://needypet.azurewebsites.net/
Other
2
stars
0
forks
source link
Feat/frontend/create account page
#36
Closed
yumeangelica
closed
7 months ago
yumeangelica
commented
7 months ago
Implemented and designed
PageRegister
for account registration, integrating moment-timezone for timezone selection.
Added
createAccount
action in the user store and introduced a route for account creation.
Enhanced token validation and navigation flow in
main.ts
based on user authentication status.
Introduced computed properties and conditional rendering to manage header visibility on
PageRegister
and
PageLogin
.
Added a global CSS class for centering text elements.
Added a user feedback text in
PageHome
for users without pets.
Updated backend timezone validation logic to ensure effective timezone handling.
PageRegister
for account registration, integrating moment-timezone for timezone selection.createAccount
action in the user store and introduced a route for account creation.main.ts
based on user authentication status.PageRegister
andPageLogin
.PageHome
for users without pets.