|
8 | 8 | <app-loading height="7.5rem" class="mb-1" /> |
9 | 9 | <app-loading height="7.5rem" /> |
10 | 10 | </div> |
11 | | - <div v-else class="mb-4"> |
12 | | - <div class="quickstart-summary panel p-5 mb-4"> |
13 | | - <div class="flex items-start gap-4"> |
14 | | - <div class="summary-left"> |
15 | | - <h3 class="mb-1 text-lg font-semibold">QUICKSTART GUIDE</h3> |
16 | | - <p class="text-sm text-zinc-400">Get set up in minutes — follow the key steps below.</p> |
17 | | - </div> |
18 | | - <div class="ml-auto hidden sm:block"> |
19 | | - <div class="completion-pill text-xs font-medium">{{ Math.round(completionPercentage) }}% complete</div> |
20 | | - </div> |
21 | | - </div> |
22 | | - |
23 | | - <ul class="mt-4 grid gap-2 sm:grid-cols-2"> |
24 | | - <li class="flex items-start gap-3"> |
25 | | - <svg class="icon-check" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17l-5-5" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> |
26 | | - <div> |
27 | | - <div class="text-sm font-medium">Connect your first integration</div> |
28 | | - <div class="text-xs text-zinc-400">Authorize a provider to start syncing data.</div> |
29 | | - </div> |
30 | | - </li> |
31 | | - <li class="flex items-start gap-3"> |
32 | | - <svg class="icon-check" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17l-5-5" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> |
33 | | - <div> |
34 | | - <div class="text-sm font-medium">Invite your team</div> |
35 | | - <div class="text-xs text-zinc-400">Add teammates with full or read-only access.</div> |
36 | | - </div> |
37 | | - </li> |
38 | | - <li class="flex items-start gap-3"> |
39 | | - <svg class="icon-check" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17l-5-5" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> |
40 | | - <div> |
41 | | - <div class="text-sm font-medium">Explore contacts</div> |
42 | | - <div class="text-xs text-zinc-400">Browse and search your people database.</div> |
43 | | - </div> |
44 | | - </li> |
45 | | - <li class="flex items-start gap-3"> |
46 | | - <svg class="icon-check" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17l-5-5" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> |
47 | | - <div> |
48 | | - <div class="text-sm font-medium">Explore organizations</div> |
49 | | - <div class="text-xs text-zinc-400">See company profiles and activity.</div> |
50 | | - </div> |
51 | | - </li> |
52 | | - <li class="flex items-start gap-3"> |
53 | | - <svg class="icon-check" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17l-5-5" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> |
54 | | - <div> |
55 | | - <div class="text-sm font-medium">Look into reports</div> |
56 | | - <div class="text-xs text-zinc-400">Run analytics to understand your activity.</div> |
57 | | - </div> |
58 | | - </li> |
59 | | - <li class="flex items-start gap-3"> |
60 | | - <svg class="icon-check" width="18" height="18" viewBox="0 0 24 24" fill="none"><path d="M20 6L9 17l-5-5" stroke="#9CA3AF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg> |
61 | | - <div> |
62 | | - <div class="text-sm font-medium">Create automations</div> |
63 | | - <div class="text-xs text-zinc-400">Automate routine workflows and notifications.</div> |
64 | | - </div> |
65 | | - </li> |
66 | | - </ul> |
67 | | - </div> |
68 | | - </div> |
69 | 11 | <el-collapse |
70 | | - v-else |
71 | 12 | v-model="activeView" |
72 | 13 | accordion |
73 | 14 | class="guides" |
|
0 commit comments