Fix dogfood pass-2: grid thumbs, AI view, featured/recent dedupe
- Portfolio cards: eager first-page load, cache-safe onLoad via ref, soft opacity while loading, error placeholder (no stuck black voids) - Hide home view chips when primary category has zero projects (AI) - Seed AI view with showOthers false; home Recent excludes Featured - Slightly larger scroll-padding under sticky header
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
opacity: 0;
|
||||
// Stay slightly visible under shimmer so cards never look "broken"
|
||||
opacity: 0.12;
|
||||
transition: transform 0.55s ease, opacity 0.35s ease;
|
||||
|
||||
&.is-loaded {
|
||||
|
||||
Reference in New Issue
Block a user