* view.transform.js: major refactor * general record transform rather than column transform * Normal dataset view rather than modal * Reworked UI * split out css from grid.css and simplify * model.js + backend.memory.js: transform implemented on Dataset and Memory (Dataset passes off to _store). * multiview: use new transform view * _includes/recline-deps - rework to use source files rather than built ones
32 lines
451 B
CSS
32 lines
451 B
CSS
.recline-transform .script {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.recline-transform .script textarea {
|
|
width: 100%;
|
|
height: 100px;
|
|
font-family: monospace;
|
|
}
|
|
|
|
.recline-transform h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.recline-transform h2 .okButton {
|
|
margin-left: 10px;
|
|
margin-top: -2px;
|
|
}
|
|
|
|
.recline-transform .preview {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.expression-preview-parsing-status {
|
|
color: #999;
|
|
}
|
|
|
|
.expression-preview-parsing-status.error {
|
|
color: red;
|
|
}
|
|
|