feat(ui): redesign image generator floating composer and settings panel

Compact the floating composer with an auto-resizing prompt editor and a
scrollable settings popover, add a titled settings panel, and show the
resolved image size in the settings summary. Add the imageCountLabel
string for the count section.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-09 01:46:24 +08:00
parent cbf4e21e2b
commit 94718553c6
6 changed files with 235 additions and 43 deletions
@@ -413,6 +413,14 @@
gap: 20px;
}
.composer-settings-panel h3 {
margin: 0;
color: #242a34;
font-size: 15px;
font-weight: 700;
line-height: 22px;
}
.composer-settings-panel section {
display: grid;
gap: 12px;