|
233 | 233 | <div class="flex flex-col space-y-2"> |
234 | 234 | <button |
235 | 235 | on:click={() => setActiveView('canvas')} |
236 | | - class="flex items-center py-3 px-4 text-sm font-medium transition-all duration-200 rounded-lg {activeView === 'canvas' ? 'text-[#2e3438] bg-[#e3f2fd] border border-[#F87701]' : 'text-[#73828c] hover:text-[#2e3438] hover:bg-[#f6f9fc]'}" |
| 236 | + class="flex items-center py-3 px-4 text-sm font-medium transition-all duration-200 rounded-lg {activeView === 'canvas' ? 'text-[#2e3438] bg-[#e3f2fd] border border-[#F87701]' : 'text-[#73828c] hover:text-[#2e3438] hover:bg-[#f6f9fc]'} !mb-3" |
237 | 237 | > |
238 | 238 | <div class="flex items-center justify-center mr-3"> |
239 | 239 | <span class="text-base">🎯</span> |
|
242 | 242 | </button> |
243 | 243 | <button |
244 | 244 | on:click={() => setActiveView('docs')} |
245 | | - class="flex items-center py-3 px-4 text-sm font-medium transition-all duration-200 rounded-lg {activeView === 'docs' ? 'text-[#2e3438] bg-[#e3f2fd] border border-[#F87701]' : 'text-[#73828c] hover:text-[#2e3438] hover:bg-[#f6f9fc]'}" |
| 245 | + class="flex items-center py-3 px-4 text-sm font-medium transition-all duration-200 rounded-lg {activeView === 'docs' ? 'text-[#2e3438] bg-[#e3f2fd] border border-[#F87701]' : 'text-[#73828c] hover:text-[#2e3438] hover:bg-[#f6f9fc]'} !mb-3" |
246 | 246 | > |
247 | 247 | <div class="flex items-center justify-center mr-3"> |
248 | 248 | <span class="text-base">📖</span> |
|
251 | 251 | </button> |
252 | 252 | <button |
253 | 253 | on:click={() => setActiveView('events')} |
254 | | - class="flex items-center py-3 px-4 text-sm font-medium transition-all duration-200 rounded-lg {activeView === 'events' ? 'text-[#2e3438] bg-[#e3f2fd] border border-[#F87701]' : 'text-[#73828c] hover:text-[#2e3438] hover:bg-[#f6f9fc]'}" |
| 254 | + class="flex items-center py-3 px-4 text-sm font-medium transition-all duration-200 rounded-lg {activeView === 'events' ? 'text-[#2e3438] bg-[#e3f2fd] border border-[#F87701]' : 'text-[#73828c] hover:text-[#2e3438] hover:bg-[#f6f9fc]'} !mb-3" |
255 | 255 | > |
256 | 256 | <div class="flex items-center justify-center mr-3"> |
257 | 257 | <span class="text-base">🔍</span> |
|
260 | 260 | </button> |
261 | 261 | <button |
262 | 262 | on:click={() => setActiveView('source')} |
263 | | - class="flex items-center py-3 px-4 text-sm font-medium transition-all duration-200 rounded-lg {activeView === 'source' ? 'text-[#2e3438] bg-[#e3f2fd] border border-[#F87701]' : 'text-[#73828c] hover:text-[#2e3438] hover:bg-[#f6f9fc]'}" |
| 263 | + class="flex items-center py-3 px-4 text-sm font-medium transition-all duration-200 rounded-lg {activeView === 'source' ? 'text-[#2e3438] bg-[#e3f2fd] border border-[#F87701]' : 'text-[#73828c] hover:text-[#2e3438] hover:bg-[#f6f9fc]'} !mb-3" |
264 | 264 | > |
265 | 265 | <div class="flex items-center justify-center mr-3"> |
266 | 266 | <span class="text-base">💻</span> |
|
283 | 283 | <div class="rounded-xl border-2 transition-all duration-200 mb-3"> |
284 | 284 | <div class="flex items-center justify-between"> |
285 | 285 | <div class="flex items-center"> |
286 | | - <div class="w-8 h-8 rounded-lg flex items-center justify-center mr-3 transition-colors duration-200"> |
| 286 | + <div class="h-8 rounded-lg flex items-center justify-center mr-3 transition-colors duration-200"> |
287 | 287 | <span class="text-sm {selectedDataset === 'basic' ? 'text-white' : 'text-[#64748b]'}">📋</span> |
288 | 288 | </div> |
289 | 289 | <div class="text-left"> |
|
305 | 305 | <div class="rounded-xl border-2 transition-all duration-200 shadow-md' : 'border-[#e2e8f0] bg-white hover:border-[#cbd5e1] hover:shadow-sm'} mb-3"> |
306 | 306 | <div class="flex items-center justify-between"> |
307 | 307 | <div class="flex items-center"> |
308 | | - <div class="w-8 h-8 rounded-lg flex items-center justify-center mr-3 transition-colors duration-200"> |
| 308 | + <div class="h-8 rounded-lg flex items-center justify-center mr-3 transition-colors duration-200"> |
309 | 309 | <span class="text-sm {selectedDataset === 'large' ? 'text-white' : 'text-[#64748b]'}">📈</span> |
310 | 310 | </div> |
311 | 311 | <div class="text-left"> |
|
327 | 327 | <div class="rounded-xl border-2 transition-all duration-200 mb-3"> |
328 | 328 | <div class="flex items-center justify-between"> |
329 | 329 | <div class="flex items-center"> |
330 | | - <div class="w-8 h-8 rounded-lg flex items-center justify-center mr-3 transition-colors duration-200"> |
| 330 | + <div class="h-8 rounded-lg flex items-center justify-center mr-3 transition-colors duration-200"> |
331 | 331 | <span class="text-sm {selectedDataset === 'mixed' ? 'text-white' : 'text-[#64748b]'}">🎨</span> |
332 | 332 | </div> |
333 | 333 | <div class="text-left"> |
|
0 commit comments