v1.1.0-beta.065 - fix: All Issues view — contain filters in a panel + match library header
🎛️ Match the library's contained look
- The All Issues page already shares the library's
container mx-auto py-10 px-6wrapper (compiled CSS confirms it caps at 1280px/1536px at xl/2xl — identical to the library), but its filters were a bare full-width row, which reads as too wide / spread-out. Wrapped the filters in the samebg-muted/50 p-4 rounded-lg borderpanel the library uses, and matched the title to text-3xl font-bold.
✅ Verification
- tsc clean; eslint . 0 errors; vitest 282 passed; next build clean