fix(modal): place meta + save block under Provenance, above Tags
CI / lint (push) Successful in 2s
CI / frontend-build (push) Successful in 19s
CI / backend-lint-and-test (push) Successful in 25s
CI / integration (push) Successful in 3m19s

Operator-clarified 2026-06-26: the dimensions/size/type + save (floppy) block
should sit DIRECTLY above the Tags section — i.e. just under Provenance — not at
the very top of the rail. Reorder the rail's main scroll area to Provenance →
ImageMetaBar → TagPanel (Related stays pinned at the bottom).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-26 08:44:27 -04:00
parent 1728b43167
commit 4a1f255164
@@ -73,10 +73,13 @@
</div>
<aside v-if="modal.current" class="fc-viewer__side">
<!-- Meta + provenance + tags + suggestions scroll together here -->
<!-- Provenance, then the meta + save block just beneath it, then tags
+ suggestions all scroll together here (operator-asked
2026-06-26: meta/download sits directly above Tags, under
Provenance). -->
<div class="fc-viewer__side-main">
<ImageMetaBar />
<ProvenancePanel />
<ImageMetaBar />
<TagPanel />
</div>
<!-- while Related is PINNED to the bottom of the rail so it stays