topfans/frontend
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
..
components feat(asset-detail): pull-down/up card gestures with smooth follow 2026-07-28 14:13:39 +08:00
composables refactor(frontend): consolidate user storage read via getStoredUser helper 2026-07-27 17:16:49 +08:00
config
hybrid/html
pages fix(asset-detail): fade in sibling modules during up-pull collapse 2026-07-28 15:56:45 +08:00
static feat:修改图片尺寸和uni配置 2026-07-27 12:48:02 +08:00
store fix(frontend): clear all daily_login_completed_* keys on logout 2026-07-27 16:36:58 +08:00
uni_modules fix:修改一键登录页到首页的bug 2026-07-21 15:00:49 +08:00
uniCloud-alipay
utils refactor(frontend): consolidate user storage read via getStoredUser helper 2026-07-27 17:16:49 +08:00
.env.development
.env.production
.gitignore
App.vue feat:修改图片尺寸和uni配置 2026-07-27 12:48:02 +08:00
index.html
main.js
manifest.json feat:修改图片尺寸和uni配置 2026-07-27 12:48:02 +08:00
oss-upload-test(1).html
package.json
pages.json
RANKING_API_SPECIFICATION.md
uni.promisify.adaptor.js
uni.scss