Commit Graph

63 Commits

Author SHA1 Message Date
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. 2024-04-22 15:48:14 -05:00
4d91341c1f Minor update to allow more holy cross codes to show up based on screen size. 2024-04-19 22:57:10 -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. 2024-04-17 01:04:36 -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. 2024-04-16 18:01:42 -05:00
09cdc465c4 Updated seeking spell. 2024-04-16 15:58:29 -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. 2024-04-16 15:41:49 -05:00
57ec06efb5 Updated cross codes with corrected art, and in corrected places. cleaned up breakdown formatting / theming. 2024-04-16 15:36:54 -05:00
ca447d9888 updated the front end source code link to point to the correct branch. 2024-04-15 20:42:33 -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. 2024-04-15 20:40:12 -05:00
157763876b Make the menu have an x button and do a shakey 2024-04-14 23:33:36 -05:00
fe94dfeb3b Moved settings and how-to into a top-right menu that displays over the tracker. 2024-04-14 18:47:39 -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. 2024-04-14 13:36:57 -05:00
df8555d4aa Hints now format properly, with correct coloring, and clean spacing. All possible hint images accounted for. 2024-04-13 15:51:54 -05:00
97d7b3ec8c beginning to fix hints to show icons. 2024-04-11 19:32:51 -05:00
f024e1a1cf Better error handling for when the server is inaccessible/down. 2024-04-09 03:41:51 -05:00
c44506dbec Extended timeout more. 2024-04-09 01:32:31 -05:00
4737740e48 Extended the timeout to match the API server. 2024-04-09 01:32:06 -05:00
a7313a27ce fixed a typo that sometimes caused mapped entrances to display the scene they would go to instead of the entrance they are mapped to. 2024-04-09 01:08:16 -05:00
035c97869f Fixed the "hide completed areas" option not working. 2024-04-08 23:38:55 -05:00
08cae8765e Refactored all of the javscript code. Updates, refreshes, and initializations are in their own separated functions now. 2024-04-08 22:22:32 -05:00
f15f125630 Created an initialization function for when the page loads, and/or we need to populate data after recovering from the API server being down. Removed console log error messages for when API server is down. Fixed Summary coloring for scenes with no entrances. 2024-04-07 20:13:07 -05:00
171c491497 fixed a typo on line 500 2024-04-06 23:39:44 -05:00
a79ed28dc2 Cross codes now highlight when you are in range to input them. 2024-04-06 23:13:36 -05:00
9fea6e1d95 Updated cross codes to now be ordered by how far away they are. 2024-04-06 22:48:16 -05:00
835869deea Many styling changes, reoganized elements to be at the bottom, styled buttons to look proper. Added hints list. 2024-04-06 19:23:44 -05:00
08ed4c494c Tracker with the plugin now has feature parity with the previous iteration of the backend. 2024-04-05 19:59:22 -05:00
b7cce37c93 Page refresh should update with current information. Scene and checks lists update properly in javascript. 2024-04-05 12:06:07 -05:00
b2651e6277 Minor edits to howto because I typo'd and the spacing was weird on the setup steps. 2024-03-27 12:19:04 -05:00
d62d73af87 Added links to source code, reformatted link in the summary. 2024-03-27 11:50:27 -05:00
dd8939b0c3 Slight update to README, added instructions in the tracker on how to set up and use it. Updated requirements.txt. 2024-03-27 11:26:55 -05:00
a4f4f527b7 Oops a little more adjustment. 2024-03-21 16:27:18 -05:00
cba8b6207c Modified the trunic svg so that it will display properly. 2024-03-21 16:14:41 -05:00
28e3da069f Moved holy cross codes to their own div, fixed "hide completed areas" checkbox. 2024-03-20 15:27:58 -05:00
a8e9c19afb Small commit to add checkbox to hide completed areas. 2024-03-17 20:03:32 -05:00
db8843bdbb Style changes. 2024-03-14 01:05:15 -05:00
8c300cc72a Front end should be solid even when bcak end is giving bad data. Fixed issue where breakdowns were not disappearing when they are the current scene. 2024-03-13 14:33:01 -05:00
6f573685e5 Breakdowns can now be selected to be shown, and entrances mapped will now show the breakdown of the scene they're from. 2024-03-12 22:30:39 -05:00
d4660f49d4 Theming. 2024-03-11 03:05:07 -05:00
e5a49993ad A lot of styling, moving elements around, compacting the UI. 2024-03-10 21:09:37 -05:00
34c9fb5026 Ensure that holy cross code panels don't show up in breakdown. 2024-03-10 15:13:23 -05:00
ecd9967525 Fixed an issue with session keys not updating properly. 2024-03-10 19:42:37 +00:00
fcf1ecf669 Attempt to fix session stores. 2024-03-10 14:38:02 -05:00
5a1a5ac326 Backend appdata path won't update when any form is submitted, just when form to update settings is submitted. 2024-03-10 13:55:58 -05:00
d022243e5a Reworking the user interface. 2024-03-10 01:36:19 -06:00
5f4e8985f2 Updating settings through backend API should work now. Fixed issues with setting the listening address. 2024-03-09 23:20:35 -06:00
ce85d00619 Added some initial logging for future potential debugging purposes. 2024-03-09 17:17:02 -06:00
0af5bf4bb4 typo. 2024-03-09 16:57:57 -06:00
0b888c75eb Server listen address is now stored per-session in cookies. 2024-03-09 16:48:00 -06:00
a76661cfad You can set where the backend server is now. 2024-03-08 19:11:50 -06:00
eed3fe39c6 trans fox favicon. 2024-03-07 11:38:55 -06:00