Skip to content

fix: mount global FlashMessage so showMessage toasts render - #6

Merged
ghostcoder42 merged 1 commit into
mainfrom
fix/flash-message
Sep 4, 2026
Merged

ghostcoder42 merged 1 commit into
mainfrom
fix/flash-message

Conversation

@ghostcoder42

Copy link
Copy Markdown
Owner

showMessage() was called from three places (update check results, download notifications, domain switch) but no was ever mounted, so every toast was silently dropped — the manual update check looked completely dead when already on the latest version. Mount it once in the root layout inside SafeAreaProvider, top-positioned with the status-bar inset so it clears the notch.

showMessage() was called from three places (update check results,
download notifications, domain switch) but no <FlashMessage /> was ever
mounted, so every toast was silently dropped — the manual update check
looked completely dead when already on the latest version. Mount it once
in the root layout inside SafeAreaProvider, top-positioned with the
status-bar inset so it clears the notch.
@ghostcoder42
ghostcoder42 merged commit e59d31f into main Sep 4, 2026
1 check passed
@ghostcoder42
ghostcoder42 deleted the fix/flash-message branch September 4, 2026 11:00
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.

1 participant