@@ -139,23 +139,23 @@ useHead({
139
139
<thead class =" bg-gray-50" >
140
140
<tr >
141
141
<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
143
143
</th >
144
144
145
145
<th scope =" col" class =" px-3 py-3.5 text-left text-sm font-semibold text-gray-900" >
146
- Triggered By
146
+ Path
147
147
</th >
148
148
149
149
<th scope =" col" class =" px-3 py-3.5 text-left text-sm font-semibold text-gray-900" >
150
- Commit
150
+ Status
151
151
</th >
152
152
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
155
155
</th >
156
156
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
159
159
</th >
160
160
161
161
<th scope =" col" class =" relative py-3.5 pl-3 pr-4 sm:pr-6" >
@@ -167,42 +167,29 @@ useHead({
167
167
<tbody class =" divide-y divide-gray-200 bg-white" >
168
168
<tr >
169
169
<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
190
171
</td >
191
172
192
173
<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
194
175
</td >
195
176
196
177
<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
198
185
</td >
199
186
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
202
189
</td >
203
190
204
191
<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 >
206
193
</td >
207
194
</tr >
208
195
</tbody >
0 commit comments