Description
Wardrobe and Hall of Fame entries currently use CSS-sized thumbnails. Pre-rendered thumbnails would reduce client-side matting work and improve visual quality.
Current State
- CSS-sized thumbs are used as a performance workaround
mattedOnServer flag is checked to skip redundant client matting passes
- No pre-rendered thumbnail blobs stored on disk yet
Suggested Approach
- When a cat look is saved to the closet, generate and store a thumbnail-sized matte
- Store alongside the full sprite in IndexedDB with a
thumbBlob key
- Wardrobe and Hall of Fame read
thumbBlob first, fall back to CSS-resize
Priority
Low — quality-of-life improvement for the wardrobe UI
Migrated from KNOWN_ISSUES.md
Description
Wardrobe and Hall of Fame entries currently use CSS-sized thumbnails. Pre-rendered thumbnails would reduce client-side matting work and improve visual quality.
Current State
mattedOnServerflag is checked to skip redundant client matting passesSuggested Approach
thumbBlobkeythumbBlobfirst, fall back to CSS-resizePriority
Low — quality-of-life improvement for the wardrobe UI
Migrated from KNOWN_ISSUES.md