- Made the debounce actually work right
- Created a debouncer function to debounce the search term
- Added login and logout buttons
- Gussied up the login page a bit
- Fixed up the UI in the MovieListPage
- Switched from the Context API to Reactive Variables
- Unit/integration tests for Heading and App components and all the fixin's -- snapshots, mock util functions, mock localStorage, data-testid's (used as dataTestId to pass to PA components), mock context functions
- Changed up cicd.yml -- switched it back to building in linux and simplified it the build steps. Got to sort out deploy. and added testing to the workflow
- useRouterError is now using the right context
- Adding nginx.conf so connecting to baphomet-server's docker container actually works
- Updated main.js to use real .env variables and not the Vite ones.
- Revamped the docker-compose.yml to work in the same network as baphomet-server.
- Dockerfile using nginx in a way that makes thing do the things
- Got rid of the all the dist moving stuff since everything we need should be here now.
- Got rid of the stupid thing I had foe Windows permissions
- All the stuff around the ui and server not connecting
- Adding nginx.conf so connecting to baphomet-server's docker container actually works
- Updated main.js to use real .env variables and not the Vite ones.
- Revamped the docker-compose.yml to work in the same network as baphomet-server.
- Dockerfile using nginx in a way that makes thing do the things
- Got rid of the all the dist moving stuff since everything we need should be here now.
- Got rid of the stupid thing I had foe Windows permissions
- All the stuff around the ui and server not connecting
- Error handling
- Created context for showing the heading
- Switch back to
createBrowserRouter
fromcreateHashRouter
- Updated some packages
- Fixed weird
<ButtonGroup>
(for now)
- Prepped for using
BaphThemeProvider
- Implemented
deleteMovie
functionality
- Some small theming and typing changes
- Deleted
main-w-ts.tsx
- Reorganized files and directories
- Flattened route structure
- Made it so when a user enter something like
collinlucke.com/create
, it will redirect tocollinlucke.com/#/create/
- Fixed some routing issues when navigating away from the
LoginPage
- Implemented
Modal
fromPhantomArtist
- Removed unused
withAuth
method.
- Routing bug that was letting the
WelcomePage
show even thoughbeenHereBefore
was alreadyyup
- Some small styling changes
- Added
Welcome
page - Created Theme Provider that can pass styles to PhantomArtist
- Add mysterious
Arena
page
- Updated routing/navigation to accommodate the new
Welcome
page
- Removed unused
AddMovie
component
- Updated
cicd.yml
to storeGIT_REGISTRY_TOKEN
fromsecrets
- CHANGELOG.md
- Emotion css
- baphTheme.ts
- Updated the README
- Changed
set-dependencies.ts
to only worry about pulling in the published version of PhantomArtist in prod - Updated
vite.config.mjs
to use Emotion css - Switched from
createBrowserRouter
tocreateHashRouter
due to routing breaks - Made
Heading.tsx
use PhantomArtist's<Heading>
instead of<HeadingMain>
and made the appropriate updates to it works.styleX.css
toindex.css
- Stylex - Juice wasn't worth the squeeze