-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: add possibility of getting latest track versions from fragmenter distribution manifest #477
feat: add possibility of getting latest track versions from fragmenter distribution manifest #477
Conversation
- moved duplicated logic to Installmanager - removed redundant logic in component render - removed unneeded boilerplate
…we don't have Unknown status the first time
Quality Assurance Tester/Dev Team Report Discord Username : saschl Testing Process: Installed A32NX, switched versions. Seems to work properly. Simbridge dependency is being installed if it's not installed yet. Installed Simbridge, started tried uninstalling. Popup appears and after stopping installation is successful. Cancelled a few installs, state seems to be consistent. Testing Results: Negatives:
Conclusions: Can see the same "issues" from the negative section in the current release version. Passed then. Media: |
…r distribution manifest (#477) * build: bump version * feat: initial commit * refactor: clean up install state logic - moved duplicated logic to Installmanager - removed redundant logic in component render - removed unneeded boilerplate * chore: fix lint * refactor: improvements * refactor: address review comments * refactor: address review comments, prefix console logs * fix: various bug fixes * chore: typo * fix: don't finish update check if install in progress * fix: run checkForUpdates after refreshAddonInstallState to make sure we don't have Unknown status the first time --------- Co-authored-by: alepouna <[email protected]>
Summary of Changes
Testing Instructions