Show target dropdown before message selection

This commit is contained in:
DonVoo 2026-07-05 23:53:12 +02:00
parent d69e7afa82
commit f455da54af
2 changed files with 14 additions and 4 deletions

View file

@ -65,13 +65,12 @@ func renderShell(w http.ResponseWriter, active, readingPane string) {
<div class="read-body">%s</div>
</section>
<section class="pane pane-read pane-target" id="read-target">
<div class="pane-head">Zielkopie</div>
<div class="read-body"><div class="ef-empty">Nachricht waehlen.</div></div>
%s
</section>
</div>
<footer class="statusbar"><span id="mig-status"
hx-get="/migrate/status" hx-trigger="every 3s" hx-swap="innerHTML">bereit</span></footer>
</body></html>`, active, readingPane)
</body></html>`, active, readingPane, renderInitialTargetPane())
}
// --- Stubs fuer die noch nicht gebauten Handler (TODO Codex) ---