new admin page to manage merchant imports and updates.

This commit is contained in:
2025-12-01 21:28:59 -05:00
parent e4d25c3ea8
commit 0bc4d94ecd
69 changed files with 1259 additions and 13 deletions
+44
View File
@@ -635,6 +635,9 @@ video {
.max-w-xl {
max-width: 36rem;
}
.max-w-2xl {
max-width: 42rem;
}
.flex-1 {
flex: 1 1 0%;
}
@@ -645,6 +648,9 @@ video {
.cursor-not-allowed {
cursor: not-allowed;
}
.cursor-wait {
cursor: wait;
}
.grid-cols-\[minmax\(0\2c 3fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_auto\] {
grid-template-columns: minmax(0,3fr) minmax(0,1fr) minmax(0,1fr) auto;
}
@@ -657,6 +663,9 @@ video {
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
@@ -699,6 +708,15 @@ video {
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(39 39 42 / var(--tw-divide-opacity));
}
.overflow-hidden {
overflow: hidden;
}
@@ -777,6 +795,12 @@ video {
--tw-border-opacity: 1;
border-color: rgb(24 24 27 / var(--tw-border-opacity));
}
.border-emerald-500\/40 {
border-color: rgb(16 185 129 / 0.4);
}
.border-red-500\/40 {
border-color: rgb(239 68 68 / 0.4);
}
.bg-amber-400 {
--tw-bg-opacity: 1;
background-color: rgb(251 191 36 / var(--tw-bg-opacity));
@@ -943,6 +967,12 @@ video {
.pr-4 {
padding-right: 1rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.text-left {
text-align: left;
}
@@ -1078,6 +1108,10 @@ video {
--tw-text-opacity: 1;
color: rgb(110 231 183 / var(--tw-text-opacity));
}
.text-amber-400 {
--tw-text-opacity: 1;
color: rgb(251 191 36 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
@@ -1175,6 +1209,10 @@ body {
color: rgb(212 212 216 / var(--tw-text-opacity));
}
.focus\:border-amber-400\/70:focus {
border-color: rgb(251 191 36 / 0.7);
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
@@ -1186,6 +1224,12 @@ body {
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-0:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-amber-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity));