Go to file
Ryan Chen 19d1df2f68 Improve mobile responsiveness with Tailwind breakpoints
- Replace fixed-width containers (min-w-xl max-w-xl) with responsive classes
- Mobile: full width with padding, Tablet: 90% max 768px, Desktop: max 1024px
- Make ChatScreen header stack vertically on mobile, horizontal on desktop
- Add touch-friendly button sizes (min 44x44px tap targets)
- Optimize textarea and form inputs for mobile keyboards
- Add text wrapping (break-words) to message bubbles to prevent overflow
- Apply responsive text sizing (text-sm sm:text-base) throughout
- Improve ConversationList with touch-friendly hit areas
- Add responsive padding/spacing across all components

All components now use standard Tailwind breakpoints:
- sm: 640px+ (tablet)
- md: 768px+ (larger tablet)
- lg: 1024px+ (desktop)
- xl: 1280px+ (large desktop)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 11:57:54 -04:00
2025-10-26 09:25:17 -04:00
2025-10-02 20:21:48 -04:00
2025-07-25 23:08:16 -04:00
2025-10-02 19:21:24 -04:00
2025-10-26 09:36:33 -04:00
2025-10-26 09:36:33 -04:00
2025-10-26 09:36:33 -04:00
2025-10-26 09:25:17 -04:00
2025-10-26 09:36:33 -04:00
2025-10-26 11:06:32 -04:00
2025-10-05 20:31:46 -04:00
2025-10-26 09:36:33 -04:00
2025-10-26 09:25:17 -04:00
2025-10-26 17:29:00 -04:00
2025-10-25 09:30:54 -04:00
2025-07-29 22:59:40 -04:00
2025-10-25 09:30:54 -04:00
2025-10-26 17:29:00 -04:00
2025-07-25 23:12:41 -04:00
2025-10-25 09:30:54 -04:00
2025-10-25 09:30:54 -04:00

simbarag

Goal: Learn how retrieval-augmented generation works and also create a neat little tool to ask about Simba's health.

Current objectives:

  • Successfully use RAG to ask a question about existing information (e.g. how many teeth has Simba had extracted)
Description
No description provided
Readme 6.4 MiB
Languages
Python 67.6%
TypeScript 30.8%
Dockerfile 1.2%
Shell 0.2%
CSS 0.1%