+
No cookies found
@@ -176,8 +268,8 @@ async function handleBatchDelete() {
@change="toggleSelectAll()"
/>
-
Name |
-
Path |
+
Cookie |
+
Location |
Device |
Updated |
|
@@ -188,7 +280,6 @@ async function handleBatchDelete() {
v-for="cookie in cookies"
:key="cookie.id"
class="cursor-pointer hover:bg-blue-50"
- :class="selectedCookie?.id === cookie.id ? 'bg-blue-50' : ''"
@click="selectCookie(cookie)"
>
@@ -210,7 +301,7 @@ async function handleBatchDelete() {
|
@@ -223,74 +314,50 @@ async function handleBatchDelete() {
-
-
- |