feat: blockchain rescan via daemon restart + status bar progress

- Fix z_importwallet to use full path instead of filename only
- Add rescanBlockchain() method that restarts daemon with -rescan flag
- Track rescan progress via daemon output parsing and getrescaninfo RPC
- Display rescan progress in status bar with animated indicator when starting
- Improve dark theme card contrast: lighter surface-variant, tinted borders, stronger rim-light
This commit is contained in:
dan_s
2026-02-28 15:06:35 -06:00
parent f5378a55ed
commit 4b815fc9d1
42 changed files with 1113 additions and 687 deletions

View File

@@ -20,7 +20,7 @@ spacing-tokens = { xs = 2.0, sm = 4.0, md = 8.0, lg = 12.0, xl = 16.0, xxl = 24.
name = "DragonX"
author = "DanS"
dark = true
elevation = { --elevation-0 = "#120A08", --elevation-1 = "#1A0F0C", --elevation-2 = "#201410", --elevation-3 = "#261914", --elevation-4 = "#2C1E18" }
elevation = { --elevation-0 = "#120A08", --elevation-1 = "#1A0F0C", --elevation-2 = "#281C16", --elevation-3 = "#30241C", --elevation-4 = "#382C22" }
images = { background_image = "backgrounds/texture/drgx_bg.png", logo = "logos/logo_ObsidianDragon_dark.png" }
[theme.palette]
@@ -32,7 +32,7 @@ images = { background_image = "backgrounds/texture/drgx_bg.png", logo = "logos/l
--secondary-light = "#FF9E40"
--background = "#0C0606"
--surface = "#120A08"
--surface-variant = "#201410"
--surface-variant = "#281C16"
--on-primary = "#FFFFFF"
--on-secondary = "#000000"
--on-background = "#F0E0D8"
@@ -66,13 +66,13 @@ images = { background_image = "backgrounds/texture/drgx_bg.png", logo = "logos/l
--tooltip-bg = "rgba(12,8,6,0.92)"
--tooltip-border = "rgba(255,180,140,0.12)"
--glass-fill = "rgba(255,180,140,0.08)"
--glass-border = "rgba(255,180,140,0.13)"
--glass-border = "rgba(211,47,47,0.26)"
--glass-noise-tint = "rgba(255,180,140,0.03)"
--tactile-top = "rgba(255,180,140,0.06)"
--tactile-bottom = "rgba(255,180,140,0.0)"
--hover-overlay = "rgba(255,180,140,0.05)"
--active-overlay = "rgba(255,180,140,0.10)"
--rim-light = "rgba(255,180,140,0.08)"
--rim-light = "rgba(255,180,140,0.14)"
--status-divider = "rgba(255,180,140,0.08)"
--sidebar-hover = "rgba(255,180,140,0.10)"
--sidebar-icon = "rgba(255,180,140,0.36)"