Commit Graph

7 Commits

Author SHA1 Message Date
john-okeefe e7e9e5b826 bugfix(frontend): added use:link to the logos href to prevent full page reload
Bug: Every click of the logo would consistently do a full page reload
- Logo clicking now uses svelte-spa-router's link

Apply consistent formatting to Header.svelte:
- Add semicolons to all statements
- Improve JSX/HTML attribute formatting for better readability
- Add link import from svelte-spa-router for SPA navigation
- Format multi-line attributes with proper indentation

These changes improve code consistency and maintainability without
altering any functionality.
2026-03-20 10:59:07 -04:00
john-okeefe 31cc19ba7a removed logged in buttons from navigation 2024-10-26 21:33:42 -04:00
john-okeefe 753ecd968e made header permanently dark mode 2024-10-01 16:01:13 -04:00
john-okeefe 60a38ff569 improved loading for change individual anime from search 2024-09-09 12:03:46 -04:00
john-okeefe 908325628f Fixed components to reload watchlist 2024-09-07 21:13:15 -04:00
john-okeefe cbcb07d2f1 switched tanstack query 2024-09-05 20:42:20 -04:00
john-okeefe f5001cff04 changed from modal to client-side router 2024-09-04 12:05:41 -04:00