Skip to content

Commit

Permalink
Merge pull request #9
Browse files Browse the repository at this point in the history
* 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
kennethlove authored Dec 14, 2024
1 parent d5d33b7 commit 47c9159
Show file tree
Hide file tree
Showing 79 changed files with 10,227 additions and 1,100 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ target/**
.idea/**
.vscode/**
dist/**
.jetclient/**!/node_modules/
node_modules/
package-lock.json
Loading

0 comments on commit 47c9159

Please sign in to comment.