Skip to content

Commit

Permalink
Merges UUID change from dioxus branch (#3)
Browse files Browse the repository at this point in the history
* Initial Dioxus set up is working

* Ignore IDEA and dist directories

* Include the gui.rs file.

* small updates

* Updated app name

* Changed Mutex to Arc<Mutex> so I could implement Copy

* GUI now live updates

* Added native-dialogs

* Made `get_one` safer

* Delete now works with a confirmation dialog

* Do a bounds check when deleting

* stuff to try and get streaks working correctly

* Change identifiers to UUIDs (#2)

* Updates to try and use a HashMap instead of Vec. Not all working yet.

* Most everything works again

* Tests pass

* More tests

* All sorts of changes to try to make things work. Things aren't working.

* Removing Dioxus

* Removing Dioxus and using `std::path::Path` to handle paths.

* Removing feature flag
  • Loading branch information
kennethlove authored Aug 7, 2024
1 parent 092c670 commit 4b535b7
Show file tree
Hide file tree
Showing 9 changed files with 1,388 additions and 195 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/target
**.ron
.idea/
dist/
Loading

0 comments on commit 4b535b7

Please sign in to comment.