- types.ts: LiveViewProps, LiveViewChatMessage; mockData: FEATURED_STREAM, CHAT_MESSAGES - useLiveView: stream, chatMessages, msgInput, handleSend, addToast - LiveViewPlayer, LiveViewStreamInfo, LiveViewRecommended, LiveViewChat, LiveViewSkeleton - Layout h-[calc(100vh-120px)] -> min-h-layout-main; text-[10px] -> text-xs - Stories: Default, Loading (Skeleton); decorator min-h-layout-page - Re-export from LiveView.tsx Co-authored-by: Cursor <cursoragent@cursor.com>
1 line
40 B
TypeScript
1 line
40 B
TypeScript
export { LiveView } from './live-view';
|