Skip to content
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

fix: toggle connection effect (#2454) #2470

Merged
merged 2 commits into from
Mar 17, 2024
Merged

fix: toggle connection effect (#2454) #2470

merged 2 commits into from
Mar 17, 2024

Conversation

CKY-
Copy link
Collaborator

@CKY- CKY- commented Mar 16, 2024

Description of the Change

To fix the connection effect
the integration.id was missing from the id type
while I was here there was some linting issues so I resolved them

after fixing the id issue there was an issue where the
startup event would not wait for scripts to load
so I applied an await to the startupScriptsManager.runStartupScripts(); function and made the window event async.

Applicable Issues

#2454

Testing

loaded the application and looked in the log to ensure that the load event fired after all scripts where loaded
as well as saw the visual connection on the status area.

Screenshots

@CKY- CKY- requested a review from ebiggz as a code owner March 16, 2024 08:38
@zunderscore zunderscore changed the title Fix: toggle connection effect fix: toggle connection effect (#2454) Mar 17, 2024
@zunderscore zunderscore merged commit ae29e69 into crowbartools:v5 Mar 17, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants