managarten/chat/apps/mobile/components
Till-JS c638a7ffee feat(chat): integrate chat project into monorepo with full app structure
- Restructure chat as apps/mobile, apps/web, apps/landing, backend
- Add NestJS backend for secure Azure OpenAI API calls
- Remove exposed API key from mobile app (security fix)
- Add shared chat-types package
- Create SvelteKit web app scaffold
- Create Astro landing page scaffold
- Update pnpm workspace configuration
- Add project-level CLAUDE.md documentation

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 13:48:24 +01:00
..
Button.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
ChatHeader.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
ChatInput.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
ChatPromptInput.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
Container.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
ConversationStarter.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
CustomDrawer.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
DocumentPanel.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
DocumentVersions.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
EditScreenInfo.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
MessageInput.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
MessageItem.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
MessageList.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
ModelCard.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
ModelDropdown.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
NewChatButton.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
SkeletonLoader.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
TemplateCard.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
TemplateForm.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00
TypingIndicator.tsx feat(chat): integrate chat project into monorepo with full app structure 2025-11-25 13:48:24 +01:00