v0.5.3: dark-mode branding preview + unified button spacing

UI polish:
- Settings → Branding: each logo swatch now previews on a background
  matching where the mark lands (light page / dark page / dark PXE screen)
  regardless of the current page theme, so the Dark slot reads as dark
  even while viewing Settings in light mode.
- Site-wide button spacing: add one rule (`.card .body > button`) giving
  every primary card action button the same gap above it, and drop the
  ad-hoc per-button inline margins (14/16/6px) so the look is uniform.
  Fixes the Hosts → "Bind MAC to target" button butting against the form.

(Boot-menu highlight intentionally unchanged — a rotating-RGB highlight
isn't possible in iPXE's static single-draw menu; deferred to a future
custom-renderer effort.)

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
Miles Ward
2026-06-03 02:50:51 -04:00
co-authored by Claude Opus 4.8
parent a906c47f53
commit 7358013093
4 changed files with 30 additions and 18 deletions
Generated
+8 -8
View File
@@ -2251,7 +2251,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "openpxe"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"axum",
@@ -2273,7 +2273,7 @@ dependencies = [
[[package]]
name = "openpxe-core"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"base64",
@@ -2299,7 +2299,7 @@ dependencies = [
[[package]]
name = "openpxe-dhcp-proxy"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"bytes",
@@ -2313,7 +2313,7 @@ dependencies = [
[[package]]
name = "openpxe-http-api"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"axum",
@@ -2349,7 +2349,7 @@ dependencies = [
[[package]]
name = "openpxe-ipxe-assets"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"openpxe-core",
"rust-embed",
@@ -2359,7 +2359,7 @@ dependencies = [
[[package]]
name = "openpxe-iso-store"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"bcrypt",
@@ -2386,7 +2386,7 @@ dependencies = [
[[package]]
name = "openpxe-tftp"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"anyhow",
"bytes",
@@ -2400,7 +2400,7 @@ dependencies = [
[[package]]
name = "openpxe-webui"
version = "0.5.2"
version = "0.5.3"
[[package]]
name = "p256"