topfans/frontend/pages
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
..
ai-dazi
asset-detail fix(asset-detail): fade in sibling modules during up-pull collapse 2026-07-28 15:56:45 +08:00
castlove refactor(frontend): consolidate user storage read via getStoredUser helper 2026-07-27 17:16:49 +08:00
components refactor(frontend): consolidate user storage read via getStoredUser helper 2026-07-27 17:16:49 +08:00
dashboard
discover
exhibition refactor(frontend): consolidate user storage read via getStoredUser helper 2026-07-27 17:16:49 +08:00
friends
login refactor(frontend): consolidate user storage read via getStoredUser helper 2026-07-27 17:16:49 +08:00
mailbox
profile feat(profile): render level progress bar in LV box 2026-07-27 18:02:59 +08:00
register
scan fix:修改登录页流程bug 2026-07-21 16:41:42 +08:00
square feat:修改铸造消耗弹窗样式 2026-07-27 13:38:23 +08:00
starbook feat(asset): restore starbook home More button by Asset.LikeCount ordering 2026-07-24 19:20:16 +08:00
starcity
support-activity refactor(frontend): consolidate user storage read via getStoredUser helper 2026-07-27 17:16:49 +08:00
tasks refactor(frontend): consolidate user storage read via getStoredUser helper 2026-07-27 17:16:49 +08:00
welcome