- Add hamburger menu icon and MobileMenu slide-out drawer component - Update AppHeader with responsive nav (hidden on mobile, hamburger shown) - Apply responsive styles to all 14 pages: - Responsive headings (text-2xl sm:text-3xl md:text-4xl) - Responsive grid gaps (gap-4 md:gap-6) - Explicit mobile grid columns (grid-cols-1 md:grid-cols-X) - Flex stacking on mobile (flex-col sm:flex-row) - Add mobile nav dropdown to docs page - Update README to correctly frame TPMJS as a discovery registry first, with agent integration as secondary/optional |
||
|---|---|---|
| .. | ||
| src | ||
| CHANGELOG.md | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||