[web-console] Implement concurrent bootstrapping progress UI, coincide it with transaction UI - #6837
Merged
Conversation
Karakatiza666
force-pushed
the
issue6826
branch
from
August 11, 2026 12:16
b6dd962 to
f9c370d
Compare
Karakatiza666
marked this pull request as ready for review
August 11, 2026 12:21
mihaibudiu
requested changes
Aug 11, 2026
| .otherwise(() => null) | ||
| ) | ||
|
|
||
| const bootstrapStatus = $derived( |
Contributor
There was a problem hiding this comment.
please document this UI
Contributor
Author
There was a problem hiding this comment.
This got de-prioritized again. Let's process the PR as-is, and the docs will be a separate issue to not hold up the feature
mihaibudiu
approved these changes
Aug 12, 2026
| * with a "None" chip so a neighboring row's progress bar never shifts. | ||
| */ | ||
| idle?: 'disable' | 'hide' | ||
| /** Changing this value makes the bar jump to its new position instead of animating. */ |
Contributor
There was a problem hiding this comment.
changing this value from what to what and when and by whom?
why is the type unknown?
Contributor
Author
There was a problem hiding this comment.
I will clarify the comment. This is a "signal of change" - any value can be observed as a source of change when an instant transition is needed.
Karakatiza666
force-pushed
the
issue6826
branch
from
August 13, 2026 05:04
f9c370d to
b2086c9
Compare
Karakatiza666
enabled auto-merge
August 13, 2026 05:04
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 13, 2026
…e it with transaction UI Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
Karakatiza666
force-pushed
the
issue6826
branch
from
August 13, 2026 06:11
b2086c9 to
841ef75
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Testing: manual, added unit tests
Fix #6826
Screencast From 2026-08-10 21-05-21.webm
Screencast From 2026-08-10 21-07-55.webm