gralculator/internal
Grok b142d8305c ui: dynamic A-F buttons in keypad that only appear in HEX mode
- A-F (hex digits) now render as additional top row in the keypad *only* when CurrentBase() == HEX (i.e., after Tab).
- Used dedicated hexBtn + hexKey style (orange accent) for the A-F row to avoid label conflict with the 'C' clear button.
- Pressed flash works for A-F via existing pressedKey mechanism (set in the HEX entry keyboard handler).
- The numeric 4-row grid remains unchanged in other modes.
- Updated UI_DESIGN.md layout sketch and description to document the dynamic behavior.
- Matches the galculator-inspired 'only when in hex mode' and keeps the keypad clean otherwise.
- Build verified.
2026-06-06 15:59:22 +01:00
..
calc sketch: tight-scope HEX entry via keyboard (A-F only while base=HEX) 2026-06-06 15:55:02 +01:00
ui ui: dynamic A-F buttons in keypad that only appear in HEX mode 2026-06-06 15:59:22 +01:00
version chore(skeleton): minimal Go project layout + build system 2026-06-06 14:28:59 +01:00