Skip to content

Commit c694695

Browse files
committed
chore: wip
1 parent b6b5d30 commit c694695

File tree

2 files changed

+47
-19
lines changed

2 files changed

+47
-19
lines changed

bun.lockb

4.11 KB
Binary file not shown.

resources/views/dashboard/models/subscribers.vue

Lines changed: 47 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,19 @@
9898
</th>
9999

100100
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
101-
Name
101+
Email
102+
</th>
103+
104+
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
105+
User
102106
</th>
103107

104108
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
105109
Status
106110
</th>
107111

108112
<th scope="col" class="px-3 py-3.5 text-right text-sm font-semibold text-gray-900">
109-
Updated At
113+
Unsubscribed At
110114
</th>
111115

112116
<th scope="col" class="px-3 py-3.5 text-right text-sm font-semibold text-gray-900">
@@ -126,27 +130,51 @@
126130
</td>
127131

128132
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
129-
<div class="flex items-center">
130-
<div class="flex-shrink-0 w-10 h-10">
131-
<img
132-
src="https://carefreeagency-eliinova.s3.amazonaws.com/images/avatar/default.svg"
133-
alt=""
134-
class="w-10 h-10 rounded-full"
135-
>
136-
</div>
137-
<div class="ml-4">
138-
<div class="flex items-center text-sm font-medium text-gray-900 dark:text-gray-100">
139-
Chris Breuer
140-
</div>
141-
<div class="text-sm text-gray-500 dark:text-gray-400 dark:text-gray-300">
142-
chris@stacksjs.org
143-
</div>
144-
</div>
133+
<div class="flex items-center text-sm font-medium text-gray-900 dark:text-gray-100">
134+
chris@stacksjs.org
135+
</div>
136+
</td>
137+
138+
<!-- could be empty if no relationship exists -->
139+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
140+
Chris Breuer
141+
</td>
142+
143+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
144+
<span class="inline-flex items-center rounded-md bg-green-50 px-2 py-1 text-xs font-medium text-green-700 ring-1 ring-inset ring-green-600/20">Subscribed</span>
145+
</td>
146+
147+
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
148+
<!-- 2024/01/22 11:00am -->
149+
</td>
150+
151+
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
152+
2024/01/02
153+
</td>
154+
155+
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
156+
<a href="#" class="text-blue-600 hover:text-blue-900">Edit<span class="sr-only">, Subscriber</span></a>
157+
</td>
158+
</tr>
159+
160+
<tr>
161+
<td class="whitespace-nowrap pl-4 pr-3 py-4 text-sm font-medium text-gray-900 sm:pl-6">
162+
2
163+
</td>
164+
165+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
166+
<div class="flex items-center text-sm font-medium text-gray-900 dark:text-gray-100">
167+
buddy@stacksjs.org
145168
</div>
146169
</td>
147170

171+
<!-- could be empty if no relationship exists -->
172+
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
173+
<!-- Chris Breuer -->
174+
</td>
175+
148176
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
149-
Subscribed
177+
<span class="inline-flex items-center rounded-md bg-slate-50 px-2 py-1 text-xs font-medium text-slate-700 ring-1 ring-inset ring-slate-600/20">Unsubscribed</span>
150178
</td>
151179

152180
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">

0 commit comments

Comments
 (0)