From e3fa482f642d061f39a73805e6b1c2babffab0e2 Mon Sep 17 00:00:00 2001 From: Claudio Date: Sun, 10 May 2026 21:37:57 +0200 Subject: [PATCH] docs(mule-image): right sidebar restructure changelog Heap card stays pinned at the top, editable form + readonly metadata share a single scroll area, and the four readonly sections are now wrapped in one outer Metadata collapsible. Co-Authored-By: Claude Opus 4.7 (1M context) --- containers/120-mule-images.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/containers/120-mule-images.md b/containers/120-mule-images.md index 56353b6..0270b10 100644 --- a/containers/120-mule-images.md +++ b/containers/120-mule-images.md @@ -80,6 +80,16 @@ For pushes from inside the LXC, gitea creds at `/etc/mule-deploy/git-credentials ## Changelog +### 2026-05-10 — right sidebar restructure (heap pinned, single scroll, collapsible Metadata) + +The right sidepanel had three stacked flex regions: ``, `
`, and `` — with `PhotoInfoPanel` carrying its own internal scroll. That left the editable fields (filename, title, notes, rating, color, flag) stuck above the readonly metadata scroll, effectively two scroll boundaries on one sidebar. + +- Moved the scroll boundary up to `RightSidebar.tsx`: only `ActiveHeapCard` and `Header` stay pinned now. Editable + readonly content scroll together in one `flex-1 overflow-y-auto` region beneath them. +- `PhotoInfoPanel.tsx` dropped its `h-full` / inner `flex-1 overflow-y-auto`. +- The four readonly sections (Tags / Basic Info / Camera / Location) are now wrapped in a single outer "Metadata" `Collapsible`. Default expanded, one click hides the whole block. Sub-sections stay individually collapsible. + +`PreviewView` reuses `RightSidebar` under an `