feat: Frontend Conversation-based Chat UI (#60) #66
Reference in New Issue
Block a user
Delete Branch "fix/issue-60"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement frontend conversation-based chat UI following the spec in issue #60:
New Components Created
API Client Updates
Conversation,Message,ConversationWithMessagestypesconversationsAPI methods: list, create, get, delete, chat, setBotNew Routes
/home- Conversation list page/chat- No conversation selected (placeholder)/chat/:conversationId- Active chat with conversationRate Limiting Handling
Closes #60
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.