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:
2026-08-05 11:59:06 -04:00
parent a2cec1baf1
commit e783fbd846
5 changed files with 62 additions and 18 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
html {
scroll-behavior: smooth;
/* Keep anchored content clear of sticky site header */
scroll-padding-top: calc(var(--header-h) + 0.75rem);
scroll-padding-top: calc(var(--header-h) + 1.25rem);
}
body {