feafe5a94f
Updates to have things running on the latest Dioxus build, and with the correct parameters for each toml file (because they changed, again).
cad0292529
Merge pull request 'plugin-backend' (#1) from plugin-backend into main
d24cde159a
Fixed a formatting issue with the parseInt statements that was sometimes causing strings of "#collected" and "#found" to be concatenated instead of parsed and added.
9f37ae967c
Rename the West Garden tree holy cross chest so that it will be indexed appropriately by the tracker.
fe983f30e6
Added a few more parseInt cases where I am fairly certain they would have been needed, fixed an issue where dummy data objects were not being given a "found" attribute, which would sometimes cause the resulting output to be "undefined" in the summary block.
76ead448a6
I think maybe this is fixing an issue with needing parseInt in places I don't think it should need to but fuck it.
d24cde159a
Fixed a formatting issue with the parseInt statements that was sometimes causing strings of "#collected" and "#found" to be concatenated instead of parsed and added.
fe983f30e6
Added a few more parseInt cases where I am fairly certain they would have been needed, fixed an issue where dummy data objects were not being given a "found" attribute, which would sometimes cause the resulting output to be "undefined" in the summary block.
b8c4dbe022
Added update so that collected checks will show up as collected if users have items anto-collected. Minor UI changes to allow more codes/summaries to be displayed at once.
5e3115fb23
Attempted to add some more error handling, there is now a manual timeout for if the API server is not sending any response, but is still up.