Skip to content

Commit eaea592

Browse files
committed
chore: wip
chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip chore: wip
1 parent b68321b commit eaea592

File tree

35 files changed

+694
-994
lines changed

35 files changed

+694
-994
lines changed

bun.lockb

-824 Bytes
Binary file not shown.

resources/components/Dashboard/Sidebar.stx

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<nav class="flex flex-1 flex-col">
1515
<ul
1616
role="list"
17-
class="flex flex-1 flex-col gap-y-7"
17+
class="flex flex-1 flex-col gap-y-8"
1818
>
1919
<li>
2020
<ul
@@ -114,7 +114,7 @@
114114
</RouterLink>
115115
</li>
116116

117-
<li>
117+
<!-- <li>
118118
<RouterLink
119119
to="/settings/billing"
120120
class="sidebar-links"
@@ -132,7 +132,7 @@
132132
<div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 group-hover:text-gray-700 transition duration-150 ease-in-out" />
133133
<span class="truncate">Secrets</span>
134134
</RouterLink>
135-
</li>
135+
</li> -->
136136
</ul>
137137
</li>
138138

@@ -156,15 +156,31 @@
156156
</li>
157157
<li>
158158
<RouterLink
159-
to="/models/events"
159+
to="/models/subscribers"
160160
class="sidebar-links"
161161
>
162-
<span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-lg border text-[0.625rem] font-medium bg-white text-gray-400 border-gray-200 dark:border-gray-600 group-hover:border-blue-600 group-hover:text-blue-600">E</span>
163-
<span class="truncate">Events</span>
162+
<span class="flex h-6 w-6 shrink-0 items-center justify-center rounded-lg border text-[0.625rem] font-medium bg-white text-gray-400 border-gray-200 dark:border-gray-600 group-hover:border-blue-600 group-hover:text-blue-600">S</span>
163+
<span class="truncate">Subscribers</span>
164164
</RouterLink>
165165
</li>
166166
</ul>
167167
</li>
168+
<li class="mt-auto flex items-center justify-start space-x-4">
169+
<RouterLink
170+
to="/settings/billing"
171+
class="px-6 py-3 text-sm font-semibold leading-6 text-gray-900 dark:text-gray-200 transition-all duration-150 ease-in-out flex items-center justify-center"
172+
active-class="active"
173+
>
174+
<div class="i-heroicons-cog-6-tooth text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
175+
</RouterLink>
176+
<RouterLink
177+
to="/environment"
178+
class="px-6 py-3 text-sm font-semibold leading-6 text-gray-900 dark:text-gray-200 transition-all duration-150 ease-in-out flex items-center justify-center"
179+
active-class="active"
180+
>
181+
<div class="i-heroicons-lock-closed text-gray-500 w-6 h-6 dark:text-gray-200 transition-all duration-150 ease-in-out" />
182+
</RouterLink>
183+
</li>
168184
</ul>
169185
</nav>
170186
</div>

resources/views/dashboard/commands/index.stx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ useHead({
190190
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
191191
<pre
192192
v-highlightjs
193-
><code class="bash"> buddy dev:components </code></pre>
193+
><code class="bash"> buddy build:components </code></pre>
194194
</td>
195195

196196
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<script setup lang="ts">
2+
useHead({
3+
title: 'Dashboard - Emails',
4+
})
5+
</script>
6+
7+
<template>
8+
<div class="min-h-screen py-4 lg:py-8 dark:bg-blue-gray-800">
9+
<div class="px-4 sm:px-6 lg:px-8">
10+
<div class="sm:flex sm:items-center">
11+
<div class="sm:flex-auto">
12+
<h1 class="text-base font-semibold leading-6 text-gray-900">
13+
Mailbox
14+
</h1>
15+
<p class="mt-2 text-sm text-gray-700">
16+
A list of all your project’s email inboxes.
17+
</p>
18+
</div>
19+
<div class="mt-4 sm:ml-16 sm:mt-0 sm:flex-none">
20+
<button type="button" class="block rounded-md bg-blue-600 px-3 py-2 text-center text-sm font-semibold text-white shadow-sm hover:bg-blue-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-600">
21+
Add Mailbox
22+
</button>
23+
</div>
24+
</div>
25+
26+
<div class="mt-8 flow-root">
27+
<div class="-mx-4 -my-2 overflow-x-auto sm:-mx-6 lg:-mx-8">
28+
<div class="inline-block min-w-full py-2 align-middle sm:px-6 lg:px-8">
29+
<div class="overflow-hidden shadow ring-1 ring-black ring-opacity-5 sm:rounded-lg">
30+
<table class="min-w-full divide-y divide-gray-300">
31+
<thead class="bg-gray-50">
32+
<tr>
33+
<th scope="col" class="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6">
34+
Inbox
35+
</th>
36+
37+
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
38+
Name
39+
</th>
40+
41+
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 text-right">
42+
Created At
43+
</th>
44+
45+
<th scope="col" class="relative py-3.5 pl-3 pr-4 sm:pr-6">
46+
<span class="sr-only">Edit</span>
47+
</th>
48+
</tr>
49+
</thead>
50+
51+
<tbody class="divide-y divide-gray-200 bg-white">
52+
<tr>
53+
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6">
54+
chris@stacksjs.org
55+
</td>
56+
57+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
58+
Chris Breuer
59+
</td>
60+
61+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 text-right">
62+
2023-08-01
63+
</td>
64+
65+
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
66+
<a href="#" class="text-blue-600 hover:text-blue-900">Edit<span class="sr-only">, Email Inbox</span></a>
67+
</td>
68+
</tr>
69+
70+
<tr>
71+
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6">
72+
blake@stacksjs.org
73+
</td>
74+
75+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
76+
Blake
77+
</td>
78+
79+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 text-right">
80+
2024-01-11
81+
</td>
82+
83+
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
84+
<a href="#" class="text-blue-600 hover:text-blue-900">Edit<span class="sr-only">, Email Inbox</span></a>
85+
</td>
86+
</tr>
87+
</tbody>
88+
</table>
89+
</div>
90+
</div>
91+
</div>
92+
</div>
93+
</div>
94+
</div>
95+
</template>

resources/views/dashboard/library/index.stx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ useHead({
149149
Path
150150
</th>
151151

152-
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
152+
<th scope="col" class="px-3 py-3.5 text-right text-sm font-semibold text-gray-900">
153153
Created At
154154
</th>
155155

156-
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
156+
<th scope="col" class="px-3 py-3.5 text-right text-sm font-semibold text-gray-900">
157157
Updated At
158158
</th>
159159

@@ -177,11 +177,11 @@ useHead({
177177
./resources/components/component-a.stx
178178
</td>
179179

180-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
180+
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
181181
01-03-2023 08:23:15
182182
</td>
183183

184-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
184+
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
185185
04-19-2022 09:04:20
186186
</td>
187187

@@ -233,11 +233,11 @@ useHead({
233233
Path
234234
</th>
235235

236-
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
236+
<th scope="col" class="px-3 py-3.5 text-right text-sm font-semibold text-gray-900">
237237
Created At
238238
</th>
239239

240-
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
240+
<th scope="col" class="px-3 py-3.5 text-right text-sm font-semibold text-gray-900">
241241
Updated At
242242
</th>
243243

@@ -261,11 +261,11 @@ useHead({
261261
./resources/functions/function-a.ts
262262
</td>
263263

264-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
264+
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
265265
01-03-2023 08:23:15
266266
</td>
267267

268-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
268+
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
269269
04-19-2022 09:04:20
270270
</td>
271271

0 commit comments

Comments
 (0)