Skip to content

[TECH-DEBT] Wardrobe / Hall of Fame pre-rendered thumbnails #6

@matthewod11-stack

Description

@matthewod11-stack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestneeds-design-decisionRequires human design input — overnight agent skipstech-debtTechnical debt to address in future sprints

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions