mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-10 17:04:10 +00:00
ba5ddf07ac
On-device review surfaced UI overflow/centering issues at phone width: - Balance hero shrinks to fit: amount_text_centered_ink measures the text and scales the font down when it would run off the edge (e.g. 0.47520721ツ). - Send flow sits closer to the screen edges (smaller side gutters) and is properly centered: the Review/Confirm hero now uses a centered, wrapping layout instead of a fragile manual offset that clipped a long npub and threw off the centering. info_row values truncate instead of overflowing. - Recipient picker: the suggested row shows the full npub in the grey subtitle (truncated to fit) instead of repeating the same shortened npub as the title. - Success screen uses the goblin head (goblin-logo2), not the mascot mask. Verified live at 394px across balance, recipient, review, confirm and the success screen.