-
-
+ <>
+ {/* Ambient indeterminate progress along the top edge */}
+
-
+ {/* Floating status pill — overlays the map without shifting layout */}
+
+
+ {t("computingRoute")}
+
+ >
)}
void;
onRedo: () => void;
- computing?: boolean;
/** App-specific interactive slot (profile selector). */
profileSlot?: ReactNode;
/** Right-aligned action slot (save-to-journal, export). */
@@ -43,7 +42,6 @@ export function Topbar({
canRedo,
onUndo,
onRedo,
- computing = false,
profileSlot,
actions,
}: TopbarProps) {
@@ -86,11 +84,6 @@ export function Topbar({