Skip to content

FIX: keep saved initializer settings visible when catalog loading fails - #2387

Merged
hannahwestra25 merged 2 commits into
microsoft:mainfrom
hannahwestra25:hannahwestra25-fix-gui-initializer-settings-visibility
Aug 13, 2026
Merged

FIX: keep saved initializer settings visible when catalog loading fails#2387
hannahwestra25 merged 2 commits into
microsoft:mainfrom
hannahwestra25:hannahwestra25-fix-gui-initializer-settings-visibility

Conversation

@hannahwestra25

Copy link
Copy Markdown
Contributor

Uses Promise.allSettled instead of Promise.all so a catalog endpoint failure doesn't clear successfully fetched settings from the UI.

Fixes #2348

…g fails

Use Promise.allSettled instead of Promise.all so a catalog endpoint
failure does not prevent successfully fetched settings from rendering.
Each fetch result is handled independently — settings remain visible
even when the catalog is unavailable, and errors are surfaced in the
status message bar.

Fixes microsoft#2348

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@hannahwestra25 hannahwestra25 changed the title fix(gui): keep saved initializer settings visible when catalog loading fails FIX: keep saved initializer settings visible when catalog loading fails Aug 12, 2026
@hannahwestra25
hannahwestra25 added this pull request to the merge queue Aug 13, 2026
Merged via the queue into microsoft:main with commit 388fe25 Aug 13, 2026
47 checks passed
@hannahwestra25
hannahwestra25 deleted the hannahwestra25-fix-gui-initializer-settings-visibility branch August 13, 2026 15:02
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.

[GUI] Keep saved initializer settings visible when catalog loading fails

3 participants