Commit Graph

10 Commits

Author SHA1 Message Date
e570314ac2
0.0.9
- Fix mobile menu auto collapse on select
- Add /u/ route for public user profiles (Added private flag to db - to implement later)
- Add /user route for your own profile / edit profile
- Added handling for if API is offline/incorrect
- Add index.html loading spinner while react bundle downloads
- Change HashRouter to BrowserRouter
- Added sources column to scrobbles
2021-04-01 23:17:46 +13:00
ebd88b3bb0
Remove redux 2021-03-31 17:09:30 +13:00
038823055a
0.0.3
- Clean up login/redirect flow
- Add redirect when not authed on other endpoints
- Add GET /stats endpoint for overal stats
2021-03-30 16:09:48 +13:00
5fd9d41069
- Login flow working..
- Jellyfin scrobble working
- Returns scrobbles via API for authed users /api/v1/user/{uuid}/scrobble
- Add redis handler + funcs
- Move middleware to pass in uuid as needed
2021-03-29 20:58:43 +13:00
16531f9fa1 Scrobbles work! 2021-03-28 21:52:34 +13:00
feb2ac37da
Update readme, add stack+support. Add redis env vars. Add disable registration flag 2021-03-28 10:49:48 +13:00
7e4be938ee Get login prototyped 2021-03-26 15:31:00 +13:00
66f900dee9 Get SPA working 2021-03-25 21:52:06 +13:00
2fe9516fc2 Frontend work 2021-03-25 21:38:47 +13:00
c12722ab5a Build basic frontend 2021-03-24 16:29:35 +13:00