Commit Graph

7 Commits

Author SHA1 Message Date
Sean Norwood 678aacb696 chore: use react query with initial state loaded from nextjs 2022-04-12 19:18:16 +00:00
Sean Norwood be0c098ef9 chore: add channel page and clean up some code 2022-04-07 22:54:15 +00:00
Sean Norwood 42ff29c13d chore: use env var for api url 2022-04-06 18:31:05 +00:00
Sean Norwood 9284b93f2a chore: start laying out the home page
* Use the layout component
* Use SSR to get videos from API
2022-04-04 02:52:03 +00:00
Sean Norwood 2c4ab1bb42 chore: use new components 2022-04-03 20:04:28 +00:00
Sean Norwood cf9181919a chore: initial suspense setup 2022-04-03 00:27:33 +00:00
Sean Norwood 1b5534b6d4 Initial React frontend work
Uses NextJS as a React framework
Initial import of assets in `public/`:
* css/
* favicon/
* img/

Initial authentication work
* Use next-auth CredentialsProvider to pull user information from TA
* Add sign in and sign out functionality using default next-auth
login page

TODO
* Custom login page
2022-03-29 17:19:24 +00:00