e.stopPropagation()}>
- {date}
-
+
+ {isToday && (
+
+ Today
+
+ )}
+
+ {date}
+
+
+
{weekday} {time && `· ${time}`}
@@ -487,16 +636,16 @@ function StopRowBase({
|
- {stop.city}
- {stop.state}
+ {stop.city}
+ {stop.state}
|
- {stop.location}
+ {stop.location}
{stop.address && (
-
+
{stop.address}
)}
@@ -505,11 +654,11 @@ function StopRowBase({
@@ -556,7 +705,20 @@ function StopRowBase({
setConfirmDelete(null);
}}
/>
-
+
+
{stop.status === "draft" && (
)}
e.stopPropagation()}
- className="flex items-center px-4 py-2.5 text-sm text-[var(--admin-text-secondary)] hover:bg-[var(--admin-bg-subtle)] transition-colors"
+ className="flex items-center gap-2 px-4 py-2.5 text-sm text-stone-600 hover:bg-stone-50 transition-colors"
>
+
Duplicate
@@ -600,11 +771,11 @@ function StopRowBase({
setOpenMenu(null);
}}
/>
-
-
- Delete "{stop.city}, {stop.state}"?
+
+
+ Delete "{stop.city}, {stop.state}"?
-
+
This will remove the stop. If it has active orders, you must resolve those first.
| |