diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index bb4aa48..f522f99 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -56,7 +56,7 @@ function App() { {/* Left Sidebar */}
setRightSidebarOpen(false)} /> diff --git a/frontend/src/components/heaps/ActiveHeapCard.tsx b/frontend/src/components/heaps/ActiveHeapCard.tsx index 23d2cb0..07b4887 100644 --- a/frontend/src/components/heaps/ActiveHeapCard.tsx +++ b/frontend/src/components/heaps/ActiveHeapCard.tsx @@ -56,20 +56,20 @@ export function ActiveHeapCard() { })) return ( -
+
{/* Header — clickable, navigates to the heap section. */} @@ -81,7 +81,7 @@ export function ActiveHeapCard() { * so the cacti frame the photos rather than the (transparent) sky. */}
))} diff --git a/frontend/src/components/heaps/HeapsPanel.tsx b/frontend/src/components/heaps/HeapsPanel.tsx index c883362..1e35505 100644 --- a/frontend/src/components/heaps/HeapsPanel.tsx +++ b/frontend/src/components/heaps/HeapsPanel.tsx @@ -176,9 +176,10 @@ export function HeapsPanel() { return (
- {/* Section header */} + {/* Section header — eyebrow style to match the LeftSidebar + * library/folders headers. */}
setExpanded((v) => !v)} > - Heaps @@ -238,8 +238,8 @@ export function HeapsPanel() { {heaps.length === 0 && !creating && (
No heaps yet
@@ -264,7 +264,7 @@ export function HeapsPanel() {
{ if (isRenaming) return navigateToSection(`heap-${heap.id}`, { heapId: heap.id }) @@ -311,7 +311,7 @@ export function HeapsPanel() { > @@ -361,11 +361,11 @@ export function HeapsPanel() { * on the name above; the standalone Target indicator * was making heap counts sit left of the others. */} {heap.photo_count > 0 ? ( - + {heap.photo_count} ) : ( -