hyperhive/frontend/packages/dashboard/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris dc8c71c687 dashboard: fix rebuild spinner shape (#804)
Mara reported the rebuild spinner rendered as a rotating L-corner
('_|' / '⌐') instead of a smooth orbiting arc. Two issues:

1. The previous version coloured TWO adjacent border sides amber
   (border-top + border-right). With the rest of the border
   transparent, this paints a sharp L-shape at the icon corner —
   which when rotated reads as a spinning border-corner, not a
   loading spinner.

2. @keyframes had only `to` defined. Safer to include explicit
   `from { transform: rotate(0deg) }` so any browser that doesn't
   default cleanly still picks up the rotation.

Fix is the classic CSS spinner shape: faint amber ring around the
full icon perimeter (`border: 2px solid rgba(250, 179, 135, 0.2)`)
with one brighter top arc (`border-top-color: var(--amber)`) that
rotates. Reads unambiguously as a loading indicator.

Closes #804.
2026-05-31 15:36:38 +02:00
..
common.js common.js + flow.js + index.html + flow.html: cookie scrub + doc pointers (#712 batch 13 cont.) 2026-05-31 15:09:54 +02:00
dashboard.css dashboard: fix rebuild spinner shape (#804) 2026-05-31 15:36:38 +02:00
flow.html common.js + flow.js + index.html + flow.html: cookie scrub + doc pointers (#712 batch 13 cont.) 2026-05-31 15:09:54 +02:00
flow.js common.js + flow.js + index.html + flow.html: cookie scrub + doc pointers (#712 batch 13 cont.) 2026-05-31 15:09:54 +02:00
index.html common.js + flow.js + index.html + flow.html: cookie scrub + doc pointers (#712 batch 13 cont.) 2026-05-31 15:09:54 +02:00
stream-worker.js stream-worker: honest comment on heartbeat catch (argus nit on #529) 2026-05-27 23:40:38 +02:00
tabs.js tabs.js: final cookie scrub — 0 issue refs (#712 batch 14) 2026-05-31 15:14:53 +02:00