Commit Graph

8 Commits

Author SHA1 Message Date
sct
5a43ec5405 feat(frontend): logo updates 2020-09-24 00:39:49 +00:00
sct
bbfe349b52 feat(frontend): basic discover page (only movies) (#74) 2020-09-11 15:46:10 +09:00
sct
6241d0cf78 style(frontend): login page styling touchup (#64) 2020-09-09 10:16:19 +09:00
sct
cb9098f457 feat: logout route/sign out button (#54) 2020-09-06 23:11:42 +09:00
sct
190a8831c7 User Context (#51)
* feat(frontend): user Context / useUser hook

Adds a UserContext to wrap the app and load/cache the user when the website renders. Also adds the
useUser hook to pull in user data anywhere its needed on the site. This commit also adds redirection
to the login page for users who are not signed in

* fix(frontend): use process.env.PORT for user request on server side (defaults to 3000)

* docs(frontend): added documentation/notes for how the user context/login works
2020-09-05 13:16:26 +09:00
Alexander Zoitos
f9b174c311 refactor(login component): remove copyright - to design later 2020-08-22 19:57:08 -04:00
Alexander Zoitos
7d179ae3b4 feat(login route conditional): on login route, do not display layout 2020-08-19 23:00:23 -04:00
Alexander Zoitos
6e47be2fa8 feat(login component/route): add: Login Component and Route 2020-08-19 22:38:43 -04:00