|
98 | 98 | </th>
|
99 | 99 |
|
100 | 100 | <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 |
102 | 106 | </th>
|
103 | 107 |
|
104 | 108 | <th scope="col" class="px-3 py-3.5 text-left text-sm font-semibold text-gray-900">
|
105 | 109 | Status
|
106 | 110 | </th>
|
107 | 111 |
|
108 | 112 | <th scope="col" class="px-3 py-3.5 text-right text-sm font-semibold text-gray-900">
|
109 |
| - Updated At |
| 113 | + Unsubscribed At |
110 | 114 | </th>
|
111 | 115 |
|
112 | 116 | <th scope="col" class="px-3 py-3.5 text-right text-sm font-semibold text-gray-900">
|
|
126 | 130 | </td>
|
127 | 131 |
|
128 | 132 | <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 |
145 | 168 | </div>
|
146 | 169 | </td>
|
147 | 170 |
|
| 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 | + |
148 | 176 | <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> |
150 | 178 | </td>
|
151 | 179 |
|
152 | 180 | <td class="whitespace-nowrap px-3 py-4 text-right text-sm text-gray-500">
|
|
0 commit comments