This website requires JavaScript.
Explore
Help
Sign in
senke
/
veza
Watch
1
Star
0
Fork
You've already forked veza
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b8eed72f96
veza
/
apps
/
web
/
src
/
features
/
chat
/
components
/
ChatInterface.tsx
2 lines
50 B
TypeScript
Raw
Normal View
History
Unescape
Escape
refactor(web): split ChatInterface into chat-interface module - types.ts: ChatInterfaceProps - useChatInterface: state, wsService, loadMessages, loadChatStats, handleSendMessage, formatTimestamp - ChatInterfaceHeader, ChatInterfaceMessages, ChatInterfaceInput - ChatInterfaceSkeleton for Loading state - Stories: Default, ProductionRoom, Loading (Skeleton) - Decorator h-[600px] -> min-h-layout-page - Re-export from ChatInterface.tsx Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-06 13:24:41 +00:00
export
{
ChatInterface
}
from
'./chat-interface'
;
Reference in a new issue
Copy permalink