2024-09-17, 04:02 AM
(This post was last modified: 2024-09-17, 06:40 AM by SethBacon. Edited 3 times in total.)
Lol, cant a guy go on vacation? We really need to nominate one git as the keeper of the flame here, Bob and I have diverged a bit and its left poor Ted trying to cobble together versions between divorced parents.
I have fixed the navigation back to homepage issue. I've added list reading back in and am just trying to do Local trailers, and then will throw another git on the pile.
In the interim, I begrudgingly support not showing Teds kids the trailer to Irreversible, but i just feel like there must be a more elegant solution than the credential injection in index. Surely the API can return currentuser somehow and we can go off of that to reference a library to build our slides..
EDIT- Confirmed. Instead of bobs index edit we can poll sessions.find(session => session.UserId); and then just build slides the user is entitled to. No more traumatizing children. Coming soon!
I have fixed the navigation back to homepage issue. I've added list reading back in and am just trying to do Local trailers, and then will throw another git on the pile.
In the interim, I begrudgingly support not showing Teds kids the trailer to Irreversible, but i just feel like there must be a more elegant solution than the credential injection in index. Surely the API can return currentuser somehow and we can go off of that to reference a library to build our slides..
EDIT- Confirmed. Instead of bobs index edit we can poll sessions.find(session => session.UserId); and then just build slides the user is entitled to. No more traumatizing children. Coming soon!