feat: enhance schema type handling with new formats and UI components

This commit is contained in:
2026-05-29 23:08:17 +12:00
parent d4969172c2
commit 20808b6962
3 changed files with 122 additions and 4 deletions
+28
View File
@@ -959,6 +959,34 @@ a.job-bar:hover { filter: brightness(1.1); box-shadow: 0 0 0 1px rgba(255,255,25
padding: 5px 8px;
width: 100%;
}
.schema-type-cell {
display: flex;
align-items: center;
gap: 6px;
min-width: 0;
}
.schema-type-cell .schema-type-select {
width: auto;
min-width: 80px;
flex-shrink: 0;
}
.schema-fmt-wrapper {
flex: 1;
min-width: 0;
display: flex;
}
.schema-fmt-input {
width: 100%;
min-width: 80px;
}
.schema-dec-wrapper {
display: flex;
gap: 4px;
}
.schema-dec-prec,
.schema-dec-scale {
width: 54px;
}
/* Field mapping */
.mapping-header {