-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/ATC-88 #94
feature/ATC-88 #94
Conversation
allows for an airportLoadList isolated from the bundle and editable without re-bundling. * Removes src/**/airportLoadList * Updates AirportController to use new window var
passed down through App and on to AirportController
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if I'm doing something wrong, but I removed ksea.json
from assets/airports
, and from the load list, retranspiled. It is gone from the in-game list (good). Then I added the file back in and put it back in the load list, did a simple page refresh, it is back in the in-game list (good). But then when I try to load it, it just spins, and eventually konks out here:
Yeah, that's that other PR I have that I think you just approved. That will fix this error. |
Gotcha. The changes all look to make sense, so I'll approve it as is then. |
@erikquinn just merged in the PR that fixes the |
Like a charm this time. 👍 |
completes #88
Moves list of airports to load out of bundle allowing for additions and removals without the need to re-build the app.