From c07e5880307714fec692ee2011df050c5a4f7621 Mon Sep 17 00:00:00 2001 From: mlogclub Date: Wed, 15 Apr 2026 17:20:57 +0800 Subject: [PATCH] update web to dashboard --- {web => dashboard}/.env.example | 0 {web => dashboard}/.gitignore | 0 {web => dashboard}/README.md | 0 .../app/(dashboard)/_components/alert-list.tsx | 0 .../app/(dashboard)/_components/summary-cards.tsx | 0 .../app/(dashboard)/_components/team-load-panel.tsx | 0 .../app/(dashboard)/_components/trend-panel.tsx | 0 .../agent-run-logs/_components/detail.tsx | 0 .../app/(dashboard)/agent-run-logs/page.tsx | 0 .../agent-team-schedules/_components/edit.tsx | 0 .../app/(dashboard)/agent-team-schedules/page.tsx | 0 .../app/(dashboard)/agents/_components/edit.tsx | 0 .../(dashboard)/agents/_components/team-edit.tsx | 0 .../(dashboard)/agents/_components/team-sidebar.tsx | 0 {web => dashboard}/app/(dashboard)/agents/page.tsx | 0 .../app/(dashboard)/ai-agents/_components/edit.tsx | 0 .../app/(dashboard)/ai-agents/page.tsx | 0 .../app/(dashboard)/ai-configs/_components/edit.tsx | 0 .../ai-configs/_components/option-combobox.tsx | 0 .../app/(dashboard)/ai-configs/page.tsx | 0 .../app/(dashboard)/channels/_components/edit.tsx | 0 .../app/(dashboard)/channels/page.tsx | 0 .../app/(dashboard)/companies/_components/edit.tsx | 0 .../app/(dashboard)/companies/page.tsx | 0 .../conversation-monitor/_components/detail.tsx | 0 .../app/(dashboard)/conversation-monitor/page.tsx | 0 .../conversations/_components/chat-panel.tsx | 0 .../_components/conversation-info-panel.tsx | 0 .../conversations/_components/conversation-list.tsx | 0 .../_components/conversation-tag-picker.tsx | 0 .../app/(dashboard)/conversations/page.tsx | 0 .../app/(dashboard)/customers/_components/edit.tsx | 0 .../app/(dashboard)/customers/page.tsx | 0 {web => dashboard}/app/(dashboard)/help/page.tsx | 0 .../knowledge/_components/debug-panel.tsx | 0 .../knowledge/_components/document-edit.tsx | 0 .../knowledge/_components/document-list.tsx | 0 .../(dashboard)/knowledge/_components/faq-edit.tsx | 0 .../knowledge/_components/faq-import-dialog.tsx | 0 .../(dashboard)/knowledge/_components/faq-list.tsx | 0 .../knowledge/_components/knowledge-base-edit.tsx | 0 .../knowledge/_components/knowledge-base-list.tsx | 0 .../knowledge/_components/retrieve-log-detail.tsx | 0 .../knowledge/_components/retrieve-log-list.tsx | 0 .../app/(dashboard)/knowledge/page.tsx | 0 {web => dashboard}/app/(dashboard)/layout.tsx | 0 {web => dashboard}/app/(dashboard)/mcp/page.tsx | 0 {web => dashboard}/app/(dashboard)/page.tsx | 0 .../app/(dashboard)/permissions/page.tsx | 0 .../(dashboard)/quick-replies/_components/edit.tsx | 0 .../app/(dashboard)/quick-replies/page.tsx | 0 .../roles/_components/assign-permissions.tsx | 0 {web => dashboard}/app/(dashboard)/roles/page.tsx | 0 .../app/(dashboard)/settings/page.tsx | 0 .../skill-definition/_components/debug-dialog.tsx | 0 .../skill-definition/_components/edit.tsx | 0 .../app/(dashboard)/skill-definition/page.tsx | 0 .../app/(dashboard)/tags/_components/edit.tsx | 0 {web => dashboard}/app/(dashboard)/tags/page.tsx | 0 .../app/(dashboard)/ticket-priorities/page.tsx | 0 .../(dashboard)/ticket-resolution-codes/page.tsx | 0 .../app/(dashboard)/ticket-risk/page.tsx | 0 .../create-ticket-from-conversation-dialog.tsx | 0 .../app/(dashboard)/tickets/_components/edit.tsx | 0 .../tickets/_components/ticket-assign-dialog.tsx | 0 .../_components/ticket-collaborator-dialog.tsx | 0 .../tickets/_components/ticket-customer-panel.tsx | 0 .../tickets/_components/ticket-priority-badge.tsx | 0 .../tickets/_components/ticket-reason-dialog.tsx | 0 .../tickets/_components/ticket-relation-dialog.tsx | 0 .../tickets/_components/ticket-reply-dialog.tsx | 0 .../tickets/_components/ticket-sla-badge.tsx | 0 .../tickets/_components/ticket-status-badge.tsx | 0 .../tickets/_components/ticket-status-dialog.tsx | 0 .../app/(dashboard)/tickets/detail/page.tsx | 0 {web => dashboard}/app/(dashboard)/tickets/page.tsx | 0 .../(dashboard)/users/_components/assign-roles.tsx | 0 .../app/(dashboard)/users/_components/create.tsx | 0 .../app/(dashboard)/users/_components/edit.tsx | 0 .../users/_components/initial-password-dialog.tsx | 0 .../users/_components/reset-password.tsx | 0 {web => dashboard}/app/(dashboard)/users/page.tsx | 0 {web => dashboard}/app/favicon.ico | Bin {web => dashboard}/app/globals.css | 0 {web => dashboard}/app/layout.tsx | 0 {web => dashboard}/app/login/page.tsx | 0 .../app/login/wxwork/callback/page.tsx | 0 {web => dashboard}/components.json | 0 {web => dashboard}/components/app-sidebar.tsx | 0 {web => dashboard}/components/auth-provider.tsx | 0 .../components/change-password-dialog.tsx | 0 .../components/chart-area-interactive.tsx | 0 {web => dashboard}/components/company-picker.tsx | 0 {web => dashboard}/components/confirm-provider.tsx | 0 .../components/content-editor/convert.ts | 0 .../content-editor/editor-mode-switch.tsx | 0 .../components/content-editor/html-editor.tsx | 0 .../components/content-editor/index.tsx | 0 .../components/content-editor/markdown-editor.css | 0 .../components/content-editor/markdown-editor.tsx | 0 .../components/content-editor/toolbar.css | 0 .../components/content-editor/toolbar.tsx | 0 .../components/content-editor/types.ts | 0 .../conversation-actions/close-dialog.tsx | 0 .../conversation-actions/transfer-dialog.tsx | 0 .../components/customer-form-dialog.tsx | 0 {web => dashboard}/components/customer-form.tsx | 0 .../components/customer-link-or-create-dialog.tsx | 0 .../components/dashboard-placeholder.tsx | 0 {web => dashboard}/components/data-table.tsx | 0 {web => dashboard}/components/editor/DESIGN.md | 0 {web => dashboard}/components/editor/html.tsx | 0 {web => dashboard}/components/editor/index.tsx | 0 {web => dashboard}/components/editor/markdown.tsx | 0 {web => dashboard}/components/editor/toolbar.tsx | 0 {web => dashboard}/components/editor/types.ts | 0 {web => dashboard}/components/im-message-editor.tsx | 0 {web => dashboard}/components/im-message-html.tsx | 0 {web => dashboard}/components/image-input.tsx | 0 {web => dashboard}/components/image-lightbox.tsx | 0 {web => dashboard}/components/json-code-editor.tsx | 0 {web => dashboard}/components/json-tree-viewer.tsx | 0 {web => dashboard}/components/json-viewer.tsx | 0 {web => dashboard}/components/list-pagination.tsx | 0 {web => dashboard}/components/login-form.tsx | 0 {web => dashboard}/components/nav-documents.tsx | 0 {web => dashboard}/components/nav-main.tsx | 0 {web => dashboard}/components/nav-secondary.tsx | 0 {web => dashboard}/components/nav-user.tsx | 0 {web => dashboard}/components/option-combobox.tsx | 0 {web => dashboard}/components/project-dialog.tsx | 0 .../components/realtime-connection-status.tsx | 0 {web => dashboard}/components/rich-text-editor.tsx | 0 {web => dashboard}/components/section-cards.tsx | 0 {web => dashboard}/components/site-header.tsx | 0 {web => dashboard}/components/theme-provider.tsx | 0 {web => dashboard}/components/theme-toggle.tsx | 0 {web => dashboard}/components/ui/avatar.tsx | 0 {web => dashboard}/components/ui/badge.tsx | 0 {web => dashboard}/components/ui/breadcrumb.tsx | 0 {web => dashboard}/components/ui/button-group.tsx | 0 {web => dashboard}/components/ui/button.tsx | 0 {web => dashboard}/components/ui/calendar.tsx | 0 {web => dashboard}/components/ui/card.tsx | 0 {web => dashboard}/components/ui/chart.tsx | 0 {web => dashboard}/components/ui/checkbox.tsx | 0 {web => dashboard}/components/ui/combobox.tsx | 0 {web => dashboard}/components/ui/command.tsx | 0 {web => dashboard}/components/ui/context-menu.tsx | 0 {web => dashboard}/components/ui/dialog.tsx | 0 {web => dashboard}/components/ui/drawer.tsx | 0 {web => dashboard}/components/ui/dropdown-menu.tsx | 0 {web => dashboard}/components/ui/field.tsx | 0 {web => dashboard}/components/ui/input-group.tsx | 0 {web => dashboard}/components/ui/input.tsx | 0 {web => dashboard}/components/ui/label.tsx | 0 {web => dashboard}/components/ui/menubar.tsx | 0 {web => dashboard}/components/ui/popover.tsx | 0 {web => dashboard}/components/ui/resizable.tsx | 0 {web => dashboard}/components/ui/scroll-area.tsx | 0 {web => dashboard}/components/ui/select.tsx | 0 {web => dashboard}/components/ui/separator.tsx | 0 {web => dashboard}/components/ui/sheet.tsx | 0 {web => dashboard}/components/ui/sidebar.tsx | 0 {web => dashboard}/components/ui/skeleton.tsx | 0 {web => dashboard}/components/ui/sonner.tsx | 0 {web => dashboard}/components/ui/switch.tsx | 0 {web => dashboard}/components/ui/table.tsx | 0 {web => dashboard}/components/ui/tabs.tsx | 0 {web => dashboard}/components/ui/textarea.tsx | 0 {web => dashboard}/components/ui/toggle-group.tsx | 0 {web => dashboard}/components/ui/toggle.tsx | 0 {web => dashboard}/components/ui/tooltip.tsx | 0 {web => dashboard}/eslint.config.mjs | 0 .../hooks/use-agent-conversation-realtime.ts | 0 {web => dashboard}/hooks/use-lg-media.ts | 0 {web => dashboard}/hooks/use-mobile.ts | 0 {web => dashboard}/lib/api/admin.ts | 0 {web => dashboard}/lib/api/agent.ts | 0 {web => dashboard}/lib/api/auth.ts | 0 {web => dashboard}/lib/api/client.ts | 0 {web => dashboard}/lib/api/company.ts | 0 {web => dashboard}/lib/api/customer-contact.ts | 0 {web => dashboard}/lib/api/customer.ts | 0 {web => dashboard}/lib/api/dashboard.ts | 0 {web => dashboard}/lib/api/im.ts | 0 {web => dashboard}/lib/api/ticket-config.ts | 0 {web => dashboard}/lib/api/ticket.ts | 0 {web => dashboard}/lib/api/websocket.ts | 0 {web => dashboard}/lib/auth.ts | 0 {web => dashboard}/lib/enums.ts | 0 {web => dashboard}/lib/generated/enums.ts | 0 {web => dashboard}/lib/im-message.ts | 0 {web => dashboard}/lib/navigation.tsx | 0 {web => dashboard}/lib/services/notification.ts | 0 .../lib/stores/agent-conversations.ts | 0 {web => dashboard}/lib/ticket-priority.ts | 0 {web => dashboard}/lib/utils.ts | 0 {web => dashboard}/next.config.ts | 0 {web => dashboard}/package.json | 0 {web => dashboard}/pnpm-lock.yaml | 0 {web => dashboard}/pnpm-workspace.yaml | 0 {web => dashboard}/postcss.config.mjs | 0 {web => dashboard}/public/wxwork.svg | 0 {web => dashboard}/styles/main.scss | 0 {web => dashboard}/tsconfig.json | 0 206 files changed, 0 insertions(+), 0 deletions(-) rename {web => dashboard}/.env.example (100%) rename {web => dashboard}/.gitignore (100%) rename {web => dashboard}/README.md (100%) rename {web => dashboard}/app/(dashboard)/_components/alert-list.tsx (100%) rename {web => dashboard}/app/(dashboard)/_components/summary-cards.tsx (100%) rename {web => dashboard}/app/(dashboard)/_components/team-load-panel.tsx (100%) rename {web => dashboard}/app/(dashboard)/_components/trend-panel.tsx (100%) rename {web => dashboard}/app/(dashboard)/agent-run-logs/_components/detail.tsx (100%) rename {web => dashboard}/app/(dashboard)/agent-run-logs/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/agent-team-schedules/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/agent-team-schedules/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/agents/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/agents/_components/team-edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/agents/_components/team-sidebar.tsx (100%) rename {web => dashboard}/app/(dashboard)/agents/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/ai-agents/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/ai-agents/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/ai-configs/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/ai-configs/_components/option-combobox.tsx (100%) rename {web => dashboard}/app/(dashboard)/ai-configs/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/channels/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/channels/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/companies/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/companies/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/conversation-monitor/_components/detail.tsx (100%) rename {web => dashboard}/app/(dashboard)/conversation-monitor/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/conversations/_components/chat-panel.tsx (100%) rename {web => dashboard}/app/(dashboard)/conversations/_components/conversation-info-panel.tsx (100%) rename {web => dashboard}/app/(dashboard)/conversations/_components/conversation-list.tsx (100%) rename {web => dashboard}/app/(dashboard)/conversations/_components/conversation-tag-picker.tsx (100%) rename {web => dashboard}/app/(dashboard)/conversations/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/customers/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/customers/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/help/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/debug-panel.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/document-edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/document-list.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/faq-edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/faq-import-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/faq-list.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/knowledge-base-edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/knowledge-base-list.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/retrieve-log-detail.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/_components/retrieve-log-list.tsx (100%) rename {web => dashboard}/app/(dashboard)/knowledge/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/layout.tsx (100%) rename {web => dashboard}/app/(dashboard)/mcp/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/permissions/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/quick-replies/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/quick-replies/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/roles/_components/assign-permissions.tsx (100%) rename {web => dashboard}/app/(dashboard)/roles/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/settings/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/skill-definition/_components/debug-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/skill-definition/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/skill-definition/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/tags/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/tags/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/ticket-priorities/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/ticket-resolution-codes/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/ticket-risk/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/create-ticket-from-conversation-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-assign-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-collaborator-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-customer-panel.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-priority-badge.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-reason-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-relation-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-reply-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-sla-badge.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-status-badge.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/_components/ticket-status-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/detail/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/tickets/page.tsx (100%) rename {web => dashboard}/app/(dashboard)/users/_components/assign-roles.tsx (100%) rename {web => dashboard}/app/(dashboard)/users/_components/create.tsx (100%) rename {web => dashboard}/app/(dashboard)/users/_components/edit.tsx (100%) rename {web => dashboard}/app/(dashboard)/users/_components/initial-password-dialog.tsx (100%) rename {web => dashboard}/app/(dashboard)/users/_components/reset-password.tsx (100%) rename {web => dashboard}/app/(dashboard)/users/page.tsx (100%) rename {web => dashboard}/app/favicon.ico (100%) rename {web => dashboard}/app/globals.css (100%) rename {web => dashboard}/app/layout.tsx (100%) rename {web => dashboard}/app/login/page.tsx (100%) rename {web => dashboard}/app/login/wxwork/callback/page.tsx (100%) rename {web => dashboard}/components.json (100%) rename {web => dashboard}/components/app-sidebar.tsx (100%) rename {web => dashboard}/components/auth-provider.tsx (100%) rename {web => dashboard}/components/change-password-dialog.tsx (100%) rename {web => dashboard}/components/chart-area-interactive.tsx (100%) rename {web => dashboard}/components/company-picker.tsx (100%) rename {web => dashboard}/components/confirm-provider.tsx (100%) rename {web => dashboard}/components/content-editor/convert.ts (100%) rename {web => dashboard}/components/content-editor/editor-mode-switch.tsx (100%) rename {web => dashboard}/components/content-editor/html-editor.tsx (100%) rename {web => dashboard}/components/content-editor/index.tsx (100%) rename {web => dashboard}/components/content-editor/markdown-editor.css (100%) rename {web => dashboard}/components/content-editor/markdown-editor.tsx (100%) rename {web => dashboard}/components/content-editor/toolbar.css (100%) rename {web => dashboard}/components/content-editor/toolbar.tsx (100%) rename {web => dashboard}/components/content-editor/types.ts (100%) rename {web => dashboard}/components/conversation-actions/close-dialog.tsx (100%) rename {web => dashboard}/components/conversation-actions/transfer-dialog.tsx (100%) rename {web => dashboard}/components/customer-form-dialog.tsx (100%) rename {web => dashboard}/components/customer-form.tsx (100%) rename {web => dashboard}/components/customer-link-or-create-dialog.tsx (100%) rename {web => dashboard}/components/dashboard-placeholder.tsx (100%) rename {web => dashboard}/components/data-table.tsx (100%) rename {web => dashboard}/components/editor/DESIGN.md (100%) rename {web => dashboard}/components/editor/html.tsx (100%) rename {web => dashboard}/components/editor/index.tsx (100%) rename {web => dashboard}/components/editor/markdown.tsx (100%) rename {web => dashboard}/components/editor/toolbar.tsx (100%) rename {web => dashboard}/components/editor/types.ts (100%) rename {web => dashboard}/components/im-message-editor.tsx (100%) rename {web => dashboard}/components/im-message-html.tsx (100%) rename {web => dashboard}/components/image-input.tsx (100%) rename {web => dashboard}/components/image-lightbox.tsx (100%) rename {web => dashboard}/components/json-code-editor.tsx (100%) rename {web => dashboard}/components/json-tree-viewer.tsx (100%) rename {web => dashboard}/components/json-viewer.tsx (100%) rename {web => dashboard}/components/list-pagination.tsx (100%) rename {web => dashboard}/components/login-form.tsx (100%) rename {web => dashboard}/components/nav-documents.tsx (100%) rename {web => dashboard}/components/nav-main.tsx (100%) rename {web => dashboard}/components/nav-secondary.tsx (100%) rename {web => dashboard}/components/nav-user.tsx (100%) rename {web => dashboard}/components/option-combobox.tsx (100%) rename {web => dashboard}/components/project-dialog.tsx (100%) rename {web => dashboard}/components/realtime-connection-status.tsx (100%) rename {web => dashboard}/components/rich-text-editor.tsx (100%) rename {web => dashboard}/components/section-cards.tsx (100%) rename {web => dashboard}/components/site-header.tsx (100%) rename {web => dashboard}/components/theme-provider.tsx (100%) rename {web => dashboard}/components/theme-toggle.tsx (100%) rename {web => dashboard}/components/ui/avatar.tsx (100%) rename {web => dashboard}/components/ui/badge.tsx (100%) rename {web => dashboard}/components/ui/breadcrumb.tsx (100%) rename {web => dashboard}/components/ui/button-group.tsx (100%) rename {web => dashboard}/components/ui/button.tsx (100%) rename {web => dashboard}/components/ui/calendar.tsx (100%) rename {web => dashboard}/components/ui/card.tsx (100%) rename {web => dashboard}/components/ui/chart.tsx (100%) rename {web => dashboard}/components/ui/checkbox.tsx (100%) rename {web => dashboard}/components/ui/combobox.tsx (100%) rename {web => dashboard}/components/ui/command.tsx (100%) rename {web => dashboard}/components/ui/context-menu.tsx (100%) rename {web => dashboard}/components/ui/dialog.tsx (100%) rename {web => dashboard}/components/ui/drawer.tsx (100%) rename {web => dashboard}/components/ui/dropdown-menu.tsx (100%) rename {web => dashboard}/components/ui/field.tsx (100%) rename {web => dashboard}/components/ui/input-group.tsx (100%) rename {web => dashboard}/components/ui/input.tsx (100%) rename {web => dashboard}/components/ui/label.tsx (100%) rename {web => dashboard}/components/ui/menubar.tsx (100%) rename {web => dashboard}/components/ui/popover.tsx (100%) rename {web => dashboard}/components/ui/resizable.tsx (100%) rename {web => dashboard}/components/ui/scroll-area.tsx (100%) rename {web => dashboard}/components/ui/select.tsx (100%) rename {web => dashboard}/components/ui/separator.tsx (100%) rename {web => dashboard}/components/ui/sheet.tsx (100%) rename {web => dashboard}/components/ui/sidebar.tsx (100%) rename {web => dashboard}/components/ui/skeleton.tsx (100%) rename {web => dashboard}/components/ui/sonner.tsx (100%) rename {web => dashboard}/components/ui/switch.tsx (100%) rename {web => dashboard}/components/ui/table.tsx (100%) rename {web => dashboard}/components/ui/tabs.tsx (100%) rename {web => dashboard}/components/ui/textarea.tsx (100%) rename {web => dashboard}/components/ui/toggle-group.tsx (100%) rename {web => dashboard}/components/ui/toggle.tsx (100%) rename {web => dashboard}/components/ui/tooltip.tsx (100%) rename {web => dashboard}/eslint.config.mjs (100%) rename {web => dashboard}/hooks/use-agent-conversation-realtime.ts (100%) rename {web => dashboard}/hooks/use-lg-media.ts (100%) rename {web => dashboard}/hooks/use-mobile.ts (100%) rename {web => dashboard}/lib/api/admin.ts (100%) rename {web => dashboard}/lib/api/agent.ts (100%) rename {web => dashboard}/lib/api/auth.ts (100%) rename {web => dashboard}/lib/api/client.ts (100%) rename {web => dashboard}/lib/api/company.ts (100%) rename {web => dashboard}/lib/api/customer-contact.ts (100%) rename {web => dashboard}/lib/api/customer.ts (100%) rename {web => dashboard}/lib/api/dashboard.ts (100%) rename {web => dashboard}/lib/api/im.ts (100%) rename {web => dashboard}/lib/api/ticket-config.ts (100%) rename {web => dashboard}/lib/api/ticket.ts (100%) rename {web => dashboard}/lib/api/websocket.ts (100%) rename {web => dashboard}/lib/auth.ts (100%) rename {web => dashboard}/lib/enums.ts (100%) rename {web => dashboard}/lib/generated/enums.ts (100%) rename {web => dashboard}/lib/im-message.ts (100%) rename {web => dashboard}/lib/navigation.tsx (100%) rename {web => dashboard}/lib/services/notification.ts (100%) rename {web => dashboard}/lib/stores/agent-conversations.ts (100%) rename {web => dashboard}/lib/ticket-priority.ts (100%) rename {web => dashboard}/lib/utils.ts (100%) rename {web => dashboard}/next.config.ts (100%) rename {web => dashboard}/package.json (100%) rename {web => dashboard}/pnpm-lock.yaml (100%) rename {web => dashboard}/pnpm-workspace.yaml (100%) rename {web => dashboard}/postcss.config.mjs (100%) rename {web => dashboard}/public/wxwork.svg (100%) rename {web => dashboard}/styles/main.scss (100%) rename {web => dashboard}/tsconfig.json (100%) diff --git a/web/.env.example b/dashboard/.env.example similarity index 100% rename from web/.env.example rename to dashboard/.env.example diff --git a/web/.gitignore b/dashboard/.gitignore similarity index 100% rename from web/.gitignore rename to dashboard/.gitignore diff --git a/web/README.md b/dashboard/README.md similarity index 100% rename from web/README.md rename to dashboard/README.md diff --git a/web/app/(dashboard)/_components/alert-list.tsx b/dashboard/app/(dashboard)/_components/alert-list.tsx similarity index 100% rename from web/app/(dashboard)/_components/alert-list.tsx rename to dashboard/app/(dashboard)/_components/alert-list.tsx diff --git a/web/app/(dashboard)/_components/summary-cards.tsx b/dashboard/app/(dashboard)/_components/summary-cards.tsx similarity index 100% rename from web/app/(dashboard)/_components/summary-cards.tsx rename to dashboard/app/(dashboard)/_components/summary-cards.tsx diff --git a/web/app/(dashboard)/_components/team-load-panel.tsx b/dashboard/app/(dashboard)/_components/team-load-panel.tsx similarity index 100% rename from web/app/(dashboard)/_components/team-load-panel.tsx rename to dashboard/app/(dashboard)/_components/team-load-panel.tsx diff --git a/web/app/(dashboard)/_components/trend-panel.tsx b/dashboard/app/(dashboard)/_components/trend-panel.tsx similarity index 100% rename from web/app/(dashboard)/_components/trend-panel.tsx rename to dashboard/app/(dashboard)/_components/trend-panel.tsx diff --git a/web/app/(dashboard)/agent-run-logs/_components/detail.tsx b/dashboard/app/(dashboard)/agent-run-logs/_components/detail.tsx similarity index 100% rename from web/app/(dashboard)/agent-run-logs/_components/detail.tsx rename to dashboard/app/(dashboard)/agent-run-logs/_components/detail.tsx diff --git a/web/app/(dashboard)/agent-run-logs/page.tsx b/dashboard/app/(dashboard)/agent-run-logs/page.tsx similarity index 100% rename from web/app/(dashboard)/agent-run-logs/page.tsx rename to dashboard/app/(dashboard)/agent-run-logs/page.tsx diff --git a/web/app/(dashboard)/agent-team-schedules/_components/edit.tsx b/dashboard/app/(dashboard)/agent-team-schedules/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/agent-team-schedules/_components/edit.tsx rename to dashboard/app/(dashboard)/agent-team-schedules/_components/edit.tsx diff --git a/web/app/(dashboard)/agent-team-schedules/page.tsx b/dashboard/app/(dashboard)/agent-team-schedules/page.tsx similarity index 100% rename from web/app/(dashboard)/agent-team-schedules/page.tsx rename to dashboard/app/(dashboard)/agent-team-schedules/page.tsx diff --git a/web/app/(dashboard)/agents/_components/edit.tsx b/dashboard/app/(dashboard)/agents/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/agents/_components/edit.tsx rename to dashboard/app/(dashboard)/agents/_components/edit.tsx diff --git a/web/app/(dashboard)/agents/_components/team-edit.tsx b/dashboard/app/(dashboard)/agents/_components/team-edit.tsx similarity index 100% rename from web/app/(dashboard)/agents/_components/team-edit.tsx rename to dashboard/app/(dashboard)/agents/_components/team-edit.tsx diff --git a/web/app/(dashboard)/agents/_components/team-sidebar.tsx b/dashboard/app/(dashboard)/agents/_components/team-sidebar.tsx similarity index 100% rename from web/app/(dashboard)/agents/_components/team-sidebar.tsx rename to dashboard/app/(dashboard)/agents/_components/team-sidebar.tsx diff --git a/web/app/(dashboard)/agents/page.tsx b/dashboard/app/(dashboard)/agents/page.tsx similarity index 100% rename from web/app/(dashboard)/agents/page.tsx rename to dashboard/app/(dashboard)/agents/page.tsx diff --git a/web/app/(dashboard)/ai-agents/_components/edit.tsx b/dashboard/app/(dashboard)/ai-agents/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/ai-agents/_components/edit.tsx rename to dashboard/app/(dashboard)/ai-agents/_components/edit.tsx diff --git a/web/app/(dashboard)/ai-agents/page.tsx b/dashboard/app/(dashboard)/ai-agents/page.tsx similarity index 100% rename from web/app/(dashboard)/ai-agents/page.tsx rename to dashboard/app/(dashboard)/ai-agents/page.tsx diff --git a/web/app/(dashboard)/ai-configs/_components/edit.tsx b/dashboard/app/(dashboard)/ai-configs/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/ai-configs/_components/edit.tsx rename to dashboard/app/(dashboard)/ai-configs/_components/edit.tsx diff --git a/web/app/(dashboard)/ai-configs/_components/option-combobox.tsx b/dashboard/app/(dashboard)/ai-configs/_components/option-combobox.tsx similarity index 100% rename from web/app/(dashboard)/ai-configs/_components/option-combobox.tsx rename to dashboard/app/(dashboard)/ai-configs/_components/option-combobox.tsx diff --git a/web/app/(dashboard)/ai-configs/page.tsx b/dashboard/app/(dashboard)/ai-configs/page.tsx similarity index 100% rename from web/app/(dashboard)/ai-configs/page.tsx rename to dashboard/app/(dashboard)/ai-configs/page.tsx diff --git a/web/app/(dashboard)/channels/_components/edit.tsx b/dashboard/app/(dashboard)/channels/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/channels/_components/edit.tsx rename to dashboard/app/(dashboard)/channels/_components/edit.tsx diff --git a/web/app/(dashboard)/channels/page.tsx b/dashboard/app/(dashboard)/channels/page.tsx similarity index 100% rename from web/app/(dashboard)/channels/page.tsx rename to dashboard/app/(dashboard)/channels/page.tsx diff --git a/web/app/(dashboard)/companies/_components/edit.tsx b/dashboard/app/(dashboard)/companies/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/companies/_components/edit.tsx rename to dashboard/app/(dashboard)/companies/_components/edit.tsx diff --git a/web/app/(dashboard)/companies/page.tsx b/dashboard/app/(dashboard)/companies/page.tsx similarity index 100% rename from web/app/(dashboard)/companies/page.tsx rename to dashboard/app/(dashboard)/companies/page.tsx diff --git a/web/app/(dashboard)/conversation-monitor/_components/detail.tsx b/dashboard/app/(dashboard)/conversation-monitor/_components/detail.tsx similarity index 100% rename from web/app/(dashboard)/conversation-monitor/_components/detail.tsx rename to dashboard/app/(dashboard)/conversation-monitor/_components/detail.tsx diff --git a/web/app/(dashboard)/conversation-monitor/page.tsx b/dashboard/app/(dashboard)/conversation-monitor/page.tsx similarity index 100% rename from web/app/(dashboard)/conversation-monitor/page.tsx rename to dashboard/app/(dashboard)/conversation-monitor/page.tsx diff --git a/web/app/(dashboard)/conversations/_components/chat-panel.tsx b/dashboard/app/(dashboard)/conversations/_components/chat-panel.tsx similarity index 100% rename from web/app/(dashboard)/conversations/_components/chat-panel.tsx rename to dashboard/app/(dashboard)/conversations/_components/chat-panel.tsx diff --git a/web/app/(dashboard)/conversations/_components/conversation-info-panel.tsx b/dashboard/app/(dashboard)/conversations/_components/conversation-info-panel.tsx similarity index 100% rename from web/app/(dashboard)/conversations/_components/conversation-info-panel.tsx rename to dashboard/app/(dashboard)/conversations/_components/conversation-info-panel.tsx diff --git a/web/app/(dashboard)/conversations/_components/conversation-list.tsx b/dashboard/app/(dashboard)/conversations/_components/conversation-list.tsx similarity index 100% rename from web/app/(dashboard)/conversations/_components/conversation-list.tsx rename to dashboard/app/(dashboard)/conversations/_components/conversation-list.tsx diff --git a/web/app/(dashboard)/conversations/_components/conversation-tag-picker.tsx b/dashboard/app/(dashboard)/conversations/_components/conversation-tag-picker.tsx similarity index 100% rename from web/app/(dashboard)/conversations/_components/conversation-tag-picker.tsx rename to dashboard/app/(dashboard)/conversations/_components/conversation-tag-picker.tsx diff --git a/web/app/(dashboard)/conversations/page.tsx b/dashboard/app/(dashboard)/conversations/page.tsx similarity index 100% rename from web/app/(dashboard)/conversations/page.tsx rename to dashboard/app/(dashboard)/conversations/page.tsx diff --git a/web/app/(dashboard)/customers/_components/edit.tsx b/dashboard/app/(dashboard)/customers/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/customers/_components/edit.tsx rename to dashboard/app/(dashboard)/customers/_components/edit.tsx diff --git a/web/app/(dashboard)/customers/page.tsx b/dashboard/app/(dashboard)/customers/page.tsx similarity index 100% rename from web/app/(dashboard)/customers/page.tsx rename to dashboard/app/(dashboard)/customers/page.tsx diff --git a/web/app/(dashboard)/help/page.tsx b/dashboard/app/(dashboard)/help/page.tsx similarity index 100% rename from web/app/(dashboard)/help/page.tsx rename to dashboard/app/(dashboard)/help/page.tsx diff --git a/web/app/(dashboard)/knowledge/_components/debug-panel.tsx b/dashboard/app/(dashboard)/knowledge/_components/debug-panel.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/debug-panel.tsx rename to dashboard/app/(dashboard)/knowledge/_components/debug-panel.tsx diff --git a/web/app/(dashboard)/knowledge/_components/document-edit.tsx b/dashboard/app/(dashboard)/knowledge/_components/document-edit.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/document-edit.tsx rename to dashboard/app/(dashboard)/knowledge/_components/document-edit.tsx diff --git a/web/app/(dashboard)/knowledge/_components/document-list.tsx b/dashboard/app/(dashboard)/knowledge/_components/document-list.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/document-list.tsx rename to dashboard/app/(dashboard)/knowledge/_components/document-list.tsx diff --git a/web/app/(dashboard)/knowledge/_components/faq-edit.tsx b/dashboard/app/(dashboard)/knowledge/_components/faq-edit.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/faq-edit.tsx rename to dashboard/app/(dashboard)/knowledge/_components/faq-edit.tsx diff --git a/web/app/(dashboard)/knowledge/_components/faq-import-dialog.tsx b/dashboard/app/(dashboard)/knowledge/_components/faq-import-dialog.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/faq-import-dialog.tsx rename to dashboard/app/(dashboard)/knowledge/_components/faq-import-dialog.tsx diff --git a/web/app/(dashboard)/knowledge/_components/faq-list.tsx b/dashboard/app/(dashboard)/knowledge/_components/faq-list.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/faq-list.tsx rename to dashboard/app/(dashboard)/knowledge/_components/faq-list.tsx diff --git a/web/app/(dashboard)/knowledge/_components/knowledge-base-edit.tsx b/dashboard/app/(dashboard)/knowledge/_components/knowledge-base-edit.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/knowledge-base-edit.tsx rename to dashboard/app/(dashboard)/knowledge/_components/knowledge-base-edit.tsx diff --git a/web/app/(dashboard)/knowledge/_components/knowledge-base-list.tsx b/dashboard/app/(dashboard)/knowledge/_components/knowledge-base-list.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/knowledge-base-list.tsx rename to dashboard/app/(dashboard)/knowledge/_components/knowledge-base-list.tsx diff --git a/web/app/(dashboard)/knowledge/_components/retrieve-log-detail.tsx b/dashboard/app/(dashboard)/knowledge/_components/retrieve-log-detail.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/retrieve-log-detail.tsx rename to dashboard/app/(dashboard)/knowledge/_components/retrieve-log-detail.tsx diff --git a/web/app/(dashboard)/knowledge/_components/retrieve-log-list.tsx b/dashboard/app/(dashboard)/knowledge/_components/retrieve-log-list.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/_components/retrieve-log-list.tsx rename to dashboard/app/(dashboard)/knowledge/_components/retrieve-log-list.tsx diff --git a/web/app/(dashboard)/knowledge/page.tsx b/dashboard/app/(dashboard)/knowledge/page.tsx similarity index 100% rename from web/app/(dashboard)/knowledge/page.tsx rename to dashboard/app/(dashboard)/knowledge/page.tsx diff --git a/web/app/(dashboard)/layout.tsx b/dashboard/app/(dashboard)/layout.tsx similarity index 100% rename from web/app/(dashboard)/layout.tsx rename to dashboard/app/(dashboard)/layout.tsx diff --git a/web/app/(dashboard)/mcp/page.tsx b/dashboard/app/(dashboard)/mcp/page.tsx similarity index 100% rename from web/app/(dashboard)/mcp/page.tsx rename to dashboard/app/(dashboard)/mcp/page.tsx diff --git a/web/app/(dashboard)/page.tsx b/dashboard/app/(dashboard)/page.tsx similarity index 100% rename from web/app/(dashboard)/page.tsx rename to dashboard/app/(dashboard)/page.tsx diff --git a/web/app/(dashboard)/permissions/page.tsx b/dashboard/app/(dashboard)/permissions/page.tsx similarity index 100% rename from web/app/(dashboard)/permissions/page.tsx rename to dashboard/app/(dashboard)/permissions/page.tsx diff --git a/web/app/(dashboard)/quick-replies/_components/edit.tsx b/dashboard/app/(dashboard)/quick-replies/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/quick-replies/_components/edit.tsx rename to dashboard/app/(dashboard)/quick-replies/_components/edit.tsx diff --git a/web/app/(dashboard)/quick-replies/page.tsx b/dashboard/app/(dashboard)/quick-replies/page.tsx similarity index 100% rename from web/app/(dashboard)/quick-replies/page.tsx rename to dashboard/app/(dashboard)/quick-replies/page.tsx diff --git a/web/app/(dashboard)/roles/_components/assign-permissions.tsx b/dashboard/app/(dashboard)/roles/_components/assign-permissions.tsx similarity index 100% rename from web/app/(dashboard)/roles/_components/assign-permissions.tsx rename to dashboard/app/(dashboard)/roles/_components/assign-permissions.tsx diff --git a/web/app/(dashboard)/roles/page.tsx b/dashboard/app/(dashboard)/roles/page.tsx similarity index 100% rename from web/app/(dashboard)/roles/page.tsx rename to dashboard/app/(dashboard)/roles/page.tsx diff --git a/web/app/(dashboard)/settings/page.tsx b/dashboard/app/(dashboard)/settings/page.tsx similarity index 100% rename from web/app/(dashboard)/settings/page.tsx rename to dashboard/app/(dashboard)/settings/page.tsx diff --git a/web/app/(dashboard)/skill-definition/_components/debug-dialog.tsx b/dashboard/app/(dashboard)/skill-definition/_components/debug-dialog.tsx similarity index 100% rename from web/app/(dashboard)/skill-definition/_components/debug-dialog.tsx rename to dashboard/app/(dashboard)/skill-definition/_components/debug-dialog.tsx diff --git a/web/app/(dashboard)/skill-definition/_components/edit.tsx b/dashboard/app/(dashboard)/skill-definition/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/skill-definition/_components/edit.tsx rename to dashboard/app/(dashboard)/skill-definition/_components/edit.tsx diff --git a/web/app/(dashboard)/skill-definition/page.tsx b/dashboard/app/(dashboard)/skill-definition/page.tsx similarity index 100% rename from web/app/(dashboard)/skill-definition/page.tsx rename to dashboard/app/(dashboard)/skill-definition/page.tsx diff --git a/web/app/(dashboard)/tags/_components/edit.tsx b/dashboard/app/(dashboard)/tags/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/tags/_components/edit.tsx rename to dashboard/app/(dashboard)/tags/_components/edit.tsx diff --git a/web/app/(dashboard)/tags/page.tsx b/dashboard/app/(dashboard)/tags/page.tsx similarity index 100% rename from web/app/(dashboard)/tags/page.tsx rename to dashboard/app/(dashboard)/tags/page.tsx diff --git a/web/app/(dashboard)/ticket-priorities/page.tsx b/dashboard/app/(dashboard)/ticket-priorities/page.tsx similarity index 100% rename from web/app/(dashboard)/ticket-priorities/page.tsx rename to dashboard/app/(dashboard)/ticket-priorities/page.tsx diff --git a/web/app/(dashboard)/ticket-resolution-codes/page.tsx b/dashboard/app/(dashboard)/ticket-resolution-codes/page.tsx similarity index 100% rename from web/app/(dashboard)/ticket-resolution-codes/page.tsx rename to dashboard/app/(dashboard)/ticket-resolution-codes/page.tsx diff --git a/web/app/(dashboard)/ticket-risk/page.tsx b/dashboard/app/(dashboard)/ticket-risk/page.tsx similarity index 100% rename from web/app/(dashboard)/ticket-risk/page.tsx rename to dashboard/app/(dashboard)/ticket-risk/page.tsx diff --git a/web/app/(dashboard)/tickets/_components/create-ticket-from-conversation-dialog.tsx b/dashboard/app/(dashboard)/tickets/_components/create-ticket-from-conversation-dialog.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/create-ticket-from-conversation-dialog.tsx rename to dashboard/app/(dashboard)/tickets/_components/create-ticket-from-conversation-dialog.tsx diff --git a/web/app/(dashboard)/tickets/_components/edit.tsx b/dashboard/app/(dashboard)/tickets/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/edit.tsx rename to dashboard/app/(dashboard)/tickets/_components/edit.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-assign-dialog.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-assign-dialog.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-assign-dialog.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-assign-dialog.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-collaborator-dialog.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-collaborator-dialog.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-collaborator-dialog.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-collaborator-dialog.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-customer-panel.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-customer-panel.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-customer-panel.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-customer-panel.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-priority-badge.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-priority-badge.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-priority-badge.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-priority-badge.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-reason-dialog.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-reason-dialog.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-reason-dialog.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-reason-dialog.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-relation-dialog.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-relation-dialog.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-relation-dialog.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-relation-dialog.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-reply-dialog.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-reply-dialog.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-reply-dialog.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-reply-dialog.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-sla-badge.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-sla-badge.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-sla-badge.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-sla-badge.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-status-badge.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-status-badge.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-status-badge.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-status-badge.tsx diff --git a/web/app/(dashboard)/tickets/_components/ticket-status-dialog.tsx b/dashboard/app/(dashboard)/tickets/_components/ticket-status-dialog.tsx similarity index 100% rename from web/app/(dashboard)/tickets/_components/ticket-status-dialog.tsx rename to dashboard/app/(dashboard)/tickets/_components/ticket-status-dialog.tsx diff --git a/web/app/(dashboard)/tickets/detail/page.tsx b/dashboard/app/(dashboard)/tickets/detail/page.tsx similarity index 100% rename from web/app/(dashboard)/tickets/detail/page.tsx rename to dashboard/app/(dashboard)/tickets/detail/page.tsx diff --git a/web/app/(dashboard)/tickets/page.tsx b/dashboard/app/(dashboard)/tickets/page.tsx similarity index 100% rename from web/app/(dashboard)/tickets/page.tsx rename to dashboard/app/(dashboard)/tickets/page.tsx diff --git a/web/app/(dashboard)/users/_components/assign-roles.tsx b/dashboard/app/(dashboard)/users/_components/assign-roles.tsx similarity index 100% rename from web/app/(dashboard)/users/_components/assign-roles.tsx rename to dashboard/app/(dashboard)/users/_components/assign-roles.tsx diff --git a/web/app/(dashboard)/users/_components/create.tsx b/dashboard/app/(dashboard)/users/_components/create.tsx similarity index 100% rename from web/app/(dashboard)/users/_components/create.tsx rename to dashboard/app/(dashboard)/users/_components/create.tsx diff --git a/web/app/(dashboard)/users/_components/edit.tsx b/dashboard/app/(dashboard)/users/_components/edit.tsx similarity index 100% rename from web/app/(dashboard)/users/_components/edit.tsx rename to dashboard/app/(dashboard)/users/_components/edit.tsx diff --git a/web/app/(dashboard)/users/_components/initial-password-dialog.tsx b/dashboard/app/(dashboard)/users/_components/initial-password-dialog.tsx similarity index 100% rename from web/app/(dashboard)/users/_components/initial-password-dialog.tsx rename to dashboard/app/(dashboard)/users/_components/initial-password-dialog.tsx diff --git a/web/app/(dashboard)/users/_components/reset-password.tsx b/dashboard/app/(dashboard)/users/_components/reset-password.tsx similarity index 100% rename from web/app/(dashboard)/users/_components/reset-password.tsx rename to dashboard/app/(dashboard)/users/_components/reset-password.tsx diff --git a/web/app/(dashboard)/users/page.tsx b/dashboard/app/(dashboard)/users/page.tsx similarity index 100% rename from web/app/(dashboard)/users/page.tsx rename to dashboard/app/(dashboard)/users/page.tsx diff --git a/web/app/favicon.ico b/dashboard/app/favicon.ico similarity index 100% rename from web/app/favicon.ico rename to dashboard/app/favicon.ico diff --git a/web/app/globals.css b/dashboard/app/globals.css similarity index 100% rename from web/app/globals.css rename to dashboard/app/globals.css diff --git a/web/app/layout.tsx b/dashboard/app/layout.tsx similarity index 100% rename from web/app/layout.tsx rename to dashboard/app/layout.tsx diff --git a/web/app/login/page.tsx b/dashboard/app/login/page.tsx similarity index 100% rename from web/app/login/page.tsx rename to dashboard/app/login/page.tsx diff --git a/web/app/login/wxwork/callback/page.tsx b/dashboard/app/login/wxwork/callback/page.tsx similarity index 100% rename from web/app/login/wxwork/callback/page.tsx rename to dashboard/app/login/wxwork/callback/page.tsx diff --git a/web/components.json b/dashboard/components.json similarity index 100% rename from web/components.json rename to dashboard/components.json diff --git a/web/components/app-sidebar.tsx b/dashboard/components/app-sidebar.tsx similarity index 100% rename from web/components/app-sidebar.tsx rename to dashboard/components/app-sidebar.tsx diff --git a/web/components/auth-provider.tsx b/dashboard/components/auth-provider.tsx similarity index 100% rename from web/components/auth-provider.tsx rename to dashboard/components/auth-provider.tsx diff --git a/web/components/change-password-dialog.tsx b/dashboard/components/change-password-dialog.tsx similarity index 100% rename from web/components/change-password-dialog.tsx rename to dashboard/components/change-password-dialog.tsx diff --git a/web/components/chart-area-interactive.tsx b/dashboard/components/chart-area-interactive.tsx similarity index 100% rename from web/components/chart-area-interactive.tsx rename to dashboard/components/chart-area-interactive.tsx diff --git a/web/components/company-picker.tsx b/dashboard/components/company-picker.tsx similarity index 100% rename from web/components/company-picker.tsx rename to dashboard/components/company-picker.tsx diff --git a/web/components/confirm-provider.tsx b/dashboard/components/confirm-provider.tsx similarity index 100% rename from web/components/confirm-provider.tsx rename to dashboard/components/confirm-provider.tsx diff --git a/web/components/content-editor/convert.ts b/dashboard/components/content-editor/convert.ts similarity index 100% rename from web/components/content-editor/convert.ts rename to dashboard/components/content-editor/convert.ts diff --git a/web/components/content-editor/editor-mode-switch.tsx b/dashboard/components/content-editor/editor-mode-switch.tsx similarity index 100% rename from web/components/content-editor/editor-mode-switch.tsx rename to dashboard/components/content-editor/editor-mode-switch.tsx diff --git a/web/components/content-editor/html-editor.tsx b/dashboard/components/content-editor/html-editor.tsx similarity index 100% rename from web/components/content-editor/html-editor.tsx rename to dashboard/components/content-editor/html-editor.tsx diff --git a/web/components/content-editor/index.tsx b/dashboard/components/content-editor/index.tsx similarity index 100% rename from web/components/content-editor/index.tsx rename to dashboard/components/content-editor/index.tsx diff --git a/web/components/content-editor/markdown-editor.css b/dashboard/components/content-editor/markdown-editor.css similarity index 100% rename from web/components/content-editor/markdown-editor.css rename to dashboard/components/content-editor/markdown-editor.css diff --git a/web/components/content-editor/markdown-editor.tsx b/dashboard/components/content-editor/markdown-editor.tsx similarity index 100% rename from web/components/content-editor/markdown-editor.tsx rename to dashboard/components/content-editor/markdown-editor.tsx diff --git a/web/components/content-editor/toolbar.css b/dashboard/components/content-editor/toolbar.css similarity index 100% rename from web/components/content-editor/toolbar.css rename to dashboard/components/content-editor/toolbar.css diff --git a/web/components/content-editor/toolbar.tsx b/dashboard/components/content-editor/toolbar.tsx similarity index 100% rename from web/components/content-editor/toolbar.tsx rename to dashboard/components/content-editor/toolbar.tsx diff --git a/web/components/content-editor/types.ts b/dashboard/components/content-editor/types.ts similarity index 100% rename from web/components/content-editor/types.ts rename to dashboard/components/content-editor/types.ts diff --git a/web/components/conversation-actions/close-dialog.tsx b/dashboard/components/conversation-actions/close-dialog.tsx similarity index 100% rename from web/components/conversation-actions/close-dialog.tsx rename to dashboard/components/conversation-actions/close-dialog.tsx diff --git a/web/components/conversation-actions/transfer-dialog.tsx b/dashboard/components/conversation-actions/transfer-dialog.tsx similarity index 100% rename from web/components/conversation-actions/transfer-dialog.tsx rename to dashboard/components/conversation-actions/transfer-dialog.tsx diff --git a/web/components/customer-form-dialog.tsx b/dashboard/components/customer-form-dialog.tsx similarity index 100% rename from web/components/customer-form-dialog.tsx rename to dashboard/components/customer-form-dialog.tsx diff --git a/web/components/customer-form.tsx b/dashboard/components/customer-form.tsx similarity index 100% rename from web/components/customer-form.tsx rename to dashboard/components/customer-form.tsx diff --git a/web/components/customer-link-or-create-dialog.tsx b/dashboard/components/customer-link-or-create-dialog.tsx similarity index 100% rename from web/components/customer-link-or-create-dialog.tsx rename to dashboard/components/customer-link-or-create-dialog.tsx diff --git a/web/components/dashboard-placeholder.tsx b/dashboard/components/dashboard-placeholder.tsx similarity index 100% rename from web/components/dashboard-placeholder.tsx rename to dashboard/components/dashboard-placeholder.tsx diff --git a/web/components/data-table.tsx b/dashboard/components/data-table.tsx similarity index 100% rename from web/components/data-table.tsx rename to dashboard/components/data-table.tsx diff --git a/web/components/editor/DESIGN.md b/dashboard/components/editor/DESIGN.md similarity index 100% rename from web/components/editor/DESIGN.md rename to dashboard/components/editor/DESIGN.md diff --git a/web/components/editor/html.tsx b/dashboard/components/editor/html.tsx similarity index 100% rename from web/components/editor/html.tsx rename to dashboard/components/editor/html.tsx diff --git a/web/components/editor/index.tsx b/dashboard/components/editor/index.tsx similarity index 100% rename from web/components/editor/index.tsx rename to dashboard/components/editor/index.tsx diff --git a/web/components/editor/markdown.tsx b/dashboard/components/editor/markdown.tsx similarity index 100% rename from web/components/editor/markdown.tsx rename to dashboard/components/editor/markdown.tsx diff --git a/web/components/editor/toolbar.tsx b/dashboard/components/editor/toolbar.tsx similarity index 100% rename from web/components/editor/toolbar.tsx rename to dashboard/components/editor/toolbar.tsx diff --git a/web/components/editor/types.ts b/dashboard/components/editor/types.ts similarity index 100% rename from web/components/editor/types.ts rename to dashboard/components/editor/types.ts diff --git a/web/components/im-message-editor.tsx b/dashboard/components/im-message-editor.tsx similarity index 100% rename from web/components/im-message-editor.tsx rename to dashboard/components/im-message-editor.tsx diff --git a/web/components/im-message-html.tsx b/dashboard/components/im-message-html.tsx similarity index 100% rename from web/components/im-message-html.tsx rename to dashboard/components/im-message-html.tsx diff --git a/web/components/image-input.tsx b/dashboard/components/image-input.tsx similarity index 100% rename from web/components/image-input.tsx rename to dashboard/components/image-input.tsx diff --git a/web/components/image-lightbox.tsx b/dashboard/components/image-lightbox.tsx similarity index 100% rename from web/components/image-lightbox.tsx rename to dashboard/components/image-lightbox.tsx diff --git a/web/components/json-code-editor.tsx b/dashboard/components/json-code-editor.tsx similarity index 100% rename from web/components/json-code-editor.tsx rename to dashboard/components/json-code-editor.tsx diff --git a/web/components/json-tree-viewer.tsx b/dashboard/components/json-tree-viewer.tsx similarity index 100% rename from web/components/json-tree-viewer.tsx rename to dashboard/components/json-tree-viewer.tsx diff --git a/web/components/json-viewer.tsx b/dashboard/components/json-viewer.tsx similarity index 100% rename from web/components/json-viewer.tsx rename to dashboard/components/json-viewer.tsx diff --git a/web/components/list-pagination.tsx b/dashboard/components/list-pagination.tsx similarity index 100% rename from web/components/list-pagination.tsx rename to dashboard/components/list-pagination.tsx diff --git a/web/components/login-form.tsx b/dashboard/components/login-form.tsx similarity index 100% rename from web/components/login-form.tsx rename to dashboard/components/login-form.tsx diff --git a/web/components/nav-documents.tsx b/dashboard/components/nav-documents.tsx similarity index 100% rename from web/components/nav-documents.tsx rename to dashboard/components/nav-documents.tsx diff --git a/web/components/nav-main.tsx b/dashboard/components/nav-main.tsx similarity index 100% rename from web/components/nav-main.tsx rename to dashboard/components/nav-main.tsx diff --git a/web/components/nav-secondary.tsx b/dashboard/components/nav-secondary.tsx similarity index 100% rename from web/components/nav-secondary.tsx rename to dashboard/components/nav-secondary.tsx diff --git a/web/components/nav-user.tsx b/dashboard/components/nav-user.tsx similarity index 100% rename from web/components/nav-user.tsx rename to dashboard/components/nav-user.tsx diff --git a/web/components/option-combobox.tsx b/dashboard/components/option-combobox.tsx similarity index 100% rename from web/components/option-combobox.tsx rename to dashboard/components/option-combobox.tsx diff --git a/web/components/project-dialog.tsx b/dashboard/components/project-dialog.tsx similarity index 100% rename from web/components/project-dialog.tsx rename to dashboard/components/project-dialog.tsx diff --git a/web/components/realtime-connection-status.tsx b/dashboard/components/realtime-connection-status.tsx similarity index 100% rename from web/components/realtime-connection-status.tsx rename to dashboard/components/realtime-connection-status.tsx diff --git a/web/components/rich-text-editor.tsx b/dashboard/components/rich-text-editor.tsx similarity index 100% rename from web/components/rich-text-editor.tsx rename to dashboard/components/rich-text-editor.tsx diff --git a/web/components/section-cards.tsx b/dashboard/components/section-cards.tsx similarity index 100% rename from web/components/section-cards.tsx rename to dashboard/components/section-cards.tsx diff --git a/web/components/site-header.tsx b/dashboard/components/site-header.tsx similarity index 100% rename from web/components/site-header.tsx rename to dashboard/components/site-header.tsx diff --git a/web/components/theme-provider.tsx b/dashboard/components/theme-provider.tsx similarity index 100% rename from web/components/theme-provider.tsx rename to dashboard/components/theme-provider.tsx diff --git a/web/components/theme-toggle.tsx b/dashboard/components/theme-toggle.tsx similarity index 100% rename from web/components/theme-toggle.tsx rename to dashboard/components/theme-toggle.tsx diff --git a/web/components/ui/avatar.tsx b/dashboard/components/ui/avatar.tsx similarity index 100% rename from web/components/ui/avatar.tsx rename to dashboard/components/ui/avatar.tsx diff --git a/web/components/ui/badge.tsx b/dashboard/components/ui/badge.tsx similarity index 100% rename from web/components/ui/badge.tsx rename to dashboard/components/ui/badge.tsx diff --git a/web/components/ui/breadcrumb.tsx b/dashboard/components/ui/breadcrumb.tsx similarity index 100% rename from web/components/ui/breadcrumb.tsx rename to dashboard/components/ui/breadcrumb.tsx diff --git a/web/components/ui/button-group.tsx b/dashboard/components/ui/button-group.tsx similarity index 100% rename from web/components/ui/button-group.tsx rename to dashboard/components/ui/button-group.tsx diff --git a/web/components/ui/button.tsx b/dashboard/components/ui/button.tsx similarity index 100% rename from web/components/ui/button.tsx rename to dashboard/components/ui/button.tsx diff --git a/web/components/ui/calendar.tsx b/dashboard/components/ui/calendar.tsx similarity index 100% rename from web/components/ui/calendar.tsx rename to dashboard/components/ui/calendar.tsx diff --git a/web/components/ui/card.tsx b/dashboard/components/ui/card.tsx similarity index 100% rename from web/components/ui/card.tsx rename to dashboard/components/ui/card.tsx diff --git a/web/components/ui/chart.tsx b/dashboard/components/ui/chart.tsx similarity index 100% rename from web/components/ui/chart.tsx rename to dashboard/components/ui/chart.tsx diff --git a/web/components/ui/checkbox.tsx b/dashboard/components/ui/checkbox.tsx similarity index 100% rename from web/components/ui/checkbox.tsx rename to dashboard/components/ui/checkbox.tsx diff --git a/web/components/ui/combobox.tsx b/dashboard/components/ui/combobox.tsx similarity index 100% rename from web/components/ui/combobox.tsx rename to dashboard/components/ui/combobox.tsx diff --git a/web/components/ui/command.tsx b/dashboard/components/ui/command.tsx similarity index 100% rename from web/components/ui/command.tsx rename to dashboard/components/ui/command.tsx diff --git a/web/components/ui/context-menu.tsx b/dashboard/components/ui/context-menu.tsx similarity index 100% rename from web/components/ui/context-menu.tsx rename to dashboard/components/ui/context-menu.tsx diff --git a/web/components/ui/dialog.tsx b/dashboard/components/ui/dialog.tsx similarity index 100% rename from web/components/ui/dialog.tsx rename to dashboard/components/ui/dialog.tsx diff --git a/web/components/ui/drawer.tsx b/dashboard/components/ui/drawer.tsx similarity index 100% rename from web/components/ui/drawer.tsx rename to dashboard/components/ui/drawer.tsx diff --git a/web/components/ui/dropdown-menu.tsx b/dashboard/components/ui/dropdown-menu.tsx similarity index 100% rename from web/components/ui/dropdown-menu.tsx rename to dashboard/components/ui/dropdown-menu.tsx diff --git a/web/components/ui/field.tsx b/dashboard/components/ui/field.tsx similarity index 100% rename from web/components/ui/field.tsx rename to dashboard/components/ui/field.tsx diff --git a/web/components/ui/input-group.tsx b/dashboard/components/ui/input-group.tsx similarity index 100% rename from web/components/ui/input-group.tsx rename to dashboard/components/ui/input-group.tsx diff --git a/web/components/ui/input.tsx b/dashboard/components/ui/input.tsx similarity index 100% rename from web/components/ui/input.tsx rename to dashboard/components/ui/input.tsx diff --git a/web/components/ui/label.tsx b/dashboard/components/ui/label.tsx similarity index 100% rename from web/components/ui/label.tsx rename to dashboard/components/ui/label.tsx diff --git a/web/components/ui/menubar.tsx b/dashboard/components/ui/menubar.tsx similarity index 100% rename from web/components/ui/menubar.tsx rename to dashboard/components/ui/menubar.tsx diff --git a/web/components/ui/popover.tsx b/dashboard/components/ui/popover.tsx similarity index 100% rename from web/components/ui/popover.tsx rename to dashboard/components/ui/popover.tsx diff --git a/web/components/ui/resizable.tsx b/dashboard/components/ui/resizable.tsx similarity index 100% rename from web/components/ui/resizable.tsx rename to dashboard/components/ui/resizable.tsx diff --git a/web/components/ui/scroll-area.tsx b/dashboard/components/ui/scroll-area.tsx similarity index 100% rename from web/components/ui/scroll-area.tsx rename to dashboard/components/ui/scroll-area.tsx diff --git a/web/components/ui/select.tsx b/dashboard/components/ui/select.tsx similarity index 100% rename from web/components/ui/select.tsx rename to dashboard/components/ui/select.tsx diff --git a/web/components/ui/separator.tsx b/dashboard/components/ui/separator.tsx similarity index 100% rename from web/components/ui/separator.tsx rename to dashboard/components/ui/separator.tsx diff --git a/web/components/ui/sheet.tsx b/dashboard/components/ui/sheet.tsx similarity index 100% rename from web/components/ui/sheet.tsx rename to dashboard/components/ui/sheet.tsx diff --git a/web/components/ui/sidebar.tsx b/dashboard/components/ui/sidebar.tsx similarity index 100% rename from web/components/ui/sidebar.tsx rename to dashboard/components/ui/sidebar.tsx diff --git a/web/components/ui/skeleton.tsx b/dashboard/components/ui/skeleton.tsx similarity index 100% rename from web/components/ui/skeleton.tsx rename to dashboard/components/ui/skeleton.tsx diff --git a/web/components/ui/sonner.tsx b/dashboard/components/ui/sonner.tsx similarity index 100% rename from web/components/ui/sonner.tsx rename to dashboard/components/ui/sonner.tsx diff --git a/web/components/ui/switch.tsx b/dashboard/components/ui/switch.tsx similarity index 100% rename from web/components/ui/switch.tsx rename to dashboard/components/ui/switch.tsx diff --git a/web/components/ui/table.tsx b/dashboard/components/ui/table.tsx similarity index 100% rename from web/components/ui/table.tsx rename to dashboard/components/ui/table.tsx diff --git a/web/components/ui/tabs.tsx b/dashboard/components/ui/tabs.tsx similarity index 100% rename from web/components/ui/tabs.tsx rename to dashboard/components/ui/tabs.tsx diff --git a/web/components/ui/textarea.tsx b/dashboard/components/ui/textarea.tsx similarity index 100% rename from web/components/ui/textarea.tsx rename to dashboard/components/ui/textarea.tsx diff --git a/web/components/ui/toggle-group.tsx b/dashboard/components/ui/toggle-group.tsx similarity index 100% rename from web/components/ui/toggle-group.tsx rename to dashboard/components/ui/toggle-group.tsx diff --git a/web/components/ui/toggle.tsx b/dashboard/components/ui/toggle.tsx similarity index 100% rename from web/components/ui/toggle.tsx rename to dashboard/components/ui/toggle.tsx diff --git a/web/components/ui/tooltip.tsx b/dashboard/components/ui/tooltip.tsx similarity index 100% rename from web/components/ui/tooltip.tsx rename to dashboard/components/ui/tooltip.tsx diff --git a/web/eslint.config.mjs b/dashboard/eslint.config.mjs similarity index 100% rename from web/eslint.config.mjs rename to dashboard/eslint.config.mjs diff --git a/web/hooks/use-agent-conversation-realtime.ts b/dashboard/hooks/use-agent-conversation-realtime.ts similarity index 100% rename from web/hooks/use-agent-conversation-realtime.ts rename to dashboard/hooks/use-agent-conversation-realtime.ts diff --git a/web/hooks/use-lg-media.ts b/dashboard/hooks/use-lg-media.ts similarity index 100% rename from web/hooks/use-lg-media.ts rename to dashboard/hooks/use-lg-media.ts diff --git a/web/hooks/use-mobile.ts b/dashboard/hooks/use-mobile.ts similarity index 100% rename from web/hooks/use-mobile.ts rename to dashboard/hooks/use-mobile.ts diff --git a/web/lib/api/admin.ts b/dashboard/lib/api/admin.ts similarity index 100% rename from web/lib/api/admin.ts rename to dashboard/lib/api/admin.ts diff --git a/web/lib/api/agent.ts b/dashboard/lib/api/agent.ts similarity index 100% rename from web/lib/api/agent.ts rename to dashboard/lib/api/agent.ts diff --git a/web/lib/api/auth.ts b/dashboard/lib/api/auth.ts similarity index 100% rename from web/lib/api/auth.ts rename to dashboard/lib/api/auth.ts diff --git a/web/lib/api/client.ts b/dashboard/lib/api/client.ts similarity index 100% rename from web/lib/api/client.ts rename to dashboard/lib/api/client.ts diff --git a/web/lib/api/company.ts b/dashboard/lib/api/company.ts similarity index 100% rename from web/lib/api/company.ts rename to dashboard/lib/api/company.ts diff --git a/web/lib/api/customer-contact.ts b/dashboard/lib/api/customer-contact.ts similarity index 100% rename from web/lib/api/customer-contact.ts rename to dashboard/lib/api/customer-contact.ts diff --git a/web/lib/api/customer.ts b/dashboard/lib/api/customer.ts similarity index 100% rename from web/lib/api/customer.ts rename to dashboard/lib/api/customer.ts diff --git a/web/lib/api/dashboard.ts b/dashboard/lib/api/dashboard.ts similarity index 100% rename from web/lib/api/dashboard.ts rename to dashboard/lib/api/dashboard.ts diff --git a/web/lib/api/im.ts b/dashboard/lib/api/im.ts similarity index 100% rename from web/lib/api/im.ts rename to dashboard/lib/api/im.ts diff --git a/web/lib/api/ticket-config.ts b/dashboard/lib/api/ticket-config.ts similarity index 100% rename from web/lib/api/ticket-config.ts rename to dashboard/lib/api/ticket-config.ts diff --git a/web/lib/api/ticket.ts b/dashboard/lib/api/ticket.ts similarity index 100% rename from web/lib/api/ticket.ts rename to dashboard/lib/api/ticket.ts diff --git a/web/lib/api/websocket.ts b/dashboard/lib/api/websocket.ts similarity index 100% rename from web/lib/api/websocket.ts rename to dashboard/lib/api/websocket.ts diff --git a/web/lib/auth.ts b/dashboard/lib/auth.ts similarity index 100% rename from web/lib/auth.ts rename to dashboard/lib/auth.ts diff --git a/web/lib/enums.ts b/dashboard/lib/enums.ts similarity index 100% rename from web/lib/enums.ts rename to dashboard/lib/enums.ts diff --git a/web/lib/generated/enums.ts b/dashboard/lib/generated/enums.ts similarity index 100% rename from web/lib/generated/enums.ts rename to dashboard/lib/generated/enums.ts diff --git a/web/lib/im-message.ts b/dashboard/lib/im-message.ts similarity index 100% rename from web/lib/im-message.ts rename to dashboard/lib/im-message.ts diff --git a/web/lib/navigation.tsx b/dashboard/lib/navigation.tsx similarity index 100% rename from web/lib/navigation.tsx rename to dashboard/lib/navigation.tsx diff --git a/web/lib/services/notification.ts b/dashboard/lib/services/notification.ts similarity index 100% rename from web/lib/services/notification.ts rename to dashboard/lib/services/notification.ts diff --git a/web/lib/stores/agent-conversations.ts b/dashboard/lib/stores/agent-conversations.ts similarity index 100% rename from web/lib/stores/agent-conversations.ts rename to dashboard/lib/stores/agent-conversations.ts diff --git a/web/lib/ticket-priority.ts b/dashboard/lib/ticket-priority.ts similarity index 100% rename from web/lib/ticket-priority.ts rename to dashboard/lib/ticket-priority.ts diff --git a/web/lib/utils.ts b/dashboard/lib/utils.ts similarity index 100% rename from web/lib/utils.ts rename to dashboard/lib/utils.ts diff --git a/web/next.config.ts b/dashboard/next.config.ts similarity index 100% rename from web/next.config.ts rename to dashboard/next.config.ts diff --git a/web/package.json b/dashboard/package.json similarity index 100% rename from web/package.json rename to dashboard/package.json diff --git a/web/pnpm-lock.yaml b/dashboard/pnpm-lock.yaml similarity index 100% rename from web/pnpm-lock.yaml rename to dashboard/pnpm-lock.yaml diff --git a/web/pnpm-workspace.yaml b/dashboard/pnpm-workspace.yaml similarity index 100% rename from web/pnpm-workspace.yaml rename to dashboard/pnpm-workspace.yaml diff --git a/web/postcss.config.mjs b/dashboard/postcss.config.mjs similarity index 100% rename from web/postcss.config.mjs rename to dashboard/postcss.config.mjs diff --git a/web/public/wxwork.svg b/dashboard/public/wxwork.svg similarity index 100% rename from web/public/wxwork.svg rename to dashboard/public/wxwork.svg diff --git a/web/styles/main.scss b/dashboard/styles/main.scss similarity index 100% rename from web/styles/main.scss rename to dashboard/styles/main.scss diff --git a/web/tsconfig.json b/dashboard/tsconfig.json similarity index 100% rename from web/tsconfig.json rename to dashboard/tsconfig.json