Go to file
zerosaturation 128a12fa03 fix(asset-detail): fade in sibling modules during up-pull collapse
The .card-siblings wrapper lives inside <scroll-view v-else>, so when
viewMode flips to 'expanded' the wrapper is destroyed and the
siblingFadeOpacity binding has no element to animate. Up-pull therefore
shows nothing fading in even though the computed correctly returns
0 -> 1.

Add a top-level overlay that mirrors the same four modules
(card-meta-row, info-row, creator-section, chain-section) and binds
its opacity to siblingFadeOpacity. The overlay is rendered only when
viewMode === 'expanded', positioned fixed at the bottom with z-index 60
(above the expanded card at 50, below the header at 100), and uses
pointer-events: none on the wrapper so the up-pull gesture from the
lower viewport can still reach .pull-collapse-surface; interactive
children re-enable pointer-events: auto.

The original .card-siblings inside <scroll-view> is untouched and
still drives the down-pull fade-out.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-28 15:56:45 +08:00
.agents/skills
.tmp
backend feat(profile): render level progress bar in LV box 2026-07-27 18:02:59 +08:00
docker fix(task): backfill id=1/2 trigger_event + cleanup misleading NULL comments 2026-07-27 16:36:40 +08:00
docs feat(asset-detail): pull-down/up card gestures with smooth follow 2026-07-28 14:13:39 +08:00
frontend fix(asset-detail): fade in sibling modules during up-pull collapse 2026-07-28 15:56:45 +08:00
k8s fix(k8s): livenessProbe port to healthPort + values.yaml healthPort +1000 (follow-up P2) 2026-07-24 15:14:38 +08:00
mock
scripts
.gitignore fix(0a): replace real keys with placeholders in .env.example + harden .gitignore 2026-07-24 15:23:26 +08:00
AGENTS.md
CLAUDE.md docs:新增后端bug修改文档 2026-07-21 21:14:22 +08:00
README.md

TopFans