@adminide-stack/clock-tik-browser 12.0.17-alpha.0 → 12.0.17-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Validation/Schema.d.ts +54 -0
- package/lib/Validation/Schema.d.ts.map +1 -0
- package/lib/Validation/Schema.js +26 -0
- package/lib/Validation/Schema.js.map +1 -0
- package/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +11 -7
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.js +1 -1
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +56 -91
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +5 -3
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +43 -7
- package/lib/compute.js.map +1 -1
- package/lib/config/env-config.d.ts +17 -0
- package/lib/config/env-config.d.ts.map +1 -0
- package/lib/config/env-config.js +52 -0
- package/lib/config/env-config.js.map +1 -0
- package/lib/{config.d.ts → config/index.d.ts} +2 -13
- package/lib/config/index.d.ts.map +1 -0
- package/lib/pages/ArticlePage/index.d.ts.map +1 -1
- package/lib/pages/ArticlePage/index.js +32 -0
- package/lib/pages/ArticlePage/index.js.map +1 -1
- package/lib/pages/Contact-us/index.d.ts +3 -0
- package/lib/pages/Contact-us/index.d.ts.map +1 -0
- package/lib/pages/Contact-us/index.js +159 -0
- package/lib/pages/Contact-us/index.js.map +1 -0
- package/lib/pages/Feedback/index.d.ts +3 -0
- package/lib/pages/Feedback/index.d.ts.map +1 -0
- package/lib/pages/Feedback/index.js +126 -0
- package/lib/pages/Feedback/index.js.map +1 -0
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +14 -14
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/CaresHero.d.ts +6 -0
- package/lib/pages/HelpCenter/components/CaresHero.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/CaresHero.js +55 -0
- package/lib/pages/HelpCenter/components/CaresHero.js.map +1 -0
- package/lib/pages/HelpCenter/components/CaresLayout.d.ts +11 -0
- package/lib/pages/HelpCenter/components/CaresLayout.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/CaresLayout.js +20 -0
- package/lib/pages/HelpCenter/components/CaresLayout.js.map +1 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +4 -4
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/NeedHelpWithSection.d.ts +6 -0
- package/lib/pages/HelpCenter/components/NeedHelpWithSection.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/NeedHelpWithSection.js +70 -0
- package/lib/pages/HelpCenter/components/NeedHelpWithSection.js.map +1 -0
- package/lib/pages/HelpCenter/components/PopularArticlesGrid.d.ts +8 -0
- package/lib/pages/HelpCenter/components/PopularArticlesGrid.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/PopularArticlesGrid.js +21 -0
- package/lib/pages/HelpCenter/components/PopularArticlesGrid.js.map +1 -0
- package/lib/pages/HelpCenter/components/SupportPlansSection.d.ts +3 -0
- package/lib/pages/HelpCenter/components/SupportPlansSection.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/SupportPlansSection.js +63 -0
- package/lib/pages/HelpCenter/components/SupportPlansSection.js.map +1 -0
- package/lib/pages/HelpCenter/components/SupportServicesSection.d.ts +3 -0
- package/lib/pages/HelpCenter/components/SupportServicesSection.d.ts.map +1 -0
- package/lib/pages/HelpCenter/components/SupportServicesSection.js +61 -0
- package/lib/pages/HelpCenter/components/SupportServicesSection.js.map +1 -0
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +13 -60
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +13 -9
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts +26 -0
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/Assets.js +6 -12
- package/lib/pages/LandingPage/components/Assets.js.map +1 -1
- package/lib/pages/LandingPage/components/BuildingSoftwareScene.d.ts +4 -0
- package/lib/pages/LandingPage/components/BuildingSoftwareScene.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/BuildingSoftwareScene.js +1679 -0
- package/lib/pages/LandingPage/components/BuildingSoftwareScene.js.map +1 -0
- package/lib/pages/LandingPage/components/CodeEditor.d.ts +7 -0
- package/lib/pages/LandingPage/components/CodeEditor.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ControlCard.d.ts +6 -0
- package/lib/pages/LandingPage/components/ControlCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ControlCard.js +98 -0
- package/lib/pages/LandingPage/components/ControlCard.js.map +1 -0
- package/lib/pages/LandingPage/components/DeployButton.d.ts +8 -0
- package/lib/pages/LandingPage/components/DeployButton.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/DeploymentResult.d.ts +6 -0
- package/lib/pages/LandingPage/components/DeploymentResult.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/IconButton.d.ts +8 -0
- package/lib/pages/LandingPage/components/IconButton.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ImageCard.d.ts +13 -0
- package/lib/pages/LandingPage/components/ImageCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ImageCard.js +38 -0
- package/lib/pages/LandingPage/components/ImageCard.js.map +1 -0
- package/lib/pages/LandingPage/components/InfrastructureCard.d.ts +4 -0
- package/lib/pages/LandingPage/components/InfrastructureCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/InfrastructureCard.js +236 -0
- package/lib/pages/LandingPage/components/InfrastructureCard.js.map +1 -0
- package/lib/pages/LandingPage/components/InfrastructureTabs.d.ts +4 -0
- package/lib/pages/LandingPage/components/InfrastructureTabs.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/InfrastructureTabs.js +57 -0
- package/lib/pages/LandingPage/components/InfrastructureTabs.js.map +1 -0
- package/lib/pages/LandingPage/components/Investigation.d.ts +4 -0
- package/lib/pages/LandingPage/components/Investigation.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/InvestigationCard.d.ts +6 -0
- package/lib/pages/LandingPage/components/InvestigationCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/InvestigationCard.js +118 -0
- package/lib/pages/LandingPage/components/InvestigationCard.js.map +1 -0
- package/lib/pages/LandingPage/components/LearningCard.d.ts +9 -0
- package/lib/pages/LandingPage/components/LearningCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/LearningCard.js +22 -0
- package/lib/pages/LandingPage/components/LearningCard.js.map +1 -0
- package/lib/pages/LandingPage/components/MetricsDisplay.d.ts +6 -0
- package/lib/pages/LandingPage/components/MetricsDisplay.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ProfilesCard.d.ts +10 -0
- package/lib/pages/LandingPage/components/ProfilesCard.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ProfilesCard.js +52 -0
- package/lib/pages/LandingPage/components/ProfilesCard.js.map +1 -0
- package/lib/pages/LandingPage/components/Section.d.ts +12 -0
- package/lib/pages/LandingPage/components/Section.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/Section.js +26 -0
- package/lib/pages/LandingPage/components/Section.js.map +1 -0
- package/lib/pages/LandingPage/components/Toast.d.ts +12 -0
- package/lib/pages/LandingPage/components/Toast.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/Toast.js +39 -0
- package/lib/pages/LandingPage/components/Toast.js.map +1 -0
- package/lib/pages/LandingPage/components/ToastContainer.d.ts +13 -0
- package/lib/pages/LandingPage/components/ToastContainer.d.ts.map +1 -0
- package/lib/pages/LandingPage/components/ToastContainer.js +62 -0
- package/lib/pages/LandingPage/components/ToastContainer.js.map +1 -0
- package/lib/pages/LandingPage/components/index.d.ts +16 -0
- package/lib/pages/LandingPage/components/index.d.ts.map +1 -0
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +641 -189
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Privacy/index.d.ts +3 -0
- package/lib/pages/Privacy/index.d.ts.map +1 -0
- package/lib/pages/Privacy/index.js +7590 -0
- package/lib/pages/Privacy/index.js.map +1 -0
- package/lib/pages/Thanks/index.d.ts +2 -0
- package/lib/pages/Thanks/index.d.ts.map +1 -0
- package/lib/pages/Thanks/index.js +56 -0
- package/lib/pages/Thanks/index.js.map +1 -0
- package/lib/routes.json +44 -0
- package/lib/utils/markdownLoader.d.ts +2 -0
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +1590 -1104
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +2 -2
- package/lib/config.d.ts.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +0 -11
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +0 -29
- package/lib/pages/LandingPage/components/ArticleCard.js.map +0 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +0 -16
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +0 -31
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +0 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +0 -11
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +0 -25
- package/lib/pages/LandingPage/components/CategoryCard.js.map +0 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +0 -15
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +0 -24
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +0 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +0 -9
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/HeroSection.js +0 -46
- package/lib/pages/LandingPage/components/HeroSection.js.map +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js +0 -174
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +0 -12
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +0 -30
- package/lib/pages/LandingPage/components/ResourceCard.js.map +0 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +0 -18
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +0 -26
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -0,0 +1,1679 @@
|
|
|
1
|
+
import {jsxs,Fragment,jsx}from'react/jsx-runtime';import {useState}from'react';import {Settings,BarChart3,Calendar,UserCircle,Folder,Globe,Users,FileText,PieChart,Building,Clock,MoreHorizontal,TrendingUp,Search,Plus,Inbox,Send,Trash2,Archive,X,Mail,CheckCircle2,Notebook,Home}from'lucide-react';import {ImageCard}from'./ImageCard.js';import {ProfileCard}from'./ProfilesCard.js';import {ToastContainer}from'./ToastContainer.js';import {Images}from'./Assets.js';const BuildingSoftwareScene = ({
|
|
2
|
+
progress
|
|
3
|
+
}) => {
|
|
4
|
+
const [activePage, setActivePage] = useState(null);
|
|
5
|
+
const getElementProgress = (start, duration = 0.1) => {
|
|
6
|
+
return Math.max(0, Math.min(1, (progress - start) / duration));
|
|
7
|
+
};
|
|
8
|
+
const dashboardProgress = getElementProgress(0, 0.15);
|
|
9
|
+
const cardProgress = getElementProgress(0.35, 0.1);
|
|
10
|
+
const image1Progress = getElementProgress(0.48, 0.08);
|
|
11
|
+
const image2Progress = getElementProgress(0.6, 0.08);
|
|
12
|
+
const image3Progress = getElementProgress(0.63, 0.08);
|
|
13
|
+
// Toast progress values
|
|
14
|
+
const toast1Progress = getElementProgress(0.2, 0.08);
|
|
15
|
+
const toast2Progress = getElementProgress(0.28, 0.08);
|
|
16
|
+
const toast3Progress = getElementProgress(0.42, 0.08);
|
|
17
|
+
const toast4Progress = getElementProgress(0.54, 0.08);
|
|
18
|
+
const toast5Progress = getElementProgress(0.66, 0.08);
|
|
19
|
+
// Hide toasts when scrolling past the hero section (after ~85% progress)
|
|
20
|
+
const toastsVisible = progress < 0.85;
|
|
21
|
+
return jsxs(Fragment, {
|
|
22
|
+
children: [jsx("style", {
|
|
23
|
+
children: `
|
|
24
|
+
@keyframes pulse-red {
|
|
25
|
+
0%, 100% {
|
|
26
|
+
opacity: 1;
|
|
27
|
+
transform: scale(1);
|
|
28
|
+
}
|
|
29
|
+
50% {
|
|
30
|
+
opacity: 0.7;
|
|
31
|
+
transform: scale(1.2);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
@keyframes spectrum-spread {
|
|
35
|
+
0% {
|
|
36
|
+
transform: translate(-50%, -50%) scale(1);
|
|
37
|
+
opacity: 0.8;
|
|
38
|
+
}
|
|
39
|
+
100% {
|
|
40
|
+
transform: translate(-50%, -50%) scale(3);
|
|
41
|
+
opacity: 0;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
.animate-pulse-red {
|
|
45
|
+
animation: pulse-red 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
46
|
+
transform-origin: center center;
|
|
47
|
+
}
|
|
48
|
+
.spectrum-dot {
|
|
49
|
+
position: relative;
|
|
50
|
+
display: inline-block;
|
|
51
|
+
}
|
|
52
|
+
.spectrum-dot::before,
|
|
53
|
+
.spectrum-dot::after {
|
|
54
|
+
content: '';
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 50%;
|
|
57
|
+
left: 50%;
|
|
58
|
+
width: 100%;
|
|
59
|
+
height: 100%;
|
|
60
|
+
border: 1.5px solid #E33A2C;
|
|
61
|
+
border-radius: 50%;
|
|
62
|
+
transform: translate(-50%, -50%) scale(1);
|
|
63
|
+
transform-origin: center center;
|
|
64
|
+
pointer-events: none;
|
|
65
|
+
}
|
|
66
|
+
.spectrum-dot-white::before,
|
|
67
|
+
.spectrum-dot-white::after {
|
|
68
|
+
border-color: white;
|
|
69
|
+
}
|
|
70
|
+
.spectrum-dot::before {
|
|
71
|
+
animation: spectrum-spread 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
72
|
+
}
|
|
73
|
+
.spectrum-dot::after {
|
|
74
|
+
animation: spectrum-spread 2s cubic-bezier(0.4, 0, 0.6, 1) infinite 0.6s;
|
|
75
|
+
}
|
|
76
|
+
`
|
|
77
|
+
}), jsxs("div", {
|
|
78
|
+
className: "w-full max-w-[1200px] mx-auto px-5 relative",
|
|
79
|
+
children: [jsxs("div", {
|
|
80
|
+
className: "relative transition-all duration-500",
|
|
81
|
+
style: {
|
|
82
|
+
opacity: dashboardProgress,
|
|
83
|
+
transform: `translateY(${(1 - dashboardProgress) * 50}px) scale(${0.9 + dashboardProgress * 0.1})`
|
|
84
|
+
},
|
|
85
|
+
children: [jsx("div", {
|
|
86
|
+
className: "rounded-xl overflow-hidden relative",
|
|
87
|
+
style: {
|
|
88
|
+
background: '#FEF3C7',
|
|
89
|
+
boxShadow: '0px 12px 36px -16px rgba(255, 255, 255, 0.20) inset, 0px 32px 44px 0px rgba(0, 0, 0, 0.16)'
|
|
90
|
+
},
|
|
91
|
+
children: jsxs("div", {
|
|
92
|
+
className: "relative",
|
|
93
|
+
children: [jsx("div", {
|
|
94
|
+
className: "mask-border p-[0.75px] z-[1] absolute inset-0",
|
|
95
|
+
style: {
|
|
96
|
+
backgroundImage: 'linear-gradient(to bottom, rgba(255,255,255,0.24), transparent 45%), linear-gradient(to bottom, rgba(255,255,255,0.12), rgba(255,255,255,0.06) 100%)'
|
|
97
|
+
}
|
|
98
|
+
}), jsxs("div", {
|
|
99
|
+
className: "relative rounded-xl overflow-clip bg-white",
|
|
100
|
+
children: [jsxs("div", {
|
|
101
|
+
className: "h-14 flex items-center px-6 gap-4 border-b",
|
|
102
|
+
style: {
|
|
103
|
+
background: '#1F2937',
|
|
104
|
+
borderColor: 'rgba(255, 255, 255, 0.1)'
|
|
105
|
+
},
|
|
106
|
+
children: [jsxs("div", {
|
|
107
|
+
className: "flex items-center gap-2",
|
|
108
|
+
children: [jsx("div", {
|
|
109
|
+
className: "w-7 h-7 rounded bg-gradient-to-br from-[#E33A2C] to-[#F6C945]"
|
|
110
|
+
}), jsx("span", {
|
|
111
|
+
className: "text-base font-semibold text-white",
|
|
112
|
+
children: "Clockbook"
|
|
113
|
+
})]
|
|
114
|
+
}), jsxs("div", {
|
|
115
|
+
className: "flex-1 flex items-center gap-6 ml-8",
|
|
116
|
+
children: [jsx("span", {
|
|
117
|
+
className: "text-sm text-white/80 hover:text-white cursor-pointer",
|
|
118
|
+
children: "Home"
|
|
119
|
+
}), jsx("span", {
|
|
120
|
+
className: "text-sm text-white/80 hover:text-white cursor-pointer",
|
|
121
|
+
children: "Getting Started"
|
|
122
|
+
})]
|
|
123
|
+
}), jsxs("div", {
|
|
124
|
+
className: "flex items-center gap-2",
|
|
125
|
+
children: [jsx(Settings, {
|
|
126
|
+
className: "w-4 h-4 text-white/60"
|
|
127
|
+
}), jsxs("div", {
|
|
128
|
+
className: "relative",
|
|
129
|
+
children: [jsx("div", {
|
|
130
|
+
className: "w-6 h-6 rounded-full bg-gradient-to-br from-blue-400 to-purple-500 flex items-center justify-center text-xs text-white font-medium",
|
|
131
|
+
children: "CB"
|
|
132
|
+
}), jsx("div", {
|
|
133
|
+
className: "spectrum-dot spectrum-dot-white absolute -top-0.5 -right-0.5 w-2.5 h-2.5 rounded-full bg-white animate-pulse-red"
|
|
134
|
+
})]
|
|
135
|
+
})]
|
|
136
|
+
})]
|
|
137
|
+
}), jsx("div", {
|
|
138
|
+
className: "absolute top-16 right-6",
|
|
139
|
+
children: jsxs("button", {
|
|
140
|
+
className: "px-4 py-2 bg-[#E33A2C] text-white text-sm font-medium rounded-md hover:bg-[#c82f23] transition-colors flex items-center gap-2 relative",
|
|
141
|
+
children: [jsx("span", {
|
|
142
|
+
children: "+ New Dashboard"
|
|
143
|
+
}), jsx("div", {
|
|
144
|
+
className: "spectrum-dot spectrum-dot-white absolute -top-1 -right-1 w-2.5 h-2.5 rounded-full bg-white animate-pulse-red"
|
|
145
|
+
})]
|
|
146
|
+
})
|
|
147
|
+
}), jsxs("div", {
|
|
148
|
+
className: "flex h-[560px]",
|
|
149
|
+
children: [jsxs("div", {
|
|
150
|
+
className: "w-14 flex flex-col items-center py-4 gap-3 border-r",
|
|
151
|
+
style: {
|
|
152
|
+
background: '#1F2937',
|
|
153
|
+
borderColor: 'rgba(255, 255, 255, 0.1)'
|
|
154
|
+
},
|
|
155
|
+
children: [jsx("div", {
|
|
156
|
+
className: "w-8 h-8 rounded-lg bg-[#E33A2C] cursor-pointer flex items-center justify-center",
|
|
157
|
+
onClick: () => setActivePage('dashboard'),
|
|
158
|
+
children: jsx(BarChart3, {
|
|
159
|
+
className: "w-4 h-4 text-white"
|
|
160
|
+
})
|
|
161
|
+
}), jsxs("div", {
|
|
162
|
+
className: "relative",
|
|
163
|
+
children: [jsx(Calendar, {
|
|
164
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
165
|
+
}), jsx("div", {
|
|
166
|
+
className: "spectrum-dot absolute -top-0.5 -right-0.5 w-2.5 h-2.5 rounded-full bg-[#E33A2C] animate-pulse-red cursor-pointer z-10",
|
|
167
|
+
onClick: e => {
|
|
168
|
+
e.stopPropagation();
|
|
169
|
+
setActivePage('home');
|
|
170
|
+
}
|
|
171
|
+
})]
|
|
172
|
+
}), jsx(UserCircle, {
|
|
173
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
174
|
+
}), jsxs("div", {
|
|
175
|
+
className: "relative",
|
|
176
|
+
children: [jsx(Folder, {
|
|
177
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
178
|
+
}), jsx("div", {
|
|
179
|
+
className: "spectrum-dot absolute -top-0.5 -right-0.5 w-2.5 h-2.5 rounded-full bg-[#E33A2C] animate-pulse-red cursor-pointer z-10",
|
|
180
|
+
onClick: e => {
|
|
181
|
+
e.stopPropagation();
|
|
182
|
+
setActivePage('mail');
|
|
183
|
+
}
|
|
184
|
+
})]
|
|
185
|
+
}), jsx(Globe, {
|
|
186
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
187
|
+
}), jsx(Settings, {
|
|
188
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
189
|
+
}), jsxs("div", {
|
|
190
|
+
className: "relative",
|
|
191
|
+
children: [jsx(Users, {
|
|
192
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
193
|
+
}), jsx("div", {
|
|
194
|
+
className: "spectrum-dot absolute -top-0.5 -right-0.5 w-2.5 h-2.5 rounded-full bg-[#E33A2C] animate-pulse-red cursor-pointer z-10",
|
|
195
|
+
onClick: e => {
|
|
196
|
+
e.stopPropagation();
|
|
197
|
+
setActivePage('chats');
|
|
198
|
+
}
|
|
199
|
+
})]
|
|
200
|
+
}), jsx(FileText, {
|
|
201
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
202
|
+
}), jsx(PieChart, {
|
|
203
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
204
|
+
}), jsx(Building, {
|
|
205
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
206
|
+
}), jsxs("div", {
|
|
207
|
+
className: "relative",
|
|
208
|
+
children: [jsx(Clock, {
|
|
209
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
210
|
+
}), jsx("div", {
|
|
211
|
+
className: "spectrum-dot absolute -top-0.5 -right-0.5 w-2.5 h-2.5 rounded-full bg-[#E33A2C] animate-pulse-red cursor-pointer z-10",
|
|
212
|
+
onClick: e => {
|
|
213
|
+
e.stopPropagation();
|
|
214
|
+
setActivePage('search');
|
|
215
|
+
}
|
|
216
|
+
})]
|
|
217
|
+
}), jsx(MoreHorizontal, {
|
|
218
|
+
className: "w-5 h-5 text-white/60 cursor-pointer hover:text-white"
|
|
219
|
+
})]
|
|
220
|
+
}), jsx("div", {
|
|
221
|
+
className: "flex-1 bg-white p-8 overflow-y-auto",
|
|
222
|
+
children: activePage ? jsx(PageView, {
|
|
223
|
+
page: activePage,
|
|
224
|
+
onClose: () => setActivePage(null)
|
|
225
|
+
}) : jsxs(Fragment, {
|
|
226
|
+
children: [jsxs("div", {
|
|
227
|
+
className: "flex gap-6 mb-6 border-b",
|
|
228
|
+
children: [jsx("div", {
|
|
229
|
+
className: "pb-2 border-b-2 border-[#E33A2C]",
|
|
230
|
+
children: jsx("span", {
|
|
231
|
+
className: "text-sm font-medium text-gray-900",
|
|
232
|
+
children: "My Dashboard"
|
|
233
|
+
})
|
|
234
|
+
}), jsxs("div", {
|
|
235
|
+
className: "pb-2 relative",
|
|
236
|
+
children: [jsx("span", {
|
|
237
|
+
className: "text-sm font-medium text-gray-600",
|
|
238
|
+
children: "Productivity"
|
|
239
|
+
}), jsx("div", {
|
|
240
|
+
className: "spectrum-dot absolute top-0 right-0 w-2 h-2 rounded-full bg-[#E33A2C] animate-pulse-red cursor-pointer z-10",
|
|
241
|
+
onClick: e => {
|
|
242
|
+
e.stopPropagation();
|
|
243
|
+
setActivePage('productivity');
|
|
244
|
+
}
|
|
245
|
+
})]
|
|
246
|
+
}), jsx("div", {
|
|
247
|
+
className: "pb-2",
|
|
248
|
+
children: jsx("span", {
|
|
249
|
+
className: "text-sm font-medium text-gray-600",
|
|
250
|
+
children: "Collaboration"
|
|
251
|
+
})
|
|
252
|
+
})]
|
|
253
|
+
}), jsxs("div", {
|
|
254
|
+
className: "grid grid-cols-4 gap-4 mb-6",
|
|
255
|
+
children: [jsxs("div", {
|
|
256
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
257
|
+
children: [jsx("div", {
|
|
258
|
+
className: "text-xs text-gray-500 mb-1",
|
|
259
|
+
children: "New Customers"
|
|
260
|
+
}), jsx("div", {
|
|
261
|
+
className: "text-xl font-semibold text-gray-900",
|
|
262
|
+
children: "25.42k"
|
|
263
|
+
}), jsxs("div", {
|
|
264
|
+
className: "flex items-center gap-1 mt-1",
|
|
265
|
+
children: [jsx(TrendingUp, {
|
|
266
|
+
className: "w-3 h-3 text-green-500"
|
|
267
|
+
}), jsx("span", {
|
|
268
|
+
className: "text-xs text-green-500",
|
|
269
|
+
children: "36.6%"
|
|
270
|
+
})]
|
|
271
|
+
})]
|
|
272
|
+
}), jsxs("div", {
|
|
273
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
274
|
+
children: [jsx("div", {
|
|
275
|
+
className: "text-xs text-gray-500 mb-1",
|
|
276
|
+
children: "New Revenue"
|
|
277
|
+
}), jsx("div", {
|
|
278
|
+
className: "text-xl font-semibold text-gray-900",
|
|
279
|
+
children: "3.51M"
|
|
280
|
+
}), jsxs("div", {
|
|
281
|
+
className: "flex items-center gap-1 mt-1",
|
|
282
|
+
children: [jsx(TrendingUp, {
|
|
283
|
+
className: "w-3 h-3 text-green-500"
|
|
284
|
+
}), jsx("span", {
|
|
285
|
+
className: "text-xs text-green-500",
|
|
286
|
+
children: "18.7%"
|
|
287
|
+
})]
|
|
288
|
+
})]
|
|
289
|
+
}), jsxs("div", {
|
|
290
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
291
|
+
children: [jsx("div", {
|
|
292
|
+
className: "text-xs text-gray-500 mb-1",
|
|
293
|
+
children: "Net MRR"
|
|
294
|
+
}), jsx("div", {
|
|
295
|
+
className: "text-xl font-semibold text-gray-900",
|
|
296
|
+
children: "46.82M"
|
|
297
|
+
}), jsxs("div", {
|
|
298
|
+
className: "flex items-center gap-1 mt-1",
|
|
299
|
+
children: [jsx(TrendingUp, {
|
|
300
|
+
className: "w-3 h-3 text-green-500"
|
|
301
|
+
}), jsx("span", {
|
|
302
|
+
className: "text-xs text-green-500",
|
|
303
|
+
children: "36.6%"
|
|
304
|
+
})]
|
|
305
|
+
})]
|
|
306
|
+
}), jsxs("div", {
|
|
307
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
308
|
+
children: [jsx("div", {
|
|
309
|
+
className: "text-xs text-gray-500 mb-1",
|
|
310
|
+
children: "Net Cancellation"
|
|
311
|
+
}), jsx("div", {
|
|
312
|
+
className: "text-xl font-semibold text-gray-900",
|
|
313
|
+
children: "14.93k"
|
|
314
|
+
}), jsxs("div", {
|
|
315
|
+
className: "flex items-center gap-1 mt-1",
|
|
316
|
+
children: [jsx(TrendingUp, {
|
|
317
|
+
className: "w-3 h-3 text-red-500 rotate-180"
|
|
318
|
+
}), jsx("span", {
|
|
319
|
+
className: "text-xs text-red-500",
|
|
320
|
+
children: "-0.74%"
|
|
321
|
+
})]
|
|
322
|
+
})]
|
|
323
|
+
})]
|
|
324
|
+
}), jsxs("div", {
|
|
325
|
+
className: "grid grid-cols-2 gap-4",
|
|
326
|
+
children: [jsxs("div", {
|
|
327
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
328
|
+
children: [jsx("div", {
|
|
329
|
+
className: "text-sm font-semibold text-gray-900 mb-3",
|
|
330
|
+
children: "Leads - MQL to SQL"
|
|
331
|
+
}), jsx("div", {
|
|
332
|
+
className: "h-32 bg-gradient-to-t from-blue-50 to-transparent rounded flex items-end justify-center",
|
|
333
|
+
children: jsx("div", {
|
|
334
|
+
className: "text-xs text-gray-500",
|
|
335
|
+
children: "Chart visualization"
|
|
336
|
+
})
|
|
337
|
+
})]
|
|
338
|
+
}), jsxs("div", {
|
|
339
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
340
|
+
children: [jsx("div", {
|
|
341
|
+
className: "text-sm font-semibold text-gray-900 mb-3",
|
|
342
|
+
children: "Cash Flow Monthly Trend"
|
|
343
|
+
}), jsx("div", {
|
|
344
|
+
className: "h-32 bg-gradient-to-t from-green-50 to-transparent rounded flex items-end justify-center",
|
|
345
|
+
children: jsx("div", {
|
|
346
|
+
className: "text-xs text-gray-500",
|
|
347
|
+
children: "Chart visualization"
|
|
348
|
+
})
|
|
349
|
+
})]
|
|
350
|
+
})]
|
|
351
|
+
})]
|
|
352
|
+
})
|
|
353
|
+
})]
|
|
354
|
+
}), jsxs("div", {
|
|
355
|
+
className: "h-10 flex items-center px-4 gap-4 border-t",
|
|
356
|
+
style: {
|
|
357
|
+
background: '#F3F4F6',
|
|
358
|
+
borderColor: 'rgba(0, 0, 0, 0.1)'
|
|
359
|
+
},
|
|
360
|
+
children: [jsxs("div", {
|
|
361
|
+
className: "relative",
|
|
362
|
+
children: [jsx("span", {
|
|
363
|
+
className: "text-xs text-gray-600 font-medium cursor-pointer hover:text-gray-900",
|
|
364
|
+
children: "Chats"
|
|
365
|
+
}), jsx("div", {
|
|
366
|
+
className: "spectrum-dot absolute -top-0.5 -right-0.5 w-2.5 h-2.5 rounded-full bg-[#E33A2C] animate-pulse-red cursor-pointer z-10",
|
|
367
|
+
onClick: e => {
|
|
368
|
+
e.stopPropagation();
|
|
369
|
+
setActivePage('chats');
|
|
370
|
+
}
|
|
371
|
+
})]
|
|
372
|
+
}), jsx("span", {
|
|
373
|
+
className: "text-xs text-gray-500 cursor-pointer hover:text-gray-700",
|
|
374
|
+
children: "Channels"
|
|
375
|
+
}), jsx("span", {
|
|
376
|
+
className: "text-xs text-gray-500 cursor-pointer hover:text-gray-700",
|
|
377
|
+
children: "Contacts"
|
|
378
|
+
}), jsx("div", {
|
|
379
|
+
className: "flex-1 flex items-center justify-center",
|
|
380
|
+
children: jsxs("div", {
|
|
381
|
+
className: "relative w-full max-w-md",
|
|
382
|
+
children: [jsx("input", {
|
|
383
|
+
type: "text",
|
|
384
|
+
placeholder: "Here is your Smart Chat (Ctrl+Space)",
|
|
385
|
+
className: "w-full px-3 py-1.5 text-xs bg-white border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-[#E33A2C]/20 focus:border-[#E33A2C]"
|
|
386
|
+
}), jsx("div", {
|
|
387
|
+
className: "spectrum-dot absolute -top-0.5 -right-1 w-2.5 h-2.5 rounded-full bg-[#E33A2C] animate-pulse-red cursor-pointer z-10",
|
|
388
|
+
onClick: e => {
|
|
389
|
+
e.stopPropagation();
|
|
390
|
+
setActivePage('notebook');
|
|
391
|
+
}
|
|
392
|
+
})]
|
|
393
|
+
})
|
|
394
|
+
}), jsxs("div", {
|
|
395
|
+
className: "relative",
|
|
396
|
+
children: [jsx(FileText, {
|
|
397
|
+
className: "w-4 h-4 text-gray-500 cursor-pointer hover:text-gray-700"
|
|
398
|
+
}), jsx("div", {
|
|
399
|
+
className: "spectrum-dot absolute -top-0.5 -right-0.5 w-2.5 h-2.5 rounded-full bg-[#E33A2C] animate-pulse-red cursor-pointer z-10",
|
|
400
|
+
onClick: e => {
|
|
401
|
+
e.stopPropagation();
|
|
402
|
+
setActivePage('notebook');
|
|
403
|
+
}
|
|
404
|
+
})]
|
|
405
|
+
})]
|
|
406
|
+
})]
|
|
407
|
+
})]
|
|
408
|
+
})
|
|
409
|
+
}), jsx(ProfileCard, {
|
|
410
|
+
name: "Sarah Chen",
|
|
411
|
+
role: "Frontend Developer",
|
|
412
|
+
avatarGradient: "bg-gradient-to-br from-purple-400 to-pink-500",
|
|
413
|
+
progress: cardProgress,
|
|
414
|
+
className: "-bottom-16 left-8 w-64"
|
|
415
|
+
}), jsx(ImageCard, {
|
|
416
|
+
width: "50%",
|
|
417
|
+
height: "auto",
|
|
418
|
+
gradient: "linear-gradient(135deg, #667eea 0%, #764ba2 100%)",
|
|
419
|
+
progress: image1Progress,
|
|
420
|
+
className: "top-12 -left-16 z-999",
|
|
421
|
+
iconSize: "w-14 h-14",
|
|
422
|
+
imageUrl: Images.clockbook.analytics,
|
|
423
|
+
alt: "Clockbook Analytics Dashboard"
|
|
424
|
+
}), jsx(ImageCard, {
|
|
425
|
+
width: "50%",
|
|
426
|
+
height: "auto",
|
|
427
|
+
gradient: "linear-gradient(135deg, #f093fb 0%, #f5576c 100%)",
|
|
428
|
+
progress: image2Progress,
|
|
429
|
+
className: "top-10 right-20 z-999",
|
|
430
|
+
iconSize: "w-8 h-8",
|
|
431
|
+
imageUrl: Images.clockbook.collaboration,
|
|
432
|
+
alt: "Clockbook Collaboration Tools"
|
|
433
|
+
}), jsx(ImageCard, {
|
|
434
|
+
width: "50%",
|
|
435
|
+
height: "auto",
|
|
436
|
+
gradient: "linear-gradient(135deg, #fa709a 0%, #fee140 100%)",
|
|
437
|
+
progress: image3Progress,
|
|
438
|
+
className: "bottom-10 right-4 z-999",
|
|
439
|
+
iconSize: "w-10 h-10",
|
|
440
|
+
imageUrl: Images.clockbook.finance,
|
|
441
|
+
alt: "Clockbook Finance Management"
|
|
442
|
+
})]
|
|
443
|
+
}), jsx(ToastContainer, {
|
|
444
|
+
isVisible: toastsVisible,
|
|
445
|
+
toastProgresses: {
|
|
446
|
+
toast1: toast1Progress,
|
|
447
|
+
toast2: toast2Progress,
|
|
448
|
+
toast3: toast3Progress,
|
|
449
|
+
toast4: toast4Progress,
|
|
450
|
+
toast5: toast5Progress
|
|
451
|
+
}
|
|
452
|
+
})]
|
|
453
|
+
})]
|
|
454
|
+
});
|
|
455
|
+
};
|
|
456
|
+
// Page View Component
|
|
457
|
+
function PageView({
|
|
458
|
+
page,
|
|
459
|
+
onClose
|
|
460
|
+
}) {
|
|
461
|
+
const pageConfig = {
|
|
462
|
+
productivity: {
|
|
463
|
+
title: 'Productivity',
|
|
464
|
+
icon: TrendingUp,
|
|
465
|
+
content: jsxs("div", {
|
|
466
|
+
className: "grid grid-cols-2 gap-6",
|
|
467
|
+
children: [jsxs("div", {
|
|
468
|
+
className: "bg-white border border-gray-200 rounded-lg p-6",
|
|
469
|
+
children: [jsx("div", {
|
|
470
|
+
className: "flex items-center justify-between mb-4",
|
|
471
|
+
children: jsxs("div", {
|
|
472
|
+
className: "flex items-center gap-2",
|
|
473
|
+
children: [jsx(CheckCircle2, {
|
|
474
|
+
className: "w-5 h-5 text-green-500"
|
|
475
|
+
}), jsx("h3", {
|
|
476
|
+
className: "text-lg font-semibold text-gray-900",
|
|
477
|
+
children: "My Tasks (Projects)"
|
|
478
|
+
})]
|
|
479
|
+
})
|
|
480
|
+
}), jsxs("div", {
|
|
481
|
+
className: "space-y-3",
|
|
482
|
+
children: [jsxs("div", {
|
|
483
|
+
className: "flex items-start gap-3 p-3 bg-gray-50 rounded-lg",
|
|
484
|
+
children: [jsx("input", {
|
|
485
|
+
type: "checkbox",
|
|
486
|
+
className: "w-4 h-4 mt-1",
|
|
487
|
+
defaultChecked: true
|
|
488
|
+
}), jsxs("div", {
|
|
489
|
+
className: "flex-1",
|
|
490
|
+
children: [jsx("div", {
|
|
491
|
+
className: "text-xs text-blue-600 bg-blue-50 px-2 py-0.5 rounded inline-block mb-1",
|
|
492
|
+
children: "In Progress"
|
|
493
|
+
}), jsx("div", {
|
|
494
|
+
className: "text-sm font-medium text-gray-900 mt-1",
|
|
495
|
+
children: "Create an enhancement list based on feedback"
|
|
496
|
+
}), jsx("div", {
|
|
497
|
+
className: "text-xs text-gray-500 mt-1",
|
|
498
|
+
children: "Website Development"
|
|
499
|
+
})]
|
|
500
|
+
})]
|
|
501
|
+
}), jsxs("div", {
|
|
502
|
+
className: "flex items-start gap-3 p-3 bg-gray-50 rounded-lg",
|
|
503
|
+
children: [jsx("input", {
|
|
504
|
+
type: "checkbox",
|
|
505
|
+
className: "w-4 h-4 mt-1"
|
|
506
|
+
}), jsxs("div", {
|
|
507
|
+
className: "flex-1",
|
|
508
|
+
children: [jsx("div", {
|
|
509
|
+
className: "text-xs text-blue-600 bg-blue-50 px-2 py-0.5 rounded inline-block mb-1",
|
|
510
|
+
children: "In Progress"
|
|
511
|
+
}), jsx("div", {
|
|
512
|
+
className: "text-sm font-medium text-gray-900 mt-1",
|
|
513
|
+
children: "Review and approve design mockups"
|
|
514
|
+
}), jsx("div", {
|
|
515
|
+
className: "text-xs text-gray-500 mt-1",
|
|
516
|
+
children: "UI/UX Project"
|
|
517
|
+
})]
|
|
518
|
+
})]
|
|
519
|
+
}), jsxs("div", {
|
|
520
|
+
className: "flex items-start gap-3 p-3 bg-gray-50 rounded-lg",
|
|
521
|
+
children: [jsx("input", {
|
|
522
|
+
type: "checkbox",
|
|
523
|
+
className: "w-4 h-4 mt-1"
|
|
524
|
+
}), jsxs("div", {
|
|
525
|
+
className: "flex-1",
|
|
526
|
+
children: [jsx("div", {
|
|
527
|
+
className: "text-xs text-blue-600 bg-blue-50 px-2 py-0.5 rounded inline-block mb-1",
|
|
528
|
+
children: "In Progress"
|
|
529
|
+
}), jsx("div", {
|
|
530
|
+
className: "text-sm font-medium text-gray-900 mt-1",
|
|
531
|
+
children: "Update project documentation"
|
|
532
|
+
}), jsx("div", {
|
|
533
|
+
className: "text-xs text-gray-500 mt-1",
|
|
534
|
+
children: "Product Management"
|
|
535
|
+
})]
|
|
536
|
+
})]
|
|
537
|
+
})]
|
|
538
|
+
})]
|
|
539
|
+
}), jsxs("div", {
|
|
540
|
+
className: "bg-white border border-gray-200 rounded-lg p-6",
|
|
541
|
+
children: [jsxs("div", {
|
|
542
|
+
className: "flex items-center justify-between mb-4",
|
|
543
|
+
children: [jsxs("div", {
|
|
544
|
+
className: "flex items-center gap-2",
|
|
545
|
+
children: [jsx(Mail, {
|
|
546
|
+
className: "w-5 h-5 text-gray-600"
|
|
547
|
+
}), jsx("h3", {
|
|
548
|
+
className: "text-lg font-semibold text-gray-900",
|
|
549
|
+
children: "All Mails"
|
|
550
|
+
})]
|
|
551
|
+
}), jsxs("div", {
|
|
552
|
+
className: "flex items-center gap-2",
|
|
553
|
+
children: [jsx("select", {
|
|
554
|
+
className: "text-xs border border-gray-300 rounded px-2 py-1",
|
|
555
|
+
children: jsx("option", {
|
|
556
|
+
children: "Inbox"
|
|
557
|
+
})
|
|
558
|
+
}), jsx(MoreHorizontal, {
|
|
559
|
+
className: "w-4 h-4 text-gray-400"
|
|
560
|
+
})]
|
|
561
|
+
})]
|
|
562
|
+
}), jsxs("div", {
|
|
563
|
+
className: "space-y-2",
|
|
564
|
+
children: [jsxs("div", {
|
|
565
|
+
className: "flex items-start gap-3 p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
566
|
+
children: [jsx("div", {
|
|
567
|
+
className: "w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white text-xs font-medium mt-0.5",
|
|
568
|
+
children: "DS"
|
|
569
|
+
}), jsxs("div", {
|
|
570
|
+
className: "flex-1 min-w-0",
|
|
571
|
+
children: [jsx("div", {
|
|
572
|
+
className: "text-sm font-medium text-gray-900 truncate",
|
|
573
|
+
children: "Darrell Steward"
|
|
574
|
+
}), jsx("div", {
|
|
575
|
+
className: "text-xs text-gray-600 truncate",
|
|
576
|
+
children: "Project update required - Q4 planning"
|
|
577
|
+
}), jsx("div", {
|
|
578
|
+
className: "text-xs text-gray-400 mt-0.5",
|
|
579
|
+
children: "Today"
|
|
580
|
+
})]
|
|
581
|
+
})]
|
|
582
|
+
}), jsxs("div", {
|
|
583
|
+
className: "flex items-start gap-3 p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
584
|
+
children: [jsx("div", {
|
|
585
|
+
className: "w-8 h-8 rounded-full bg-purple-500 flex items-center justify-center text-white text-xs font-medium mt-0.5",
|
|
586
|
+
children: "AM"
|
|
587
|
+
}), jsxs("div", {
|
|
588
|
+
className: "flex-1 min-w-0",
|
|
589
|
+
children: [jsx("div", {
|
|
590
|
+
className: "text-sm font-medium text-gray-900 truncate",
|
|
591
|
+
children: "Arlene McCoy"
|
|
592
|
+
}), jsx("div", {
|
|
593
|
+
className: "text-xs text-gray-600 truncate",
|
|
594
|
+
children: "Meeting scheduled for next week"
|
|
595
|
+
}), jsx("div", {
|
|
596
|
+
className: "text-xs text-gray-400 mt-0.5",
|
|
597
|
+
children: "Today"
|
|
598
|
+
})]
|
|
599
|
+
})]
|
|
600
|
+
}), jsxs("div", {
|
|
601
|
+
className: "flex items-start gap-3 p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
602
|
+
children: [jsx("div", {
|
|
603
|
+
className: "w-8 h-8 rounded-full bg-green-500 flex items-center justify-center text-white text-xs font-medium mt-0.5",
|
|
604
|
+
children: "FM"
|
|
605
|
+
}), jsxs("div", {
|
|
606
|
+
className: "flex-1 min-w-0",
|
|
607
|
+
children: [jsx("div", {
|
|
608
|
+
className: "text-sm font-medium text-gray-900 truncate",
|
|
609
|
+
children: "Floyd Miles"
|
|
610
|
+
}), jsx("div", {
|
|
611
|
+
className: "text-xs text-gray-600 truncate",
|
|
612
|
+
children: "Budget approval needed"
|
|
613
|
+
}), jsx("div", {
|
|
614
|
+
className: "text-xs text-gray-400 mt-0.5",
|
|
615
|
+
children: "Today"
|
|
616
|
+
})]
|
|
617
|
+
})]
|
|
618
|
+
})]
|
|
619
|
+
})]
|
|
620
|
+
}), jsxs("div", {
|
|
621
|
+
className: "bg-white border border-gray-200 rounded-lg p-6",
|
|
622
|
+
children: [jsxs("div", {
|
|
623
|
+
className: "flex items-center gap-2 mb-4",
|
|
624
|
+
children: [jsx(FileText, {
|
|
625
|
+
className: "w-5 h-5 text-gray-600"
|
|
626
|
+
}), jsx("h3", {
|
|
627
|
+
className: "text-lg font-semibold text-gray-900",
|
|
628
|
+
children: "Recent Files"
|
|
629
|
+
})]
|
|
630
|
+
}), jsxs("div", {
|
|
631
|
+
className: "space-y-3",
|
|
632
|
+
children: [jsxs("div", {
|
|
633
|
+
className: "flex items-center justify-between p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
634
|
+
children: [jsxs("div", {
|
|
635
|
+
className: "flex items-center gap-3",
|
|
636
|
+
children: [jsx(FileText, {
|
|
637
|
+
className: "w-5 h-5 text-blue-500"
|
|
638
|
+
}), jsxs("div", {
|
|
639
|
+
children: [jsx("div", {
|
|
640
|
+
className: "text-sm font-medium text-gray-900",
|
|
641
|
+
children: "Blog Details Content"
|
|
642
|
+
}), jsx("div", {
|
|
643
|
+
className: "text-xs text-gray-500",
|
|
644
|
+
children: "Last Opened by You"
|
|
645
|
+
})]
|
|
646
|
+
})]
|
|
647
|
+
}), jsx("div", {
|
|
648
|
+
className: "text-xs text-gray-400",
|
|
649
|
+
children: "16 Jun"
|
|
650
|
+
})]
|
|
651
|
+
}), jsxs("div", {
|
|
652
|
+
className: "flex items-center justify-between p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
653
|
+
children: [jsxs("div", {
|
|
654
|
+
className: "flex items-center gap-3",
|
|
655
|
+
children: [jsx(FileText, {
|
|
656
|
+
className: "w-5 h-5 text-green-500"
|
|
657
|
+
}), jsxs("div", {
|
|
658
|
+
children: [jsx("div", {
|
|
659
|
+
className: "text-sm font-medium text-gray-900",
|
|
660
|
+
children: "Attendance sheet"
|
|
661
|
+
}), jsx("div", {
|
|
662
|
+
className: "text-xs text-gray-500",
|
|
663
|
+
children: "Last Opened by You"
|
|
664
|
+
})]
|
|
665
|
+
})]
|
|
666
|
+
}), jsx("div", {
|
|
667
|
+
className: "text-xs text-gray-400",
|
|
668
|
+
children: "27 Aug"
|
|
669
|
+
})]
|
|
670
|
+
}), jsxs("div", {
|
|
671
|
+
className: "flex items-center justify-between p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
672
|
+
children: [jsxs("div", {
|
|
673
|
+
className: "flex items-center gap-3",
|
|
674
|
+
children: [jsx(FileText, {
|
|
675
|
+
className: "w-5 h-5 text-purple-500"
|
|
676
|
+
}), jsxs("div", {
|
|
677
|
+
children: [jsx("div", {
|
|
678
|
+
className: "text-sm font-medium text-gray-900",
|
|
679
|
+
children: "Website Header Graphic"
|
|
680
|
+
}), jsx("div", {
|
|
681
|
+
className: "text-xs text-gray-500",
|
|
682
|
+
children: "Last Opened by You"
|
|
683
|
+
})]
|
|
684
|
+
})]
|
|
685
|
+
}), jsx("div", {
|
|
686
|
+
className: "text-xs text-gray-400",
|
|
687
|
+
children: "16 Aug"
|
|
688
|
+
})]
|
|
689
|
+
})]
|
|
690
|
+
})]
|
|
691
|
+
}), jsxs("div", {
|
|
692
|
+
className: "bg-white border border-gray-200 rounded-lg p-6",
|
|
693
|
+
children: [jsxs("div", {
|
|
694
|
+
className: "flex items-center gap-2 mb-4",
|
|
695
|
+
children: [jsx(PieChart, {
|
|
696
|
+
className: "w-5 h-5 text-gray-600"
|
|
697
|
+
}), jsx("h3", {
|
|
698
|
+
className: "text-lg font-semibold text-gray-900",
|
|
699
|
+
children: "My Top Expenses"
|
|
700
|
+
})]
|
|
701
|
+
}), jsx("div", {
|
|
702
|
+
className: "flex items-center justify-center h-48 bg-gray-50 rounded-lg mb-4",
|
|
703
|
+
children: jsxs("div", {
|
|
704
|
+
className: "text-center",
|
|
705
|
+
children: [jsx("div", {
|
|
706
|
+
className: "w-32 h-32 rounded-full border-8 border-orange-300 border-t-orange-500 border-r-blue-500 border-b-green-500 border-l-purple-500 mb-4 mx-auto"
|
|
707
|
+
}), jsx("div", {
|
|
708
|
+
className: "text-xs text-gray-500",
|
|
709
|
+
children: "Pie Chart Visualization"
|
|
710
|
+
})]
|
|
711
|
+
})
|
|
712
|
+
}), jsxs("div", {
|
|
713
|
+
className: "space-y-2",
|
|
714
|
+
children: [jsxs("div", {
|
|
715
|
+
className: "flex items-center justify-between text-sm",
|
|
716
|
+
children: [jsxs("div", {
|
|
717
|
+
className: "flex items-center gap-2",
|
|
718
|
+
children: [jsx("div", {
|
|
719
|
+
className: "w-3 h-3 rounded-full bg-orange-500"
|
|
720
|
+
}), jsx("span", {
|
|
721
|
+
className: "text-gray-700",
|
|
722
|
+
children: "Lodging"
|
|
723
|
+
})]
|
|
724
|
+
}), jsx("span", {
|
|
725
|
+
className: "text-gray-900 font-medium",
|
|
726
|
+
children: "28%"
|
|
727
|
+
})]
|
|
728
|
+
}), jsxs("div", {
|
|
729
|
+
className: "flex items-center justify-between text-sm",
|
|
730
|
+
children: [jsxs("div", {
|
|
731
|
+
className: "flex items-center gap-2",
|
|
732
|
+
children: [jsx("div", {
|
|
733
|
+
className: "w-3 h-3 rounded-full bg-blue-500"
|
|
734
|
+
}), jsx("span", {
|
|
735
|
+
className: "text-gray-700",
|
|
736
|
+
children: "Goods Sold"
|
|
737
|
+
})]
|
|
738
|
+
}), jsx("span", {
|
|
739
|
+
className: "text-gray-900 font-medium",
|
|
740
|
+
children: "20%"
|
|
741
|
+
})]
|
|
742
|
+
}), jsxs("div", {
|
|
743
|
+
className: "flex items-center justify-between text-sm",
|
|
744
|
+
children: [jsxs("div", {
|
|
745
|
+
className: "flex items-center gap-2",
|
|
746
|
+
children: [jsx("div", {
|
|
747
|
+
className: "w-3 h-3 rounded-full bg-green-500"
|
|
748
|
+
}), jsx("span", {
|
|
749
|
+
className: "text-gray-700",
|
|
750
|
+
children: "Marketing"
|
|
751
|
+
})]
|
|
752
|
+
}), jsx("span", {
|
|
753
|
+
className: "text-gray-900 font-medium",
|
|
754
|
+
children: "22%"
|
|
755
|
+
})]
|
|
756
|
+
}), jsxs("div", {
|
|
757
|
+
className: "flex items-center justify-between text-sm",
|
|
758
|
+
children: [jsxs("div", {
|
|
759
|
+
className: "flex items-center gap-2",
|
|
760
|
+
children: [jsx("div", {
|
|
761
|
+
className: "w-3 h-3 rounded-full bg-purple-500"
|
|
762
|
+
}), jsx("span", {
|
|
763
|
+
className: "text-gray-700",
|
|
764
|
+
children: "Hardware"
|
|
765
|
+
})]
|
|
766
|
+
}), jsx("span", {
|
|
767
|
+
className: "text-gray-900 font-medium",
|
|
768
|
+
children: "10%"
|
|
769
|
+
})]
|
|
770
|
+
}), jsxs("div", {
|
|
771
|
+
className: "flex items-center justify-between text-sm",
|
|
772
|
+
children: [jsxs("div", {
|
|
773
|
+
className: "flex items-center gap-2",
|
|
774
|
+
children: [jsx("div", {
|
|
775
|
+
className: "w-3 h-3 rounded-full bg-gray-500"
|
|
776
|
+
}), jsx("span", {
|
|
777
|
+
className: "text-gray-700",
|
|
778
|
+
children: "Other Expense"
|
|
779
|
+
})]
|
|
780
|
+
}), jsx("span", {
|
|
781
|
+
className: "text-gray-900 font-medium",
|
|
782
|
+
children: "20%"
|
|
783
|
+
})]
|
|
784
|
+
})]
|
|
785
|
+
})]
|
|
786
|
+
})]
|
|
787
|
+
})
|
|
788
|
+
},
|
|
789
|
+
home: {
|
|
790
|
+
title: 'Home',
|
|
791
|
+
icon: Home,
|
|
792
|
+
content: jsxs("div", {
|
|
793
|
+
className: "space-y-6",
|
|
794
|
+
children: [jsxs("div", {
|
|
795
|
+
className: "bg-gradient-to-r from-[#E33A2C] to-[#F6C945] rounded-lg p-6 text-white",
|
|
796
|
+
children: [jsx("h2", {
|
|
797
|
+
className: "text-2xl font-semibold mb-2",
|
|
798
|
+
children: "Welcome to Clockbook"
|
|
799
|
+
}), jsx("p", {
|
|
800
|
+
className: "text-white/90",
|
|
801
|
+
children: "Your unified business platform for managing everything in one place."
|
|
802
|
+
})]
|
|
803
|
+
}), jsxs("div", {
|
|
804
|
+
className: "grid grid-cols-4 gap-4",
|
|
805
|
+
children: [jsxs("div", {
|
|
806
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
807
|
+
children: [jsx("div", {
|
|
808
|
+
className: "text-xs text-gray-500 mb-1",
|
|
809
|
+
children: "Total Users"
|
|
810
|
+
}), jsx("div", {
|
|
811
|
+
className: "text-2xl font-semibold text-gray-900",
|
|
812
|
+
children: "1,234"
|
|
813
|
+
}), jsxs("div", {
|
|
814
|
+
className: "flex items-center gap-1 mt-2",
|
|
815
|
+
children: [jsx(TrendingUp, {
|
|
816
|
+
className: "w-3 h-3 text-green-500"
|
|
817
|
+
}), jsx("span", {
|
|
818
|
+
className: "text-xs text-green-500",
|
|
819
|
+
children: "12.5%"
|
|
820
|
+
})]
|
|
821
|
+
})]
|
|
822
|
+
}), jsxs("div", {
|
|
823
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
824
|
+
children: [jsx("div", {
|
|
825
|
+
className: "text-xs text-gray-500 mb-1",
|
|
826
|
+
children: "Active Projects"
|
|
827
|
+
}), jsx("div", {
|
|
828
|
+
className: "text-2xl font-semibold text-gray-900",
|
|
829
|
+
children: "48"
|
|
830
|
+
}), jsxs("div", {
|
|
831
|
+
className: "flex items-center gap-1 mt-2",
|
|
832
|
+
children: [jsx(TrendingUp, {
|
|
833
|
+
className: "w-3 h-3 text-green-500"
|
|
834
|
+
}), jsx("span", {
|
|
835
|
+
className: "text-xs text-green-500",
|
|
836
|
+
children: "8.2%"
|
|
837
|
+
})]
|
|
838
|
+
})]
|
|
839
|
+
}), jsxs("div", {
|
|
840
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
841
|
+
children: [jsx("div", {
|
|
842
|
+
className: "text-xs text-gray-500 mb-1",
|
|
843
|
+
children: "Tasks Completed"
|
|
844
|
+
}), jsx("div", {
|
|
845
|
+
className: "text-2xl font-semibold text-gray-900",
|
|
846
|
+
children: "892"
|
|
847
|
+
}), jsxs("div", {
|
|
848
|
+
className: "flex items-center gap-1 mt-2",
|
|
849
|
+
children: [jsx(TrendingUp, {
|
|
850
|
+
className: "w-3 h-3 text-green-500"
|
|
851
|
+
}), jsx("span", {
|
|
852
|
+
className: "text-xs text-green-500",
|
|
853
|
+
children: "24.1%"
|
|
854
|
+
})]
|
|
855
|
+
})]
|
|
856
|
+
}), jsxs("div", {
|
|
857
|
+
className: "bg-white border border-gray-200 rounded-lg p-4",
|
|
858
|
+
children: [jsx("div", {
|
|
859
|
+
className: "text-xs text-gray-500 mb-1",
|
|
860
|
+
children: "Revenue This Month"
|
|
861
|
+
}), jsx("div", {
|
|
862
|
+
className: "text-2xl font-semibold text-gray-900",
|
|
863
|
+
children: "$125k"
|
|
864
|
+
}), jsxs("div", {
|
|
865
|
+
className: "flex items-center gap-1 mt-2",
|
|
866
|
+
children: [jsx(TrendingUp, {
|
|
867
|
+
className: "w-3 h-3 text-green-500"
|
|
868
|
+
}), jsx("span", {
|
|
869
|
+
className: "text-xs text-green-500",
|
|
870
|
+
children: "15.3%"
|
|
871
|
+
})]
|
|
872
|
+
})]
|
|
873
|
+
})]
|
|
874
|
+
}), jsxs("div", {
|
|
875
|
+
className: "grid grid-cols-3 gap-4",
|
|
876
|
+
children: [jsxs("div", {
|
|
877
|
+
className: "bg-white border border-gray-200 rounded-lg p-6",
|
|
878
|
+
children: [jsxs("div", {
|
|
879
|
+
className: "flex items-center gap-3 mb-4",
|
|
880
|
+
children: [jsx("div", {
|
|
881
|
+
className: "w-12 h-12 rounded-lg bg-blue-100 flex items-center justify-center",
|
|
882
|
+
children: jsx(Mail, {
|
|
883
|
+
className: "w-6 h-6 text-blue-600"
|
|
884
|
+
})
|
|
885
|
+
}), jsxs("div", {
|
|
886
|
+
children: [jsx("h3", {
|
|
887
|
+
className: "text-lg font-semibold text-gray-900",
|
|
888
|
+
children: "Mail"
|
|
889
|
+
}), jsx("p", {
|
|
890
|
+
className: "text-xs text-gray-500",
|
|
891
|
+
children: "12 unread messages"
|
|
892
|
+
})]
|
|
893
|
+
})]
|
|
894
|
+
}), jsx("button", {
|
|
895
|
+
className: "w-full px-4 py-2 bg-blue-50 text-blue-600 rounded-lg hover:bg-blue-100 text-sm font-medium",
|
|
896
|
+
children: "View Inbox"
|
|
897
|
+
})]
|
|
898
|
+
}), jsxs("div", {
|
|
899
|
+
className: "bg-white border border-gray-200 rounded-lg p-6",
|
|
900
|
+
children: [jsxs("div", {
|
|
901
|
+
className: "flex items-center gap-3 mb-4",
|
|
902
|
+
children: [jsx("div", {
|
|
903
|
+
className: "w-12 h-12 rounded-lg bg-green-100 flex items-center justify-center",
|
|
904
|
+
children: jsx(CheckCircle2, {
|
|
905
|
+
className: "w-6 h-6 text-green-600"
|
|
906
|
+
})
|
|
907
|
+
}), jsxs("div", {
|
|
908
|
+
children: [jsx("h3", {
|
|
909
|
+
className: "text-lg font-semibold text-gray-900",
|
|
910
|
+
children: "Tasks"
|
|
911
|
+
}), jsx("p", {
|
|
912
|
+
className: "text-xs text-gray-500",
|
|
913
|
+
children: "5 pending tasks"
|
|
914
|
+
})]
|
|
915
|
+
})]
|
|
916
|
+
}), jsx("button", {
|
|
917
|
+
className: "w-full px-4 py-2 bg-green-50 text-green-600 rounded-lg hover:bg-green-100 text-sm font-medium",
|
|
918
|
+
children: "View Tasks"
|
|
919
|
+
})]
|
|
920
|
+
}), jsxs("div", {
|
|
921
|
+
className: "bg-white border border-gray-200 rounded-lg p-6",
|
|
922
|
+
children: [jsxs("div", {
|
|
923
|
+
className: "flex items-center gap-3 mb-4",
|
|
924
|
+
children: [jsx("div", {
|
|
925
|
+
className: "w-12 h-12 rounded-lg bg-purple-100 flex items-center justify-center",
|
|
926
|
+
children: jsx(Calendar, {
|
|
927
|
+
className: "w-6 h-6 text-purple-600"
|
|
928
|
+
})
|
|
929
|
+
}), jsxs("div", {
|
|
930
|
+
children: [jsx("h3", {
|
|
931
|
+
className: "text-lg font-semibold text-gray-900",
|
|
932
|
+
children: "Calendar"
|
|
933
|
+
}), jsx("p", {
|
|
934
|
+
className: "text-xs text-gray-500",
|
|
935
|
+
children: "3 meetings today"
|
|
936
|
+
})]
|
|
937
|
+
})]
|
|
938
|
+
}), jsx("button", {
|
|
939
|
+
className: "w-full px-4 py-2 bg-purple-50 text-purple-600 rounded-lg hover:bg-purple-100 text-sm font-medium",
|
|
940
|
+
children: "View Calendar"
|
|
941
|
+
})]
|
|
942
|
+
})]
|
|
943
|
+
}), jsxs("div", {
|
|
944
|
+
className: "bg-white border border-gray-200 rounded-lg p-6",
|
|
945
|
+
children: [jsx("h3", {
|
|
946
|
+
className: "text-lg font-semibold text-gray-900 mb-4",
|
|
947
|
+
children: "Recent Activity"
|
|
948
|
+
}), jsxs("div", {
|
|
949
|
+
className: "space-y-3",
|
|
950
|
+
children: [jsxs("div", {
|
|
951
|
+
className: "flex items-center gap-3 p-3 bg-gray-50 rounded-lg",
|
|
952
|
+
children: [jsx("div", {
|
|
953
|
+
className: "w-8 h-8 rounded-full bg-blue-500 flex items-center justify-center text-white text-xs font-medium",
|
|
954
|
+
children: "JD"
|
|
955
|
+
}), jsxs("div", {
|
|
956
|
+
className: "flex-1",
|
|
957
|
+
children: [jsx("div", {
|
|
958
|
+
className: "text-sm font-medium text-gray-900",
|
|
959
|
+
children: "John Doe completed a task"
|
|
960
|
+
}), jsx("div", {
|
|
961
|
+
className: "text-xs text-gray-500",
|
|
962
|
+
children: "2 hours ago"
|
|
963
|
+
})]
|
|
964
|
+
})]
|
|
965
|
+
}), jsxs("div", {
|
|
966
|
+
className: "flex items-center gap-3 p-3 bg-gray-50 rounded-lg",
|
|
967
|
+
children: [jsx("div", {
|
|
968
|
+
className: "w-8 h-8 rounded-full bg-green-500 flex items-center justify-center text-white text-xs font-medium",
|
|
969
|
+
children: "JS"
|
|
970
|
+
}), jsxs("div", {
|
|
971
|
+
className: "flex-1",
|
|
972
|
+
children: [jsx("div", {
|
|
973
|
+
className: "text-sm font-medium text-gray-900",
|
|
974
|
+
children: "Jane Smith shared a file"
|
|
975
|
+
}), jsx("div", {
|
|
976
|
+
className: "text-xs text-gray-500",
|
|
977
|
+
children: "4 hours ago"
|
|
978
|
+
})]
|
|
979
|
+
})]
|
|
980
|
+
}), jsxs("div", {
|
|
981
|
+
className: "flex items-center gap-3 p-3 bg-gray-50 rounded-lg",
|
|
982
|
+
children: [jsx("div", {
|
|
983
|
+
className: "w-8 h-8 rounded-full bg-purple-500 flex items-center justify-center text-white text-xs font-medium",
|
|
984
|
+
children: "MB"
|
|
985
|
+
}), jsxs("div", {
|
|
986
|
+
className: "flex-1",
|
|
987
|
+
children: [jsx("div", {
|
|
988
|
+
className: "text-sm font-medium text-gray-900",
|
|
989
|
+
children: "Mike Brown created a new project"
|
|
990
|
+
}), jsx("div", {
|
|
991
|
+
className: "text-xs text-gray-500",
|
|
992
|
+
children: "6 hours ago"
|
|
993
|
+
})]
|
|
994
|
+
})]
|
|
995
|
+
})]
|
|
996
|
+
})]
|
|
997
|
+
})]
|
|
998
|
+
})
|
|
999
|
+
},
|
|
1000
|
+
mail: {
|
|
1001
|
+
title: 'Mail',
|
|
1002
|
+
icon: Mail,
|
|
1003
|
+
content: jsxs("div", {
|
|
1004
|
+
className: "flex gap-4 h-full",
|
|
1005
|
+
children: [jsxs("div", {
|
|
1006
|
+
className: "w-64 border-r border-gray-200 pr-4",
|
|
1007
|
+
children: [jsxs("button", {
|
|
1008
|
+
className: "w-full mb-4 px-4 py-2 bg-[#E33A2C] text-white text-sm font-medium rounded-lg hover:bg-[#c82f23] transition-colors flex items-center justify-center gap-2",
|
|
1009
|
+
children: [jsx(Plus, {
|
|
1010
|
+
className: "w-4 h-4"
|
|
1011
|
+
}), "New Mail"]
|
|
1012
|
+
}), jsxs("div", {
|
|
1013
|
+
className: "flex gap-2 mb-4 border-b border-gray-200",
|
|
1014
|
+
children: [jsx("button", {
|
|
1015
|
+
className: "pb-2 px-2 text-sm font-medium text-[#E33A2C] border-b-2 border-[#E33A2C]",
|
|
1016
|
+
children: "Mail"
|
|
1017
|
+
}), jsx("button", {
|
|
1018
|
+
className: "pb-2 px-2 text-sm text-gray-600",
|
|
1019
|
+
children: "Streams"
|
|
1020
|
+
}), jsx("button", {
|
|
1021
|
+
className: "pb-2 px-2 text-sm text-gray-600",
|
|
1022
|
+
children: "Settings"
|
|
1023
|
+
})]
|
|
1024
|
+
}), jsxs("div", {
|
|
1025
|
+
className: "space-y-1",
|
|
1026
|
+
children: [jsx("div", {
|
|
1027
|
+
className: "text-xs font-semibold text-gray-500 uppercase mb-2",
|
|
1028
|
+
children: "Folders"
|
|
1029
|
+
}), jsxs("div", {
|
|
1030
|
+
className: "flex items-center justify-between p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1031
|
+
children: [jsxs("div", {
|
|
1032
|
+
className: "flex items-center gap-2",
|
|
1033
|
+
children: [jsx(Inbox, {
|
|
1034
|
+
className: "w-4 h-4 text-gray-400"
|
|
1035
|
+
}), jsx("span", {
|
|
1036
|
+
className: "text-sm text-gray-700",
|
|
1037
|
+
children: "Inbox"
|
|
1038
|
+
})]
|
|
1039
|
+
}), jsx("span", {
|
|
1040
|
+
className: "text-xs text-gray-500",
|
|
1041
|
+
children: "13"
|
|
1042
|
+
})]
|
|
1043
|
+
}), jsxs("div", {
|
|
1044
|
+
className: "flex items-center justify-between p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1045
|
+
children: [jsxs("div", {
|
|
1046
|
+
className: "flex items-center gap-2",
|
|
1047
|
+
children: [jsx(FileText, {
|
|
1048
|
+
className: "w-4 h-4 text-gray-400"
|
|
1049
|
+
}), jsx("span", {
|
|
1050
|
+
className: "text-sm text-gray-700",
|
|
1051
|
+
children: "Drafts"
|
|
1052
|
+
})]
|
|
1053
|
+
}), jsx("span", {
|
|
1054
|
+
className: "text-xs text-gray-500",
|
|
1055
|
+
children: "18"
|
|
1056
|
+
})]
|
|
1057
|
+
}), jsxs("div", {
|
|
1058
|
+
className: "flex items-center justify-between p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1059
|
+
children: [jsxs("div", {
|
|
1060
|
+
className: "flex items-center gap-2",
|
|
1061
|
+
children: [jsx(FileText, {
|
|
1062
|
+
className: "w-4 h-4 text-gray-400"
|
|
1063
|
+
}), jsx("span", {
|
|
1064
|
+
className: "text-sm text-gray-700",
|
|
1065
|
+
children: "Templates"
|
|
1066
|
+
})]
|
|
1067
|
+
}), jsx("span", {
|
|
1068
|
+
className: "text-xs text-gray-500",
|
|
1069
|
+
children: "5"
|
|
1070
|
+
})]
|
|
1071
|
+
}), jsxs("div", {
|
|
1072
|
+
className: "flex items-center gap-2 p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1073
|
+
children: [jsx(FileText, {
|
|
1074
|
+
className: "w-4 h-4 text-gray-400"
|
|
1075
|
+
}), jsx("span", {
|
|
1076
|
+
className: "text-sm text-gray-700",
|
|
1077
|
+
children: "Snoozed"
|
|
1078
|
+
})]
|
|
1079
|
+
}), jsxs("div", {
|
|
1080
|
+
className: "flex items-center gap-2 p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1081
|
+
children: [jsx(Send, {
|
|
1082
|
+
className: "w-4 h-4 text-gray-400"
|
|
1083
|
+
}), jsx("span", {
|
|
1084
|
+
className: "text-sm text-gray-700",
|
|
1085
|
+
children: "Sent"
|
|
1086
|
+
})]
|
|
1087
|
+
}), jsxs("div", {
|
|
1088
|
+
className: "flex items-center gap-2 p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1089
|
+
children: [jsx(FileText, {
|
|
1090
|
+
className: "w-4 h-4 text-gray-400"
|
|
1091
|
+
}), jsx("span", {
|
|
1092
|
+
className: "text-sm text-gray-700",
|
|
1093
|
+
children: "Spam"
|
|
1094
|
+
})]
|
|
1095
|
+
}), jsxs("div", {
|
|
1096
|
+
className: "flex items-center gap-2 p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1097
|
+
children: [jsx(Trash2, {
|
|
1098
|
+
className: "w-4 h-4 text-gray-400"
|
|
1099
|
+
}), jsx("span", {
|
|
1100
|
+
className: "text-sm text-gray-700",
|
|
1101
|
+
children: "Trash"
|
|
1102
|
+
})]
|
|
1103
|
+
}), jsxs("div", {
|
|
1104
|
+
className: "flex items-center justify-between p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1105
|
+
children: [jsxs("div", {
|
|
1106
|
+
className: "flex items-center gap-2",
|
|
1107
|
+
children: [jsx(FileText, {
|
|
1108
|
+
className: "w-4 h-4 text-gray-400"
|
|
1109
|
+
}), jsx("span", {
|
|
1110
|
+
className: "text-sm text-gray-700",
|
|
1111
|
+
children: "Outbox"
|
|
1112
|
+
})]
|
|
1113
|
+
}), jsx("span", {
|
|
1114
|
+
className: "text-xs text-gray-500",
|
|
1115
|
+
children: "2"
|
|
1116
|
+
})]
|
|
1117
|
+
}), jsxs("div", {
|
|
1118
|
+
className: "flex items-center gap-2 p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1119
|
+
children: [jsx(Archive, {
|
|
1120
|
+
className: "w-4 h-4 text-gray-400"
|
|
1121
|
+
}), jsx("span", {
|
|
1122
|
+
className: "text-sm text-gray-700",
|
|
1123
|
+
children: "Archive"
|
|
1124
|
+
})]
|
|
1125
|
+
})]
|
|
1126
|
+
})]
|
|
1127
|
+
}), jsxs("div", {
|
|
1128
|
+
className: "flex-1 border-r border-gray-200 pr-4",
|
|
1129
|
+
children: [jsxs("div", {
|
|
1130
|
+
className: "flex items-center justify-between mb-4",
|
|
1131
|
+
children: [jsxs("div", {
|
|
1132
|
+
className: "flex items-center gap-2",
|
|
1133
|
+
children: [jsx("select", {
|
|
1134
|
+
className: "text-sm border border-gray-300 rounded px-3 py-1.5",
|
|
1135
|
+
children: jsx("option", {
|
|
1136
|
+
children: "Blog"
|
|
1137
|
+
})
|
|
1138
|
+
}), jsx("button", {
|
|
1139
|
+
className: "text-sm text-gray-600 hover:text-gray-900",
|
|
1140
|
+
children: "Move to"
|
|
1141
|
+
}), jsx("button", {
|
|
1142
|
+
className: "text-sm text-gray-600 hover:text-gray-900",
|
|
1143
|
+
children: "Tag as"
|
|
1144
|
+
})]
|
|
1145
|
+
}), jsx(MoreHorizontal, {
|
|
1146
|
+
className: "w-5 h-5 text-gray-400"
|
|
1147
|
+
})]
|
|
1148
|
+
}), jsxs("div", {
|
|
1149
|
+
className: "space-y-1",
|
|
1150
|
+
children: [jsx("div", {
|
|
1151
|
+
className: "text-xs font-semibold text-gray-500 mb-2",
|
|
1152
|
+
children: "2020"
|
|
1153
|
+
}), jsxs("div", {
|
|
1154
|
+
className: "p-3 bg-blue-50 border-l-2 border-blue-500 rounded cursor-pointer hover:bg-blue-100",
|
|
1155
|
+
children: [jsx("div", {
|
|
1156
|
+
className: "text-sm font-medium text-gray-900",
|
|
1157
|
+
children: "Elena Brown"
|
|
1158
|
+
}), jsx("div", {
|
|
1159
|
+
className: "text-xs text-gray-600 mt-1",
|
|
1160
|
+
children: "SketcheZ - Product Screensh..."
|
|
1161
|
+
}), jsx("div", {
|
|
1162
|
+
className: "text-xs text-gray-400 mt-1",
|
|
1163
|
+
children: "JUN 19, 2020"
|
|
1164
|
+
})]
|
|
1165
|
+
}), jsx("div", {
|
|
1166
|
+
className: "text-xs font-semibold text-gray-500 mt-4 mb-2",
|
|
1167
|
+
children: "2018"
|
|
1168
|
+
}), jsxs("div", {
|
|
1169
|
+
className: "p-3 hover:bg-gray-50 rounded cursor-pointer",
|
|
1170
|
+
children: [jsx("div", {
|
|
1171
|
+
className: "text-sm font-medium text-gray-900",
|
|
1172
|
+
children: "Carl Mendez"
|
|
1173
|
+
}), jsx("div", {
|
|
1174
|
+
className: "text-xs text-gray-600 mt-1",
|
|
1175
|
+
children: "Re: Agile Process"
|
|
1176
|
+
}), jsx("div", {
|
|
1177
|
+
className: "text-xs text-gray-400 mt-1",
|
|
1178
|
+
children: "APR 26, 2018"
|
|
1179
|
+
})]
|
|
1180
|
+
}), jsx("div", {
|
|
1181
|
+
className: "text-xs font-semibold text-gray-500 mt-4 mb-2",
|
|
1182
|
+
children: "2016"
|
|
1183
|
+
}), jsxs("div", {
|
|
1184
|
+
className: "p-3 hover:bg-gray-50 rounded cursor-pointer",
|
|
1185
|
+
children: [jsx("div", {
|
|
1186
|
+
className: "text-sm font-medium text-gray-900",
|
|
1187
|
+
children: "Hannah O'Brien"
|
|
1188
|
+
}), jsx("div", {
|
|
1189
|
+
className: "text-xs text-gray-600 mt-1",
|
|
1190
|
+
children: "Re: Comparison page: Zoho Mai..."
|
|
1191
|
+
}), jsx("div", {
|
|
1192
|
+
className: "text-xs text-gray-400 mt-1",
|
|
1193
|
+
children: "JUL 29, 2016"
|
|
1194
|
+
})]
|
|
1195
|
+
})]
|
|
1196
|
+
})]
|
|
1197
|
+
}), jsxs("div", {
|
|
1198
|
+
className: "w-96",
|
|
1199
|
+
children: [jsxs("div", {
|
|
1200
|
+
className: "flex items-center justify-between mb-4",
|
|
1201
|
+
children: [jsxs("div", {
|
|
1202
|
+
className: "flex items-center gap-2",
|
|
1203
|
+
children: [jsx("button", {
|
|
1204
|
+
className: "text-xs text-gray-600 hover:text-gray-900",
|
|
1205
|
+
children: "Reminder"
|
|
1206
|
+
}), jsx("button", {
|
|
1207
|
+
className: "text-xs text-gray-600 hover:text-gray-900",
|
|
1208
|
+
children: "Add Task"
|
|
1209
|
+
}), jsx("button", {
|
|
1210
|
+
className: "text-xs text-gray-600 hover:text-gray-900",
|
|
1211
|
+
children: "Permalink"
|
|
1212
|
+
}), jsx("button", {
|
|
1213
|
+
className: "text-xs text-gray-600 hover:text-gray-900",
|
|
1214
|
+
children: "Snooze"
|
|
1215
|
+
})]
|
|
1216
|
+
}), jsx(X, {
|
|
1217
|
+
className: "w-4 h-4 text-gray-400 cursor-pointer"
|
|
1218
|
+
})]
|
|
1219
|
+
}), jsxs("div", {
|
|
1220
|
+
className: "border border-gray-200 rounded-lg p-4",
|
|
1221
|
+
children: [jsxs("div", {
|
|
1222
|
+
className: "flex items-start gap-3 mb-4",
|
|
1223
|
+
children: [jsx("div", {
|
|
1224
|
+
className: "w-10 h-10 rounded-full bg-blue-500 flex items-center justify-center text-white text-sm font-medium",
|
|
1225
|
+
children: "EB"
|
|
1226
|
+
}), jsxs("div", {
|
|
1227
|
+
className: "flex-1",
|
|
1228
|
+
children: [jsx("div", {
|
|
1229
|
+
className: "text-sm font-semibold text-gray-900",
|
|
1230
|
+
children: "Elena Brown"
|
|
1231
|
+
}), jsx("div", {
|
|
1232
|
+
className: "text-xs text-gray-500",
|
|
1233
|
+
children: "JUN 19, 2020 4:00 PM"
|
|
1234
|
+
}), jsx("div", {
|
|
1235
|
+
className: "text-xs text-gray-500",
|
|
1236
|
+
children: "Zylker Content Experts"
|
|
1237
|
+
})]
|
|
1238
|
+
})]
|
|
1239
|
+
}), jsx("div", {
|
|
1240
|
+
className: "text-sm font-semibold text-gray-900 mb-3",
|
|
1241
|
+
children: "SketcheZ - Product Screenshots"
|
|
1242
|
+
}), jsxs("div", {
|
|
1243
|
+
className: "text-sm text-gray-700 leading-relaxed mb-4",
|
|
1244
|
+
children: ["Hello Ankit Sharma,", jsx("br", {}), jsx("br", {}), "As mentioned in the streams post, I managed to snag few product screenshots. Find the below attachments for reference.", jsx("br", {}), jsx("br", {}), "Elena Brown,", jsx("br", {}), "Event Marketer", jsx("br", {}), "Zylker Games LLC", jsx("br", {}), "New York, NY 10001, USA", jsx("br", {}), "Contact no: 9660-6754", jsx("br", {}), "www.zylker.com"]
|
|
1245
|
+
}), jsxs("div", {
|
|
1246
|
+
className: "border-t border-gray-200 pt-4",
|
|
1247
|
+
children: [jsx("div", {
|
|
1248
|
+
className: "text-sm font-medium text-gray-900 mb-2",
|
|
1249
|
+
children: "3 Attachments"
|
|
1250
|
+
}), jsxs("div", {
|
|
1251
|
+
className: "flex items-center gap-2 text-xs text-blue-600 mb-3",
|
|
1252
|
+
children: [jsx("span", {
|
|
1253
|
+
className: "cursor-pointer hover:underline",
|
|
1254
|
+
children: "Download as Zip"
|
|
1255
|
+
}), jsx("span", {
|
|
1256
|
+
children: "|"
|
|
1257
|
+
}), jsx("span", {
|
|
1258
|
+
className: "cursor-pointer hover:underline",
|
|
1259
|
+
children: "Add to >"
|
|
1260
|
+
})]
|
|
1261
|
+
}), jsxs("div", {
|
|
1262
|
+
className: "grid grid-cols-2 gap-2",
|
|
1263
|
+
children: [jsxs("div", {
|
|
1264
|
+
className: "border border-gray-200 rounded p-2",
|
|
1265
|
+
children: [jsx("div", {
|
|
1266
|
+
className: "text-xs font-medium text-gray-900",
|
|
1267
|
+
children: "SketcheZ - Brush sets.jpg"
|
|
1268
|
+
}), jsx("div", {
|
|
1269
|
+
className: "text-xs text-gray-500",
|
|
1270
|
+
children: "1.7 MB"
|
|
1271
|
+
})]
|
|
1272
|
+
}), jsxs("div", {
|
|
1273
|
+
className: "border border-gray-200 rounded p-2",
|
|
1274
|
+
children: [jsx("div", {
|
|
1275
|
+
className: "text-xs font-medium text-gray-900",
|
|
1276
|
+
children: "SketcheZ - Desktop.jpg"
|
|
1277
|
+
}), jsx("div", {
|
|
1278
|
+
className: "text-xs text-gray-500",
|
|
1279
|
+
children: "2.0 MB"
|
|
1280
|
+
})]
|
|
1281
|
+
})]
|
|
1282
|
+
})]
|
|
1283
|
+
})]
|
|
1284
|
+
})]
|
|
1285
|
+
})]
|
|
1286
|
+
})
|
|
1287
|
+
},
|
|
1288
|
+
chats: {
|
|
1289
|
+
title: 'Chats',
|
|
1290
|
+
icon: Users,
|
|
1291
|
+
content: jsxs("div", {
|
|
1292
|
+
className: "bg-white border border-gray-200 rounded-lg p-6 max-w-5xl mx-auto",
|
|
1293
|
+
children: [jsxs("div", {
|
|
1294
|
+
className: "mb-4",
|
|
1295
|
+
children: [jsx("h2", {
|
|
1296
|
+
className: "text-2xl font-semibold text-gray-900 mb-2",
|
|
1297
|
+
children: "Chats"
|
|
1298
|
+
}), jsx("p", {
|
|
1299
|
+
className: "text-sm text-gray-600",
|
|
1300
|
+
children: "Start a 1:1 chat by simply typing @name and message. Eg: @Scott Hola"
|
|
1301
|
+
})]
|
|
1302
|
+
}), jsxs("div", {
|
|
1303
|
+
className: "grid grid-cols-3 gap-6",
|
|
1304
|
+
children: [jsxs("div", {
|
|
1305
|
+
children: [jsx("h3", {
|
|
1306
|
+
className: "text-sm font-semibold text-gray-900 mb-3",
|
|
1307
|
+
children: "Chats"
|
|
1308
|
+
}), jsxs("div", {
|
|
1309
|
+
className: "space-y-2",
|
|
1310
|
+
children: [jsxs("div", {
|
|
1311
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1312
|
+
children: [jsx("div", {
|
|
1313
|
+
className: "text-sm font-medium text-gray-900",
|
|
1314
|
+
children: "Nikitha"
|
|
1315
|
+
}), jsx("div", {
|
|
1316
|
+
className: "text-xs text-gray-500",
|
|
1317
|
+
children: "You: Hello Sally"
|
|
1318
|
+
})]
|
|
1319
|
+
}), jsxs("div", {
|
|
1320
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1321
|
+
children: [jsx("div", {
|
|
1322
|
+
className: "text-sm font-medium text-gray-900",
|
|
1323
|
+
children: "#Q2 Sales Pitch"
|
|
1324
|
+
}), jsx("div", {
|
|
1325
|
+
className: "text-xs text-gray-500",
|
|
1326
|
+
children: "You: Can someone give access to deck?"
|
|
1327
|
+
})]
|
|
1328
|
+
}), jsxs("div", {
|
|
1329
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1330
|
+
children: [jsx("div", {
|
|
1331
|
+
className: "text-sm font-medium text-gray-900",
|
|
1332
|
+
children: "#Design Collabs"
|
|
1333
|
+
}), jsx("div", {
|
|
1334
|
+
className: "text-xs text-gray-500",
|
|
1335
|
+
children: "You: Please Sharing the blog banner image"
|
|
1336
|
+
})]
|
|
1337
|
+
}), jsxs("div", {
|
|
1338
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1339
|
+
children: [jsx("div", {
|
|
1340
|
+
className: "text-sm font-medium text-gray-900",
|
|
1341
|
+
children: "Arjun"
|
|
1342
|
+
}), jsx("div", {
|
|
1343
|
+
className: "text-xs text-gray-500",
|
|
1344
|
+
children: "You: Are you available for quick call?"
|
|
1345
|
+
})]
|
|
1346
|
+
}), jsxs("div", {
|
|
1347
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1348
|
+
children: [jsx("div", {
|
|
1349
|
+
className: "text-sm font-medium text-gray-900",
|
|
1350
|
+
children: "Charles"
|
|
1351
|
+
}), jsx("div", {
|
|
1352
|
+
className: "text-xs text-gray-500",
|
|
1353
|
+
children: "You: Meeting notes shared"
|
|
1354
|
+
})]
|
|
1355
|
+
}), jsxs("div", {
|
|
1356
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1357
|
+
children: [jsx("div", {
|
|
1358
|
+
className: "text-sm font-medium text-gray-900",
|
|
1359
|
+
children: "Megha"
|
|
1360
|
+
}), jsx("div", {
|
|
1361
|
+
className: "text-xs text-gray-500",
|
|
1362
|
+
children: "You: Design review completed"
|
|
1363
|
+
})]
|
|
1364
|
+
})]
|
|
1365
|
+
})]
|
|
1366
|
+
}), jsxs("div", {
|
|
1367
|
+
children: [jsx("h3", {
|
|
1368
|
+
className: "text-sm font-semibold text-gray-900 mb-3",
|
|
1369
|
+
children: "Contacts"
|
|
1370
|
+
}), jsxs("div", {
|
|
1371
|
+
className: "space-y-2",
|
|
1372
|
+
children: [jsxs("div", {
|
|
1373
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1374
|
+
children: [jsx("div", {
|
|
1375
|
+
className: "text-sm font-medium text-gray-900",
|
|
1376
|
+
children: "Nikitha"
|
|
1377
|
+
}), jsx("div", {
|
|
1378
|
+
className: "text-xs text-green-600",
|
|
1379
|
+
children: "Available"
|
|
1380
|
+
})]
|
|
1381
|
+
}), jsxs("div", {
|
|
1382
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1383
|
+
children: [jsx("div", {
|
|
1384
|
+
className: "text-sm font-medium text-gray-900",
|
|
1385
|
+
children: "Charles"
|
|
1386
|
+
}), jsx("div", {
|
|
1387
|
+
className: "text-xs text-green-600",
|
|
1388
|
+
children: "Available for collaboration"
|
|
1389
|
+
})]
|
|
1390
|
+
}), jsxs("div", {
|
|
1391
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1392
|
+
children: [jsx("div", {
|
|
1393
|
+
className: "text-sm font-medium text-gray-900",
|
|
1394
|
+
children: "Esther Howard"
|
|
1395
|
+
}), jsx("div", {
|
|
1396
|
+
className: "text-xs text-gray-500",
|
|
1397
|
+
children: "Offline"
|
|
1398
|
+
})]
|
|
1399
|
+
}), jsxs("div", {
|
|
1400
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1401
|
+
children: [jsx("div", {
|
|
1402
|
+
className: "text-sm font-medium text-gray-900",
|
|
1403
|
+
children: "Cheyenne Press"
|
|
1404
|
+
}), jsx("div", {
|
|
1405
|
+
className: "text-xs text-orange-600",
|
|
1406
|
+
children: "In a Meeting"
|
|
1407
|
+
})]
|
|
1408
|
+
}), jsxs("div", {
|
|
1409
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1410
|
+
children: [jsx("div", {
|
|
1411
|
+
className: "text-sm font-medium text-gray-900",
|
|
1412
|
+
children: "Carla"
|
|
1413
|
+
}), jsx("div", {
|
|
1414
|
+
className: "text-xs text-yellow-600",
|
|
1415
|
+
children: "Idle"
|
|
1416
|
+
})]
|
|
1417
|
+
}), jsxs("div", {
|
|
1418
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1419
|
+
children: [jsx("div", {
|
|
1420
|
+
className: "text-sm font-medium text-gray-900",
|
|
1421
|
+
children: "Anifa"
|
|
1422
|
+
}), jsx("div", {
|
|
1423
|
+
className: "text-xs text-gray-500",
|
|
1424
|
+
children: "On Leave"
|
|
1425
|
+
})]
|
|
1426
|
+
}), jsxs("div", {
|
|
1427
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1428
|
+
children: [jsx("div", {
|
|
1429
|
+
className: "text-sm font-medium text-gray-900",
|
|
1430
|
+
children: "Mukunth"
|
|
1431
|
+
}), jsx("div", {
|
|
1432
|
+
className: "text-xs text-green-600",
|
|
1433
|
+
children: "Available"
|
|
1434
|
+
})]
|
|
1435
|
+
}), jsxs("div", {
|
|
1436
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1437
|
+
children: [jsx("div", {
|
|
1438
|
+
className: "text-sm font-medium text-gray-900",
|
|
1439
|
+
children: "Nadya"
|
|
1440
|
+
}), jsx("div", {
|
|
1441
|
+
className: "text-xs text-green-600",
|
|
1442
|
+
children: "Available"
|
|
1443
|
+
})]
|
|
1444
|
+
})]
|
|
1445
|
+
})]
|
|
1446
|
+
}), jsxs("div", {
|
|
1447
|
+
children: [jsx("h3", {
|
|
1448
|
+
className: "text-sm font-semibold text-gray-900 mb-3",
|
|
1449
|
+
children: "Channels"
|
|
1450
|
+
}), jsxs("div", {
|
|
1451
|
+
className: "space-y-2",
|
|
1452
|
+
children: [jsxs("div", {
|
|
1453
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1454
|
+
children: [jsx("div", {
|
|
1455
|
+
className: "text-sm font-medium text-gray-900",
|
|
1456
|
+
children: "#Q2 Sales Pitch"
|
|
1457
|
+
}), jsx("div", {
|
|
1458
|
+
className: "text-xs text-gray-500",
|
|
1459
|
+
children: "Sales team discussions"
|
|
1460
|
+
})]
|
|
1461
|
+
}), jsxs("div", {
|
|
1462
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1463
|
+
children: [jsx("div", {
|
|
1464
|
+
className: "text-sm font-medium text-gray-900",
|
|
1465
|
+
children: "#Design Collabs"
|
|
1466
|
+
}), jsx("div", {
|
|
1467
|
+
className: "text-xs text-gray-500",
|
|
1468
|
+
children: "Design team collaboration"
|
|
1469
|
+
})]
|
|
1470
|
+
}), jsxs("div", {
|
|
1471
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1472
|
+
children: [jsx("div", {
|
|
1473
|
+
className: "text-sm font-medium text-gray-900",
|
|
1474
|
+
children: "#Subject Matter Experts"
|
|
1475
|
+
}), jsx("div", {
|
|
1476
|
+
className: "text-xs text-gray-500",
|
|
1477
|
+
children: "Expert discussions"
|
|
1478
|
+
})]
|
|
1479
|
+
}), jsxs("div", {
|
|
1480
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1481
|
+
children: [jsx("div", {
|
|
1482
|
+
className: "text-sm font-medium text-gray-900",
|
|
1483
|
+
children: "#Marketing Analysts"
|
|
1484
|
+
}), jsx("div", {
|
|
1485
|
+
className: "text-xs text-gray-500",
|
|
1486
|
+
children: "Marketing insights"
|
|
1487
|
+
})]
|
|
1488
|
+
}), jsxs("div", {
|
|
1489
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1490
|
+
children: [jsx("div", {
|
|
1491
|
+
className: "text-sm font-medium text-gray-900",
|
|
1492
|
+
children: "#Zylker Directors"
|
|
1493
|
+
}), jsx("div", {
|
|
1494
|
+
className: "text-xs text-gray-500",
|
|
1495
|
+
children: "Executive updates"
|
|
1496
|
+
})]
|
|
1497
|
+
}), jsxs("div", {
|
|
1498
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1499
|
+
children: [jsx("div", {
|
|
1500
|
+
className: "text-sm font-medium text-gray-900",
|
|
1501
|
+
children: "#Quarterly Roadmap"
|
|
1502
|
+
}), jsx("div", {
|
|
1503
|
+
className: "text-xs text-gray-500",
|
|
1504
|
+
children: "Planning discussions"
|
|
1505
|
+
})]
|
|
1506
|
+
}), jsxs("div", {
|
|
1507
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1508
|
+
children: [jsx("div", {
|
|
1509
|
+
className: "text-sm font-medium text-gray-900",
|
|
1510
|
+
children: "#Customer Engagement"
|
|
1511
|
+
}), jsx("div", {
|
|
1512
|
+
className: "text-xs text-gray-500",
|
|
1513
|
+
children: "Customer feedback"
|
|
1514
|
+
})]
|
|
1515
|
+
}), jsxs("div", {
|
|
1516
|
+
className: "p-2 hover:bg-gray-50 rounded cursor-pointer",
|
|
1517
|
+
children: [jsx("div", {
|
|
1518
|
+
className: "text-sm font-medium text-gray-900",
|
|
1519
|
+
children: "#Enterprise Support"
|
|
1520
|
+
}), jsx("div", {
|
|
1521
|
+
className: "text-xs text-gray-500",
|
|
1522
|
+
children: "Support team"
|
|
1523
|
+
})]
|
|
1524
|
+
})]
|
|
1525
|
+
})]
|
|
1526
|
+
})]
|
|
1527
|
+
})]
|
|
1528
|
+
})
|
|
1529
|
+
},
|
|
1530
|
+
search: {
|
|
1531
|
+
title: 'Search',
|
|
1532
|
+
icon: Search,
|
|
1533
|
+
content: jsx("div", {
|
|
1534
|
+
className: "space-y-6",
|
|
1535
|
+
children: jsxs("div", {
|
|
1536
|
+
className: "bg-white border border-gray-200 rounded-lg p-8",
|
|
1537
|
+
children: [jsxs("div", {
|
|
1538
|
+
className: "relative mb-6",
|
|
1539
|
+
children: [jsx(Search, {
|
|
1540
|
+
className: "absolute left-4 top-1/2 transform -translate-y-1/2 w-6 h-6 text-gray-400"
|
|
1541
|
+
}), jsx("input", {
|
|
1542
|
+
type: "text",
|
|
1543
|
+
placeholder: "Q Search across all apps...",
|
|
1544
|
+
className: "w-full pl-12 pr-4 py-4 text-lg border-2 border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-[#E33A2C]/20 focus:border-[#E33A2C]"
|
|
1545
|
+
})]
|
|
1546
|
+
}), jsxs("div", {
|
|
1547
|
+
className: "space-y-4",
|
|
1548
|
+
children: [jsxs("div", {
|
|
1549
|
+
children: [jsx("h3", {
|
|
1550
|
+
className: "text-sm font-semibold text-gray-700 mb-2",
|
|
1551
|
+
children: "Quick Access"
|
|
1552
|
+
}), jsxs("div", {
|
|
1553
|
+
className: "flex flex-wrap gap-2",
|
|
1554
|
+
children: [jsx("span", {
|
|
1555
|
+
className: "px-3 py-1.5 bg-gray-100 text-gray-700 rounded-full text-sm cursor-pointer hover:bg-gray-200",
|
|
1556
|
+
children: "Files"
|
|
1557
|
+
}), jsx("span", {
|
|
1558
|
+
className: "px-3 py-1.5 bg-gray-100 text-gray-700 rounded-full text-sm cursor-pointer hover:bg-gray-200",
|
|
1559
|
+
children: "Contacts"
|
|
1560
|
+
}), jsx("span", {
|
|
1561
|
+
className: "px-3 py-1.5 bg-gray-100 text-gray-700 rounded-full text-sm cursor-pointer hover:bg-gray-200",
|
|
1562
|
+
children: "Messages"
|
|
1563
|
+
}), jsx("span", {
|
|
1564
|
+
className: "px-3 py-1.5 bg-gray-100 text-gray-700 rounded-full text-sm cursor-pointer hover:bg-gray-200",
|
|
1565
|
+
children: "Tasks"
|
|
1566
|
+
}), jsx("span", {
|
|
1567
|
+
className: "px-3 py-1.5 bg-gray-100 text-gray-700 rounded-full text-sm cursor-pointer hover:bg-gray-200",
|
|
1568
|
+
children: "Notes"
|
|
1569
|
+
})]
|
|
1570
|
+
})]
|
|
1571
|
+
}), jsxs("div", {
|
|
1572
|
+
className: "border-t border-gray-200 pt-4",
|
|
1573
|
+
children: [jsx("p", {
|
|
1574
|
+
className: "text-sm text-gray-600",
|
|
1575
|
+
children: "Search for files, contacts, messages, tasks, and more across Clockbook."
|
|
1576
|
+
}), jsxs("p", {
|
|
1577
|
+
className: "text-xs text-gray-500 mt-2",
|
|
1578
|
+
children: ["Use keyboard shortcut:", ' ', jsx("kbd", {
|
|
1579
|
+
className: "px-2 py-1 bg-gray-100 rounded text-xs",
|
|
1580
|
+
children: "/"
|
|
1581
|
+
}), " to open search"]
|
|
1582
|
+
})]
|
|
1583
|
+
})]
|
|
1584
|
+
})]
|
|
1585
|
+
})
|
|
1586
|
+
})
|
|
1587
|
+
},
|
|
1588
|
+
notebook: {
|
|
1589
|
+
title: 'Notebook',
|
|
1590
|
+
icon: Notebook,
|
|
1591
|
+
content: jsxs("div", {
|
|
1592
|
+
className: "space-y-6",
|
|
1593
|
+
children: [jsx("div", {
|
|
1594
|
+
className: "flex items-center justify-between mb-4",
|
|
1595
|
+
children: jsxs("div", {
|
|
1596
|
+
className: "relative flex-1 max-w-md",
|
|
1597
|
+
children: [jsx(Search, {
|
|
1598
|
+
className: "absolute left-3 top-1/2 transform -translate-y-1/2 w-4 h-4 text-gray-400"
|
|
1599
|
+
}), jsx("input", {
|
|
1600
|
+
type: "text",
|
|
1601
|
+
placeholder: "Search notes...",
|
|
1602
|
+
className: "w-full pl-10 pr-10 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-[#E33A2C]/20 focus:border-[#E33A2C]"
|
|
1603
|
+
}), jsx(Plus, {
|
|
1604
|
+
className: "absolute right-3 top-1/2 transform -translate-y-1/2 w-4 h-4 text-gray-400 cursor-pointer hover:text-gray-600"
|
|
1605
|
+
})]
|
|
1606
|
+
})
|
|
1607
|
+
}), jsxs("div", {
|
|
1608
|
+
className: "grid grid-cols-2 gap-4",
|
|
1609
|
+
children: [jsxs("div", {
|
|
1610
|
+
className: "bg-orange-50 border border-orange-200 rounded-lg p-5 relative",
|
|
1611
|
+
children: [jsx(MoreHorizontal, {
|
|
1612
|
+
className: "absolute top-3 right-3 w-4 h-4 text-gray-400 cursor-pointer"
|
|
1613
|
+
}), jsx("h4", {
|
|
1614
|
+
className: "text-base font-semibold text-gray-900 mb-2",
|
|
1615
|
+
children: "Weekly goals"
|
|
1616
|
+
}), jsx("p", {
|
|
1617
|
+
className: "text-xs text-gray-600",
|
|
1618
|
+
children: "Plan your week ahead with clear objectives and milestones"
|
|
1619
|
+
})]
|
|
1620
|
+
}), jsxs("div", {
|
|
1621
|
+
className: "bg-blue-50 border border-blue-200 rounded-lg p-5 relative",
|
|
1622
|
+
children: [jsx(MoreHorizontal, {
|
|
1623
|
+
className: "absolute top-3 right-3 w-4 h-4 text-gray-400 cursor-pointer"
|
|
1624
|
+
}), jsx("h4", {
|
|
1625
|
+
className: "text-base font-semibold text-gray-900 mb-2",
|
|
1626
|
+
children: "New Project Ideas"
|
|
1627
|
+
}), jsx("p", {
|
|
1628
|
+
className: "text-xs text-gray-600",
|
|
1629
|
+
children: "Brainstorming session notes and creative concepts"
|
|
1630
|
+
})]
|
|
1631
|
+
}), jsxs("div", {
|
|
1632
|
+
className: "bg-purple-50 border border-purple-200 rounded-lg p-5 relative",
|
|
1633
|
+
children: [jsx(MoreHorizontal, {
|
|
1634
|
+
className: "absolute top-3 right-3 w-4 h-4 text-gray-400 cursor-pointer"
|
|
1635
|
+
}), jsx("h4", {
|
|
1636
|
+
className: "text-base font-semibold text-gray-900 mb-2",
|
|
1637
|
+
children: "Follow-ups"
|
|
1638
|
+
}), jsx("p", {
|
|
1639
|
+
className: "text-xs text-gray-600",
|
|
1640
|
+
children: "Items to follow up on and action items"
|
|
1641
|
+
})]
|
|
1642
|
+
}), jsxs("div", {
|
|
1643
|
+
className: "bg-green-50 border border-green-200 rounded-lg p-5 relative",
|
|
1644
|
+
children: [jsx(MoreHorizontal, {
|
|
1645
|
+
className: "absolute top-3 right-3 w-4 h-4 text-gray-400 cursor-pointer"
|
|
1646
|
+
}), jsx("h4", {
|
|
1647
|
+
className: "text-base font-semibold text-gray-900 mb-2",
|
|
1648
|
+
children: "Checklist"
|
|
1649
|
+
}), jsx("p", {
|
|
1650
|
+
className: "text-xs text-gray-600",
|
|
1651
|
+
children: "Daily tasks and reminders for productivity"
|
|
1652
|
+
})]
|
|
1653
|
+
})]
|
|
1654
|
+
})]
|
|
1655
|
+
})
|
|
1656
|
+
}
|
|
1657
|
+
};
|
|
1658
|
+
const config = pageConfig[page] || pageConfig.home;
|
|
1659
|
+
const Icon = config.icon;
|
|
1660
|
+
return jsxs("div", {
|
|
1661
|
+
className: "space-y-4",
|
|
1662
|
+
children: [jsxs("div", {
|
|
1663
|
+
className: "flex items-center justify-between mb-6",
|
|
1664
|
+
children: [jsxs("div", {
|
|
1665
|
+
className: "flex items-center gap-3",
|
|
1666
|
+
children: [jsx(Icon, {
|
|
1667
|
+
className: "w-5 h-5 text-[#E33A2C]"
|
|
1668
|
+
}), jsx("h2", {
|
|
1669
|
+
className: "text-xl font-semibold text-gray-900",
|
|
1670
|
+
children: config.title
|
|
1671
|
+
})]
|
|
1672
|
+
}), jsx("button", {
|
|
1673
|
+
onClick: onClose,
|
|
1674
|
+
className: "px-4 py-2 text-sm font-medium text-gray-700 bg-gray-100 rounded-lg hover:bg-gray-200 transition-colors",
|
|
1675
|
+
children: "Back to Dashboard"
|
|
1676
|
+
})]
|
|
1677
|
+
}), config.content]
|
|
1678
|
+
});
|
|
1679
|
+
}export{BuildingSoftwareScene};//# sourceMappingURL=BuildingSoftwareScene.js.map
|