feat(daemon): Discord-style mute/deafen glyphs in roster - #18
Merged
Merged
Conversation
Replace the M/D text badges with MDI microphone-off / headphones-off vector glyphs (Apache-2.0 path data, tinted through iced's svg loader), drawn inline after the username at 16px. One mark per row — deafening overrides muting — red (red-600) when server-set, grey (neutral-400) when self-set. The mark decision lives in overlay/glyph.rs so the presence/override/color rules stay unit-pinned. Adds iced's svg feature (resvg tree, +1.9MB on the release daemon). Records the glyph change in the changelog Unreleased Overlay section.
Release PreviewNext version: 0.3.2 (2026-09-11)Overlay
|
The v0.3.2 line was cut from the pre-release tip, so its CHANGELOG still listed the 0.3.1 entries under [Unreleased] and lacked the materialized 0.3.1 section. Release previews counted the shipped entries twice.
5 tasks
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
mic-off/headphones-offpath data, Apache-2.0) inline after each roster nameoverlay/glyph.rsrendering-agnostic mapping with a 16-case exhaustive table test; view code only consumesmark_ofParticipantserver/self mute+deaf flags (roster.json byte-compat preserved)Test plan
glyph.rs; no Overlayed code