Ada Werefox ada
  • Cybre kitty doing bappy on a keyboard.

  • Joined on 2022-07-21
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.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-17 01:04:40 -05:00
6c51d7c2fc More theming updates. Changed translucent background layers to be more accessibly legible against text and to match the rest of the theme.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-16 18:01:47 -05:00
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.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-16 15:58:34 -05:00
09cdc465c4 Updated seeking spell.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-16 15:41:54 -05:00
e36ed72309 Added some code so that the initial fetch of data from the django server will not produce a timeout if the user isn't running on the host machine.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-16 15:37:01 -05:00
57ec06efb5 Updated cross codes with corrected art, and in corrected places. cleaned up breakdown formatting / theming.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-15 20:42:38 -05:00
ca447d9888 updated the front end source code link to point to the correct branch.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-15 20:40:17 -05:00
34757ac461 Added an about section that is accessible through a menu button in the top right and filled it, moved source, settings, and how-to into the about section. Fixed minor issue where summary divs were not displaying the right color coding if they had no checks and were undiscovered.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-14 23:33:40 -05:00
157763876b Make the menu have an x button and do a shakey
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-14 18:47:47 -05:00
fe94dfeb3b Moved settings and how-to into a top-right menu that displays over the tracker.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-14 13:37:03 -05:00
852a591684 Holy cross code images provided by Fletcher now show up in the holy cross codes section, alongside some temporary placeholders. Fixed summary colors being assigned incorrectly, and summaries without entrances/checks showing up.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-13 15:51:58 -05:00
df8555d4aa Hints now format properly, with correct coloring, and clean spacing. All possible hint images accounted for.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-11 19:33:01 -05:00
97d7b3ec8c beginning to fix hints to show icons.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-09 03:41:55 -05:00
f024e1a1cf Better error handling for when the server is inaccessible/down.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-09 01:32:35 -05:00
c44506dbec Extended timeout more.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-09 01:32:14 -05:00
4737740e48 Extended the timeout to match the API server.