Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactored project some. All tests pass. * All three are launchable by their own binary * added stubs for api and web interfaces * Everything is now set up correctly for a workspace project. * Initial axum server with "hello world" at GET / * GET list and GET detail and POST create all work * PUT Update route now works * DELETE endpoint works * Sorting, searching, and filtering work via URL * Updated instructions * Final tweaks and cleanup for API * Full stack app is working. * Ignore node modules * Ignore JetClient files * Delete and check-in work * Sorting works with proper icons and reset of direction. * Basic styling. Started on filtering * Filtering works * Adding tasks works * Upgraded to 0.6.0 tag of dioxus * Delete modal * Beginning dark mode * Dark mode is done, I think * Nicer transition * Really good light mode * Decent dark mode * Better dark mode * Small improvements to dark mode * Moved how streaks are fetched to make abstraction easier * More simplification of AppState, ready for components * Filtering and sorting work * Delete works * Added toolchain file * Add goatcounter script
- Loading branch information