Ada Werefox ada
ada pushed to main at ada/info-werefox-cafe 2024-05-01 17:58:02 -05:00
ada pushed to main at ada/info-werefox-cafe 2024-05-01 17:13:46 -05:00
ed36761b6b Updates to info and logos.
ada pushed to main at ada/info-werefox-cafe 2024-05-01 16:22:41 -05:00
642dde2e4f Change links to social media and source code, update README.
ada pushed to main at ada/info-werefox-cafe 2024-05-01 15:48:13 -05:00
c887ddade4 Changing the default listen addr to be localhost at port 8471 to avoid conflicting with other services by default.
ada pushed to main at ada/info-werefox-cafe 2024-05-01 15:21:46 -05:00
755485c102 Fixed a bug on the server's side where the access token was not being read correctly from a file and adding a newline.
ada pushed to main at ada/info-werefox-cafe 2024-05-01 14:05:31 -05:00
74f7766135 What the fuck
ada pushed to main at ada/info-werefox-cafe 2024-05-01 00:32:31 -05:00
feafe5a94f Updates to have things running on the latest Dioxus build, and with the correct parameters for each toml file (because they changed, again).
ada deleted branch plugin-backend from ada/tunic-tracker-redux 2024-05-01 00:21:23 -05:00
ada pushed to main at ada/tunic-tracker-redux 2024-05-01 00:21:12 -05:00
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.
Compare 35 commits »
ada merged pull request ada/tunic-tracker-redux#1 2024-05-01 00:21:12 -05:00
plugin-backend
ada created pull request ada/tunic-tracker-redux#1 2024-05-01 00:19:54 -05:00
plugin-backend
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-26 02:42:04 -05:00
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.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-26 00:20:56 -05:00
9f37ae967c Rename the West Garden tree holy cross chest so that it will be indexed appropriately by the tracker.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-26 00:06:09 -05:00
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.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-25 23:10:06 -05:00
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.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-25 22:40:29 -05:00
d805fec9b9 Added some stability improvements (hopefully), when receiving bad or null data from the server when not expecting it.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-25 22:03:01 -05:00
db17504ea0 Fixed an error where checks were being compared against "Undefined" due to lack of integer parsing in the update_breakdown() function.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-23 00:17:28 -05:00
25f664ee4e Hotfix to keep from checks breaking when entering a new scene.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-22 15:48:19 -05:00
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.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-19 22:57:13 -05:00
4d91341c1f Minor update to allow more holy cross codes to show up based on screen size.