Skip to content

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

Open
hannahwestra25 wants to merge 1 commit into
microsoft:mainfrom
hannahwestra25:hannahwestra25-fix-gui-initializer-settings-visibility
Open

FIX: keep saved initializer settings visible when catalog loading fails#2387
hannahwestra25 wants to merge 1 commit 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
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

2 participants