diff --git a/frontend/dashboard.css b/frontend/dashboard.css index 896375c..a1523bf 100644 --- a/frontend/dashboard.css +++ b/frontend/dashboard.css @@ -129,7 +129,7 @@ textarea { resize: vertical; min-height: 120px; } .cmd-select-result { min-height:44px; width:100%; display:grid; grid-template-columns:28px 1fr auto; gap:10px; align-items:center; text-align:left; } .cmd-select-result input { width:22px; height:22px; } .cmd-select-result[disabled] { cursor:not-allowed; opacity:.62; } -.search-batch-actions { position:sticky; bottom:0; z-index:3; display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; padding:10px 0 calc(10px + env(safe-area-inset-bottom)); background:#0b1526; border-top:1px solid #2a496e; } +.search-batch-actions { position:sticky; bottom:0; z-index:3; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; padding:10px 0 calc(10px + env(safe-area-inset-bottom)); background:#0b1526; border-top:1px solid #2a496e; } .search-batch-actions[hidden] { display:none; } .search-batch-actions span { grid-column:1 / -1; } .search-batch-actions button, .search-batch-recovery { min-height:44px; } @@ -142,6 +142,14 @@ textarea { resize: vertical; min-height: 120px; } .search-batch-estimate-review input { min-height:44px; width:76px; } .search-batch-estimate-actions { position:sticky; bottom:0; display:grid; grid-template-columns:1fr 1fr; gap:8px; padding-bottom:env(safe-area-inset-bottom); background:#101f36; } .search-batch-estimate-actions button { min-height:44px; } +.search-release-review { display:grid; gap:12px; max-height:calc(100dvh - 48px); overflow:auto; padding:12px; border:1px solid #2a496e; border-radius:12px; background:#101f36; overflow-wrap:anywhere; } +.search-release-review[hidden] { display:none; } +.search-release-review > div:first-child, #search-release-list, .search-release-row { display:grid; gap:6px; } +.search-release-review label { display:grid; gap:6px; } +.search-release-review select, .search-release-review input { min-height:44px; width:100%; } +.search-release-row { padding:8px 0; border-bottom:1px solid #2a496e; } +.search-release-actions { position:sticky; bottom:0; display:grid; grid-template-columns:1fr 1fr; gap:8px; padding-bottom:env(safe-area-inset-bottom); background:#101f36; } +.search-release-actions button { min-height:44px; } .cmd-group { padding:8px 10px 3px; color:#60a5fa; font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; } #whiteboard-modal, #markdown-modal { position: fixed; inset: 0; background: rgba(5,12,21,.55); display: none; align-items: center; justify-content: center; z-index: 40; backdrop-filter: blur(6px); } diff --git a/frontend/index.html b/frontend/index.html index eb59c26..548fc12 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -459,6 +459,7 @@ No issues selected. +
Confirm & assign
+