chore(release): bump version to FlowPilot1.0
This commit is contained in:
+69
-62
@@ -1,5 +1,5 @@
|
||||
/* ============================================================
|
||||
MultiPage Automation — Side Panel
|
||||
FlowPilot — Side Panel
|
||||
Design: Swiss Modernism + Developer Tool
|
||||
Font: Inter (UI) + JetBrains Mono (code)
|
||||
Themes: Light (default) + Dark (toggle)
|
||||
@@ -7,35 +7,36 @@
|
||||
|
||||
/* ---- Light Theme (default) ---- */
|
||||
:root {
|
||||
--bg-base: #ffffff;
|
||||
--bg-surface: #f7f8fa;
|
||||
--bg-elevated: #eef0f4;
|
||||
--bg-hover: #e4e7ec;
|
||||
--bg-active: #dce0e8;
|
||||
--bg-base: #eef6f4;
|
||||
--bg-surface: #fbfefd;
|
||||
--bg-field: #f7fbfa;
|
||||
--bg-elevated: #e7f1ee;
|
||||
--bg-hover: #dce9e6;
|
||||
--bg-active: #d0e0dc;
|
||||
|
||||
--border: #d8dce3;
|
||||
--border-subtle: #e8ecf1;
|
||||
--border: #c8d9d5;
|
||||
--border-subtle: #dce9e6;
|
||||
|
||||
--text-primary: #1a1d24;
|
||||
--text-secondary: #5c6370;
|
||||
--text-muted: #9ca3af;
|
||||
--text-primary: #162025;
|
||||
--text-secondary: #516368;
|
||||
--text-muted: #7f9194;
|
||||
|
||||
--blue: #2563eb;
|
||||
--blue-soft: rgba(37, 99, 235, 0.08);
|
||||
--blue-glow: rgba(37, 99, 235, 0.12);
|
||||
--green: #16a34a;
|
||||
--green-soft: rgba(22, 163, 74, 0.08);
|
||||
--orange: #ea580c;
|
||||
--orange-soft: rgba(234, 88, 12, 0.08);
|
||||
--amber: #d97706;
|
||||
--amber-soft: rgba(217, 119, 6, 0.08);
|
||||
--red: #dc2626;
|
||||
--red-soft: rgba(220, 38, 38, 0.08);
|
||||
--cyan: #0891b2;
|
||||
--purple: #7c3aed;
|
||||
--blue: #1473e6;
|
||||
--blue-soft: rgba(20, 115, 230, 0.09);
|
||||
--blue-glow: rgba(20, 115, 230, 0.16);
|
||||
--green: #5eaf00;
|
||||
--green-soft: rgba(94, 175, 0, 0.10);
|
||||
--orange: #d8661f;
|
||||
--orange-soft: rgba(216, 102, 31, 0.10);
|
||||
--amber: #b98200;
|
||||
--amber-soft: rgba(185, 130, 0, 0.10);
|
||||
--red: #d63c3c;
|
||||
--red-soft: rgba(214, 60, 60, 0.10);
|
||||
--cyan: #0aa5bd;
|
||||
--purple: #7160d7;
|
||||
|
||||
--shadow-sm: 0 1px 2px rgba(0,0,0,0.04);
|
||||
--shadow-md: 0 2px 6px rgba(0,0,0,0.06);
|
||||
--shadow-sm: 0 1px 3px rgba(22, 32, 37, 0.06);
|
||||
--shadow-md: 0 6px 18px rgba(22, 32, 37, 0.10);
|
||||
|
||||
--radius-sm: 6px;
|
||||
--radius-md: 8px;
|
||||
@@ -44,35 +45,36 @@
|
||||
|
||||
/* ---- Dark Theme ---- */
|
||||
[data-theme="dark"] {
|
||||
--bg-base: #0f1117;
|
||||
--bg-surface: #181a21;
|
||||
--bg-elevated: #21242d;
|
||||
--bg-hover: #2a2e38;
|
||||
--bg-active: #323844;
|
||||
--bg-base: #0c1214;
|
||||
--bg-surface: #141b1e;
|
||||
--bg-field: #101719;
|
||||
--bg-elevated: #1d272a;
|
||||
--bg-hover: #263236;
|
||||
--bg-active: #2f3d42;
|
||||
|
||||
--border: #2a2e38;
|
||||
--border-subtle: #21242d;
|
||||
--border: #2a383c;
|
||||
--border-subtle: #1f2b2f;
|
||||
|
||||
--text-primary: #e4e6eb;
|
||||
--text-secondary: #8b919e;
|
||||
--text-muted: #565c6a;
|
||||
--text-primary: #edf5f3;
|
||||
--text-secondary: #9cada9;
|
||||
--text-muted: #748583;
|
||||
|
||||
--blue: #3b82f6;
|
||||
--blue-soft: rgba(59, 130, 246, 0.12);
|
||||
--blue-glow: rgba(59, 130, 246, 0.18);
|
||||
--green: #22c55e;
|
||||
--green-soft: rgba(34, 197, 94, 0.12);
|
||||
--orange: #f97316;
|
||||
--orange-soft: rgba(249, 115, 22, 0.12);
|
||||
--amber: #f59e0b;
|
||||
--amber-soft: rgba(245, 158, 11, 0.12);
|
||||
--red: #ef4444;
|
||||
--red-soft: rgba(239, 68, 68, 0.12);
|
||||
--cyan: #06b6d4;
|
||||
--purple: #a78bfa;
|
||||
--blue: #4d9aff;
|
||||
--blue-soft: rgba(77, 154, 255, 0.14);
|
||||
--blue-glow: rgba(77, 154, 255, 0.22);
|
||||
--green: #8bdc2d;
|
||||
--green-soft: rgba(139, 220, 45, 0.14);
|
||||
--orange: #ff9148;
|
||||
--orange-soft: rgba(255, 145, 72, 0.14);
|
||||
--amber: #ffc247;
|
||||
--amber-soft: rgba(255, 194, 71, 0.14);
|
||||
--red: #ff6b6b;
|
||||
--red-soft: rgba(255, 107, 107, 0.14);
|
||||
--cyan: #38d5e6;
|
||||
--purple: #a997ff;
|
||||
|
||||
--shadow-sm: 0 1px 2px rgba(0,0,0,0.2);
|
||||
--shadow-md: 0 2px 8px rgba(0,0,0,0.3);
|
||||
--shadow-sm: 0 1px 2px rgba(0,0,0,0.22);
|
||||
--shadow-md: 0 8px 24px rgba(0,0,0,0.34);
|
||||
}
|
||||
|
||||
* { margin: 0; padding: 0; box-sizing: border-box; }
|
||||
@@ -109,7 +111,7 @@ header {
|
||||
margin-bottom: 14px;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 12px;
|
||||
background: color-mix(in srgb, var(--bg-base) 94%, transparent);
|
||||
background: color-mix(in srgb, var(--bg-surface) 92%, transparent);
|
||||
backdrop-filter: blur(8px);
|
||||
border-bottom: 1px solid var(--border-subtle);
|
||||
}
|
||||
@@ -447,7 +449,7 @@ header {
|
||||
width: 42px;
|
||||
padding: 6px 4px;
|
||||
text-align: center;
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-field);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-sm);
|
||||
color: var(--text-primary);
|
||||
@@ -1176,7 +1178,7 @@ header {
|
||||
padding: 2px 6px;
|
||||
border-radius: 999px;
|
||||
border: 1px solid var(--border);
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-field);
|
||||
color: var(--text-primary);
|
||||
font-size: 11px;
|
||||
line-height: 1.2;
|
||||
@@ -1238,7 +1240,7 @@ header {
|
||||
.data-input {
|
||||
flex: 1;
|
||||
padding: 7px 10px;
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-field);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-sm);
|
||||
color: var(--text-primary);
|
||||
@@ -1256,7 +1258,7 @@ header {
|
||||
min-height: 88px;
|
||||
resize: vertical;
|
||||
padding: 8px 10px;
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-field);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-sm);
|
||||
color: var(--text-primary);
|
||||
@@ -1890,7 +1892,7 @@ header {
|
||||
.data-select {
|
||||
flex: 1;
|
||||
padding: 7px 10px;
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-field);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-sm);
|
||||
color: var(--text-primary);
|
||||
@@ -1904,6 +1906,11 @@ header {
|
||||
.data-select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px var(--blue-soft); }
|
||||
[data-theme="dark"] .data-select { color-scheme: dark; }
|
||||
|
||||
#select-flow {
|
||||
text-align: center;
|
||||
text-align-last: center;
|
||||
}
|
||||
|
||||
.data-input[readonly] {
|
||||
color: var(--text-secondary);
|
||||
background: var(--bg-surface);
|
||||
@@ -1955,7 +1962,7 @@ header {
|
||||
padding: 4px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-sm);
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-surface);
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
|
||||
@@ -2158,7 +2165,7 @@ header {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 50%;
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-field);
|
||||
box-shadow: var(--shadow-sm);
|
||||
transition: transform var(--transition), background var(--transition);
|
||||
}
|
||||
@@ -2268,7 +2275,7 @@ header {
|
||||
padding: 6px;
|
||||
max-height: 180px;
|
||||
overflow-y: auto;
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-field);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: var(--radius-sm);
|
||||
box-shadow: var(--shadow-md);
|
||||
@@ -2755,7 +2762,7 @@ header {
|
||||
.step-manual-btn:disabled {
|
||||
color: var(--text-muted);
|
||||
border-color: var(--border-subtle);
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-field);
|
||||
cursor: not-allowed;
|
||||
opacity: 0.5;
|
||||
}
|
||||
@@ -3269,7 +3276,7 @@ header {
|
||||
|
||||
.modal-card {
|
||||
width: min(100%, 320px);
|
||||
background: var(--bg-base);
|
||||
background: var(--bg-surface);
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 12px;
|
||||
box-shadow: var(--shadow-md), 0 18px 36px rgba(0, 0, 0, 0.18);
|
||||
|
||||
Reference in New Issue
Block a user