Skip to content

Omnibus v1.1.0-beta.065

Choose a tag to compare

@github-actions github-actions released this 27 Jun 15:08
· 4 commits to main since this release

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-6 wrapper (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 same bg-muted/50 p-4 rounded-lg border panel the library uses, and matched the title to text-3xl font-bold.

✅ Verification

  • tsc clean; eslint . 0 errors; vitest 282 passed; next build clean