|
1 | | -import { Hash, Users, GitPullRequest, Home, CheckSquare, Settings, ChevronDown, ChevronRight, GitBranch, Code2, Database, BookOpen, Maximize2, Minimize2, UserPlus, Plus, Pencil, Trash2, Check, X, type LucideIcon } from "lucide-react"; |
| 1 | +import { Hash, Users, GitPullRequest, Home, CheckSquare, ChevronDown, ChevronRight, GitBranch, Code2, Database, BookOpen, Maximize2, Minimize2, UserPlus, Plus, Pencil, Trash2, Check, X, type LucideIcon } from "lucide-react"; |
2 | 2 | import { ChatPanel } from "../components/ChatPanel"; |
3 | 3 | import { PRReviewPanel } from "../components/PRReviewPanel"; |
4 | 4 | import { ThreadPanel } from "../components/ThreadPanel"; |
@@ -236,9 +236,6 @@ const initialMessages: Record<string, any[]> = { |
236 | 236 | { id: 1, user: '김재준', text: '팀 미팅 금요일 오후 3시로 변경되었습니다.', time: '오늘 09:00' }, |
237 | 237 | { id: 2, user: '김진필', text: '다음 주 휴가 예정입니다.', time: '오늘 10:00' } |
238 | 238 | ], |
239 | | - 'settings': [ |
240 | | - { id: 1, user: '시스템', text: '설정 페이지입니다.', time: '오늘 09:00', type: 'system' as const } |
241 | | - ] |
242 | 239 | }; |
243 | 240 |
|
244 | 241 | const initialThreadReplies: Record<number, any[]> = { |
@@ -1026,7 +1023,6 @@ export function ChatPage() { |
1026 | 1023 | <div className="mb-2" style={{ borderTop: '1px solid rgba(32, 227, 255, 0.14)' }}></div> |
1027 | 1024 |
|
1028 | 1025 | {renderSidebarChannel({ id: 'team', label: '팀', icon: Users })} |
1029 | | - {renderSidebarChannel({ id: 'settings', label: '설정', icon: Settings })} |
1030 | 1026 | </div> |
1031 | 1027 | </div> |
1032 | 1028 | ) : ( |
|
0 commit comments