Skip to content

Commit 06a2575

Browse files
committed
chore: wip
1 parent 896449f commit 06a2575

File tree

1 file changed

+19
-32
lines changed

1 file changed

+19
-32
lines changed

resources/views/dashboard/actions/index.vue

Lines changed: 19 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -139,23 +139,23 @@ useHead({
139139
<thead class="bg-gray-50">
140140
<tr>
141141
<th scope="col" class="py-3.5 pl-4 pr-3 text-left text-sm font-semibold text-gray-900 sm:pl-6">
142-
When
142+
Name
143143
</th>
144144

145145
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
146-
Triggered By
146+
Path
147147
</th>
148148

149149
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
150-
Commit
150+
Status
151151
</th>
152152

153-
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
154-
Branch
153+
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 sm:text-right">
154+
Created At
155155
</th>
156156

157-
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
158-
Status
157+
<th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900 sm:text-right">
158+
Updated At
159159
</th>
160160

161161
<th scope="col" class="relative py-3.5 pl-3 pr-4 sm:pr-6">
@@ -167,42 +167,29 @@ useHead({
167167
<tbody class="divide-y divide-gray-200 bg-white">
168168
<tr>
169169
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm font-medium text-gray-900 sm:pl-6">
170-
Moments ago
171-
</td>
172-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
173-
<div class="flex items-center">
174-
<div class="flex-shrink-0 w-10 h-10">
175-
<img
176-
src="https://carefreeagency-eliinova.s3.amazonaws.com/images/avatar/default.svg"
177-
alt=""
178-
class="w-10 h-10 rounded-full"
179-
>
180-
</div>
181-
<div class="ml-4">
182-
<div class="flex items-center text-sm font-medium text-gray-900 dark:text-gray-100">
183-
Chris Breuer
184-
</div>
185-
<div class="text-sm text-gray-500 dark:text-gray-400 dark:text-gray-300">
186-
chris@stacksjs.org
187-
</div>
188-
</div>
189-
</div>
170+
SendWelcomeEmail
190171
</td>
191172

192173
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
193-
<a href="github.com/stacksjs/stacks/commit/342afe5a" class="text-blue-600 hover:text-blue-900">342afe5a</a>
174+
./app/Actions/Example.ts
194175
</td>
195176

196177
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500 font-mono">
197-
<a href="github.com/stacksjs/stacks" class="text-blue-600 hover:text-blue-900">main</a>
178+
<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">
179+
Enabled
180+
</span>
181+
</td>
182+
183+
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
184+
01-03-2023 08:23:15
198185
</td>
199186

200-
<td class="whitespace-nowrap px-3 py-4 text-sm text-gray-500">
201-
Deployed
187+
<td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
188+
04-19-2022 09:04:20
202189
</td>
203190

204191
<td class="relative whitespace-nowrap py-4 pl-3 pr-4 text-right text-sm font-medium sm:pr-6">
205-
<a href="#" class="text-blue-600 hover:text-blue-900">View<span class="sr-only">, Queue</span></a>
192+
<a href="#" class="text-blue-600 hover:text-blue-900">Open<span class="sr-only">, Action in IDE</span></a>
206193
</td>
207194
</tr>
208195
</tbody>

0 commit comments

Comments
 (0)