fix(ui): softer chrome-gradient falloff + segmented media toggle (#1478) #228
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two operator-flagged polish items from the Vuetify-4 live review.
Gradient falloff
Reshaped the nav + sub-header fade from a near-linear ramp to hold-then-soft-drop: it holds fairly opaque (0.92 → seam
0.68) through the bulk of the chrome, then eases to transparent over a small section at the bottom with an intermediate stop, so it tails off softly instead of running a straight line into a hard edge.--fc-chrome-seamis the single tuning knob; raising it also improves tab-strip legibility over scrolling content.Segmented media toggle
FC's global
VBtn { rounded: 'pill' }default made Vuetify 4 pill-round each segment of the All/Images/Videosv-btn-toggleindividually, so the rounded ends collided at the joins. Squared the inner segments and clipped the group to one 8px outline — a proper segmented control.Both changes are colour / border-radius only — no control-height changes, so the filter-bar height and the measured nav offset (
--fc-nav-h) are untouched.CI green on
devhead50d6c42(run 2231). No backend/DB changes.🤖 Generated with Claude Code
https://claude.ai/code/session_01NsmJSQxnNxGgtM5Yz4GAqi
Two operator-flagged polish items from the Vuetify-4 review: Gradient: reshape the nav + sub-header fade from a near-linear ramp to a hold-then-soft-drop profile — hold high opacity (0.92 → seam 0.68) through the bulk of the chrome, then ease to transparent over a small section at the bottom with an intermediate stop, so it tails off softly instead of running a straight line into a hard edge. Raising the shared --fc-chrome-seam also makes the tab strips more legible over scrolling content. Media toggle: FC's global VBtn { rounded: 'pill' } default made Vuetify 4 pill-round each SEGMENT of the All/Images/Videos v-btn-toggle individually, so the rounded ends collided at the joins. Square the inner segments and clip the group to one 8px outline — a proper segmented control. Both are colour/border-radius only — no control height changes, so the filter bar height and the nav offset (--fc-nav-h) are untouched. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>