feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment
Some checks failed
CI Pipeline / Code Quality & Typecheck (push) Waiting to run
CI Pipeline / Test Suite (macos-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (ubuntu-latest) (push) Blocked by required conditions
CI Pipeline / Test Suite (windows-latest) (push) Blocked by required conditions
CI Pipeline / Build Validation (admin) (push) Blocked by required conditions
CI Pipeline / Build Validation (desktop) (push) Blocked by required conditions
Deploy Landing Page / deploy (push) Blocked by required conditions
Deploy Landing Page / build (push) Waiting to run
Release & Packaging Pipeline / Build & Publish Admin Docker Image (push) Failing after 8s
Release & Code Signing CA Pipeline / build-and-sign-windows (push) Failing after 1m51s
Build macOS / Build & Package (macOS) (push) Failing after 4s
Build macOS / Build & Package (macOS)-1 (push) Failing after 5s
Release & Code Signing CA Pipeline / build-and-sign-macos (push) Failing after 3s
Release & Packaging Pipeline / Package macOS Desktop App (push) Failing after 4s
Release & Packaging Pipeline / Package Windows Desktop App (push) Failing after 2m28s
Release & Packaging Pipeline / Publish Official GitHub Release (push) Has been skipped

This commit is contained in:
Yun Chan 2026-08-20 11:12:05 +09:00
parent 5cd1de6859
commit 708e20f747
406 changed files with 42464 additions and 6199 deletions

View file

@ -83,17 +83,17 @@ const POPUP_THEME_VARS: Record<PopupThemeKey, PopupThemeVars> = {
'--d3-action-btn-hover-bg': 'rgba(59,130,246,0.14)',
'--d3-action-btn-hover': '#93a4c8',
// wave-bar 9단계: theme.ts RAW.dark.gradient.wave1-4 보간
'--d3-wave-1': '#22d3ee',
'--d3-wave-2': '#28bef0',
'--d3-wave-3': '#2fa9f2',
'--d3-wave-4': '#3596f4',
'--d3-wave-1': '#93c5fd',
'--d3-wave-2': '#60a5fa',
'--d3-wave-3': '#4f8dfa',
'--d3-wave-4': '#3b82f6',
'--d3-wave-5': '#3b82f6',
'--d3-wave-6': '#4f78f6',
'--d3-wave-7': '#636ff6',
'--d3-wave-8': '#7765f6',
'--d3-wave-9': '#8b5cf6',
'--d3-wave-6': '#5b75f7',
'--d3-wave-7': '#6e71f7',
'--d3-wave-8': '#818cf8',
'--d3-wave-9': '#a78bfa',
'--d3-status-error': '#ef4444',
'--d3-status-success': '#34d399',
'--d3-status-success': '#10b981',
},
light: {
'--d3-bg-card': '#ffffff',