asteroid/static/js
glenneth 5d31763e85 Add user registration and authentication UI improvements
- Add registration page with form validation
- Add login/register/logout navigation with conditional display
- Add auth-status API endpoint for session checking
- Add auth-ui.js for dynamic nav based on login state
- Update navigation across all pages (front, admin, profile, player)
- Style logout button with subtle red color
- Auto-login after successful registration
2025-10-07 18:39:49 -04:00
..
admin.js feat: move admin javascript code to own file 2025-10-04 16:10:50 -04:00
auth-ui.js Add user registration and authentication UI improvements 2025-10-07 18:39:49 -04:00
front-page.js feat: move frontpage javascript code to own file 2025-10-04 16:10:50 -04:00
player.js feat: move player javascript code to own file 2025-10-04 16:10:50 -04:00
profile.js Add user profile page with clip template styling 2025-10-07 18:39:49 -04:00
users.js feat: move users javascript code to own file 2025-10-04 16:10:50 -04:00