Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 splash screen on top of ctx refactor #2548
feat: add splash screen on top of ctx refactor #2548
Changes from all commits
7c02e34
b947d61
042f858
472219c
93a2bac
94e752e
b6124fc
221612d
07ff889
af05f6d
b3fb596
118825c
c160aa0
5f444f0
6f05030
a3982ea
675166e
d7e4d83
241a0aa
5dfd14e
d676ce1
8e3d4e7
aec2293
7b8af6a
4155efd
09d9d10
497bdc2
dfcabe2
0d550bc
6ede66f
bf58346
4277da6
b3b4e49
7819ed2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
tests fail locally or timeout because of waiting on this prompt.
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.
reduced size due to background page being gone, but it needs to be bigger than the 200x200 px icon
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.
sort?
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.
tests have some race condition where playwright will shut down electron but then use the same instance to try to load webui pages... this helped me debug
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.
e2e tests trying to launch webui even though it already killed electron and is done with the tests.
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.
when app is closed, clear the timeout.. we don't need to handle splashscreen
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.
won't it be auto GCed? I'm trying to understand the benefit of cleaning this up prior to close.
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.
it should be, but it still causes issues in e2e due to some race condition in how playwright runs electron in our e2e tests.