Update validation command approvals in settings; enhance checkbox toggle slider styles for checklist items; adjust cache timestamps in config
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -16,6 +16,14 @@
|
|||||||
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1$/": {
|
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1$/": {
|
||||||
"approve": true,
|
"approve": true,
|
||||||
"matchCommandLine": true
|
"matchCommandLine": true
|
||||||
|
},
|
||||||
|
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1 \\| grep -E \"CSS\\|REBUILD\\|ERFOLG\" \\| tail -10$/": {
|
||||||
|
"approve": true,
|
||||||
|
"matchCommandLine": true
|
||||||
|
},
|
||||||
|
"/^python3 custom/scripts/validate_and_rebuild\\.py 2>&1 \\| tail -15$/": {
|
||||||
|
"approve": true,
|
||||||
|
"matchCommandLine": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -97,12 +97,47 @@ input[type="checkbox"].form-checkbox:disabled::before,
|
|||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Spezielle Behandlung für Fields mit Checklist-Items */
|
||||||
|
.field[data-name="erforderlicheUnterlagen"] {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Boolean Field spezifisch */
|
/* Boolean Field spezifisch */
|
||||||
.field.field-boolean {
|
.field.field-boolean {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Checklist Item Container - untereinander anordnen */
|
||||||
|
/* Parent Container der Checklist Items */
|
||||||
|
.checklist-container {
|
||||||
|
display: block !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checklist-item-container {
|
||||||
|
display: block !important;
|
||||||
|
clear: both !important;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
width: 100% !important;
|
||||||
|
float: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checklist-item-container input[type="checkbox"] {
|
||||||
|
margin-right: 8px;
|
||||||
|
float: none !important;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
|
.checklist-item-container .checklist-label {
|
||||||
|
cursor: pointer;
|
||||||
|
user-select: none;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* ===== DETAIL VIEW (Readonly) ===== */
|
/* ===== DETAIL VIEW (Readonly) ===== */
|
||||||
|
|
||||||
/* Detail-Mode mit custom Attribut */
|
/* Detail-Mode mit custom Attribut */
|
||||||
|
|||||||
@@ -359,8 +359,8 @@ return [
|
|||||||
0 => 'youtube.com',
|
0 => 'youtube.com',
|
||||||
1 => 'google.com'
|
1 => 'google.com'
|
||||||
],
|
],
|
||||||
'cacheTimestamp' => 1769211423,
|
'cacheTimestamp' => 1769211856,
|
||||||
'microtime' => 1769211423.866265,
|
'microtime' => 1769211856.324109,
|
||||||
'siteUrl' => 'https://crm.bitbylaw.com',
|
'siteUrl' => 'https://crm.bitbylaw.com',
|
||||||
'fullTextSearchMinLength' => 4,
|
'fullTextSearchMinLength' => 4,
|
||||||
'appTimestamp' => 1768843902,
|
'appTimestamp' => 1768843902,
|
||||||
|
|||||||
Reference in New Issue
Block a user