Skip to content

fix(ui): opaque toast background#117

Merged
nopoz merged 1 commit into
mainfrom
fix/snackbar-opaque-background
Jul 5, 2026
Merged

fix(ui): opaque toast background#117
nopoz merged 1 commit into
mainfrom
fix/snackbar-opaque-background

Conversation

@nopoz

@nopoz nopoz commented Jul 5, 2026

Copy link
Copy Markdown
Owner

What

Toasts (bottom-of-screen snackbars) rendered with a fully transparent background, so page content behind the toast bled through and clashed with the message text. Most visible when clicking the upgrade-version chip, which pops the "copied to clipboard" toast over the container grid.

Why

The snackbar uses Vuetify's variant="outlined", which draws only a colored border and colored text with no fill. Anything behind it shows through.

Fix

Add an opaque theme-surface background to the snackbar wrapper. The level color still controls the border and text, so info/success/warning/error toasts keep their look but are now readable over any background.

All toasts route through the single SnackBar component in App.vue, so this one change covers every notification in the app.

Verified

Built and deployed to the devtest stack; confirmed the toast now renders on an opaque panel over the container grid.

@nopoz
nopoz merged commit e7854b6 into main Jul 5, 2026
14 checks passed
@nopoz
nopoz deleted the fix/snackbar-opaque-background branch July 5, 2026 04:59
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