Inital commit

This commit is contained in:
2026-07-29 01:00:10 -05:00
commit 23e8ea90e4
3301 changed files with 1376308 additions and 0 deletions
@@ -0,0 +1,8 @@
// Half of the card width, matching the w-64 class on the card.
export const CONTEXT_GAUGE_CARD_HALF_WIDTH_PX = 128;
// Minimum distance kept between the card and the form edges.
export const CONTEXT_GAUGE_EDGE_MARGIN_PX = 8;
// Gap between the top of the dial and the bottom edge of the card.
export const CONTEXT_GAUGE_DIAL_GAP_PX = 8;
// Grace delay before closing, letting the pointer travel from dial to card.
export const CONTEXT_GAUGE_CLOSE_GRACE_MS = 150;