fix: restore load_dashboard.py (truncated), use CSS vars for dark mode, improve card spacing
This commit is contained in:
parent
759d629bb3
commit
401c7a15bb
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {
|
"options": {
|
||||||
"bgcolor": "#FFFFFF",
|
"bgcolor": "var(--sage-bg-card, #FFFFFF)",
|
||||||
"padding": "24px",
|
"padding": "24px",
|
||||||
"borderRadius": "8px",
|
"borderRadius": "8px",
|
||||||
"flex": "1",
|
"flex": "1",
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"width": "100%",
|
"width": "100%",
|
||||||
"height": "100%",
|
"height": "100%",
|
||||||
"bgcolor": "var(--bricks-bg-color, #ffffff)"
|
"bgcolor": "var(--sage-bg-primary, transparent)"
|
||||||
},
|
},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
@ -68,9 +68,9 @@
|
|||||||
"widgettype": "ResponsableBox",
|
"widgettype": "ResponsableBox",
|
||||||
"options": {
|
"options": {
|
||||||
"width": "100%",
|
"width": "100%",
|
||||||
"gap": "12px",
|
"gap": "16px",
|
||||||
"minWidth": "220px",
|
"minWidth": "180px",
|
||||||
"marginBottom": "12px"
|
"marginBottom": "16px"
|
||||||
},
|
},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
@ -127,9 +127,9 @@
|
|||||||
"widgettype": "ResponsableBox",
|
"widgettype": "ResponsableBox",
|
||||||
"options": {
|
"options": {
|
||||||
"width": "100%",
|
"width": "100%",
|
||||||
"gap": "12px",
|
"gap": "16px",
|
||||||
"minWidth": "220px",
|
"minWidth": "180px",
|
||||||
"marginBottom": "12px"
|
"marginBottom": "16px"
|
||||||
},
|
},
|
||||||
"subwidgets": [
|
"subwidgets": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {
|
"options": {
|
||||||
|
"css": "stat-card",
|
||||||
"padding": "14px",
|
"padding": "14px",
|
||||||
"borderRadius": "12px",
|
"borderRadius": "12px",
|
||||||
"flex": "1",
|
"flex": "1",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {
|
"options": {
|
||||||
"bgcolor": "#FFFFFF",
|
"bgcolor": "var(--sage-bg-card, #FFFFFF)",
|
||||||
"padding": "24px",
|
"padding": "24px",
|
||||||
"borderRadius": "8px",
|
"borderRadius": "8px",
|
||||||
"flex": "1",
|
"flex": "1",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"widgettype": "VBox",
|
"widgettype": "VBox",
|
||||||
"options": {
|
"options": {
|
||||||
"bgcolor": "#FFFFFF",
|
"bgcolor": "var(--sage-bg-card, #FFFFFF)",
|
||||||
"padding": "24px",
|
"padding": "24px",
|
||||||
"borderRadius": "8px",
|
"borderRadius": "8px",
|
||||||
"flex": "1",
|
"flex": "1",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user