fix(ui): align announcement close controls and restore voice call backdrop blur - #2974
Merged
Conversation
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.
Summary
Type and Areas
Type: Bug fix / UI/UX
Areas: Web UI, shared design-system components
Motivation / Impact
The announcement close icon was oversized, and its presentation did not match the component library. The updated control uses the shared small glyph and aligns its hit area with the countdown ring. Removing entrance scaling also avoids resampling the icon during the opening animation.
The voice call panel previously showed sharp application content through its translucent background. It now combines an 80% dark fill with backdrop blur.
Verification
pnpm run check:web— passed.pnpm --dir design-system run build:labpassed on retry after overlapping builds temporarily removed generated declarations.pnpm --dir src/web-ui run test:run src/shared/announcement-system/store/announcementStore.test.ts— 4 tests passed.node --test design-system/packages/ui/tests/voice-call.test.mjs design-system/packages/ui/tests/icon-button.test.mjs— 11 tests passed.pnpm run motion:audit— completed; no duplicate global keyframe names.git diff --check— passed.Reviewer Notes
Checklist