tpmjs/packages/ui/src
Ajax Davis 99bd0fb061 feat: add mobile responsiveness across all pages
- 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
2025-12-28 12:39:02 +10:00
..
ActivityStream feat: implement revolutionary dithered landing page with Bayer matrix animation 2025-11-27 22:44:32 +10:00
AnimatedCounter fix: replace hardcoded dark mode colors with theme-aware semantic tokens in tool-search page 2025-11-27 15:37:46 +10:00
Badge fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
Button fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
Card fix: replace hardcoded dark mode colors with theme-aware semantic tokens in tool-search page 2025-11-27 15:37:46 +10:00
Checkbox fix(ui): fix checkbox tick not visible in light/dark mode 2025-12-12 12:51:37 +10:00
CodeBlock fix(tool-search): add published date, center copy button 2025-12-11 11:37:42 +10:00
Container fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
DitherCanvas feat: implement revolutionary dithered landing page with Bayer matrix animation 2025-11-27 22:44:32 +10:00
DitherText feat: implement revolutionary dithered landing page with Bayer matrix animation 2025-11-27 22:44:32 +10:00
FlowDiagram fix(ui): replace Tailwind classes with direct SVG attributes in FlowDiagram 2025-11-27 23:14:41 +10:00
FormField style: apply Biome formatting 2025-11-27 02:46:30 +10:00
GridContainer fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
Header fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
Icon feat: add mobile responsiveness across all pages 2025-12-28 12:39:02 +10:00
Input test: update form input tests to expect bg-surface instead of bg-background 2025-12-04 20:02:55 +10:00
Label fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
ProgressBar fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
Radio fix: replace hardcoded dark mode colors with theme-aware semantic tokens in tool-search page 2025-11-27 15:37:46 +10:00
Section fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
Select test: update form input tests to expect bg-surface instead of bg-background 2025-12-04 20:02:55 +10:00
Slider style: apply Biome formatting 2025-11-27 02:46:30 +10:00
Spinner feat(ui): reimagine Spinner as brutalist grid-based loader 2025-12-11 08:19:44 +10:00
StatCard fix: replace hardcoded dark mode colors with theme-aware semantic tokens in tool-search page 2025-11-27 15:37:46 +10:00
Switch style: apply Biome formatting 2025-11-27 02:46:30 +10:00
system feat: add reusable ToolHealthBadge and ToolHealthBanner components 2025-12-04 19:12:07 +10:00
Tabs fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00
Textarea test: update form input tests to expect bg-surface instead of bg-background 2025-12-04 20:02:55 +10:00
tokens feat(ui): add comprehensive form component library with playground showcase 2025-11-27 01:56:54 +10:00
ToolHealthBadge feat: add @tpmjs/create-basic-tools CLI generator 2025-12-04 23:34:37 +10:00
ToolHealthBanner feat: add reusable ToolHealthBadge and ToolHealthBanner components 2025-12-04 19:12:07 +10:00
test-setup.ts fix(lint): configure Biome to properly ignore build directories 2025-11-26 22:49:45 +10:00