Replace distribution JSON editor with form UI
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-06 03:15:30 +09:00
parent 7c7357e44e
commit 9ab8d88fd5
5 changed files with 228 additions and 17 deletions

View File

@@ -376,12 +376,30 @@ textarea {
background: #111412;
box-shadow: var(--shadow);
pointer-events: auto;
overflow-y: auto;
}
#distributionEditorStatus {
margin-top: -4px;
}
.distributionSummary {
padding-bottom: 16px;
}
.distributionSummaryValue {
width: 100%;
padding: 14px 16px;
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: 14px;
background: var(--panel-strong);
color: var(--text);
}
.distributionEditorForm {
gap: 16px;
}
.modalHeader {
display: flex;
justify-content: space-between;