Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merges UUID change from dioxus branch (#3)
* 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