innercontext/frontend/src/lib
Piotr Oleszczyk c132bc836f fix: uniform 2-col classification grid and fix effect profile label overflow
- Classification: replace fragmented layout (full-width + 3-col + full-width)
  with a single 2-column grid; Category spans full width via col-span-2
- Effect profile: replace flex + fixed w-40 label with CSS grid using
  minmax(7rem,10rem) label column to prevent overflow at narrow viewports

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 15:55:58 +01:00
..
assets feat: add SvelteKit frontend scaffold with Tailwind CSS 2026-02-26 20:34:34 +01:00
components fix: uniform 2-col classification grid and fix effect profile label overflow 2026-02-27 15:55:58 +01:00
api.ts feat: add API client, types, layout, and all page routes 2026-02-26 20:45:54 +01:00
index.ts feat: add SvelteKit frontend scaffold with Tailwind CSS 2026-02-26 20:34:34 +01:00
types.ts refactor: remove personal_rating, DRY get_or_404, fix ty errors 2026-02-27 11:20:13 +01:00
utils.ts fix: re-export WithElementRef, WithoutChild, WithoutChildrenOrChild from utils 2026-02-27 10:24:34 +01:00