Merge pull request 'fix(modal): place meta + save block under Provenance, above Tags' (#132) from dev into main
CI / lint (push) Successful in 3s
CI / frontend-build (push) Successful in 19s
CI / backend-lint-and-test (push) Successful in 27s
CI / integration (push) Successful in 3m20s
Build images / sign-extension (push) Successful in 3s
Build images / build-ml (push) Successful in 7s
Build images / build-web (push) Successful in 11s

This commit was merged in pull request #132.
This commit is contained in:
2026-06-26 10:14:15 -04:00
@@ -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