feat(ui): integrate login/signup routes, dynamic titles, and navbar links #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
admin
AI/ML
analytics
backend
billing
community
frontend
frontend
future
integration
mobile
ops
security
UX/UI
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rideaware/rideaware-ui#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/auth_rework"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR delivers several front-end enhancements to the RideAware Vue.js app:
Home.vueto use<router-link>for Login and Sign Up routesmeta.titleto Home, Login, and Sign Up routesrouter.afterEachhook to setdocument.titlebased on route metaUserLogin.vue:• Added
loginSuccessstate and success styling• Button shows green “Success! Redirecting…” state on successful login
• Store user data + simple auth token in local/session storage
• Redirect to homepage (
/) after delay• Updated API call to
http://localhost:5000/auth/loginLoggedinPage.vueHome.vueandlogin.cssheaderThese updates unify the navigation structure, improve user feedback on login, and ensure the browser tab title matches the current view.