• Joined on 2022-10-27
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:23:22 +00:00
874a8481fa perf(spreadsheet-ui): track dirty grid cells
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:21:47 +00:00
1d3e6ab72a fix(pay): correlate USSD callbacks to the payment that asked for them
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:21:29 +00:00
072dcde979 docs(cad): record Phase 5/6 outcomes, including the two rejections
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:20:30 +00:00
015cf44422 fix(cad): remove the reachable panics; gate unwrap/expect at 5
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:17:59 +00:00
4df2193859 docs(doc): retire stale in-cell paste and migration-status claims
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:14:24 +00:00
b26f4c8b91 refactor(cad): split handle_event into pointer and touch dispatch
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:11:45 +00:00
f02de5645f refactor(cad): split handle_actions into three per-panel handlers
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:10:55 +00:00
648c662a1e perf(spreadsheet-ui): cache visible text measurements
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:09:58 +00:00
015462b386 ci(sms): install the Android SDK inline instead of a nonexistent action
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:08:43 +00:00
1bc5d792a8 refactor(cad): extract the 25 draw_* methods into viewport_render.rs
andodeki pushed to main at andodeki/nigig-org 2026-08-02 09:03:04 +00:00
c5c1e0a3e9 feat(doc): paste tabular payloads across table cells
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:58:06 +00:00
5ffc515f91 perf(cad): build the command scene snapshot lazily -- 254us -> 0.8us
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:53:37 +00:00
f33e999991 perf(spreadsheet-ui): improve unicode text width estimate
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:53:02 +00:00
5800beb552 fix(pay): close the R1 gaps against the completion standard
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:46:15 +00:00
3fda46b1eb fix(spreadsheet-ui): flush toolbar mutation intents per event
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:45:46 +00:00
11ef0fbf67 fix(cad): GPU buffers self-invalidate; stop re-meshing on every drag frame
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:43:58 +00:00
9a14c0ccad refactor(spreadsheet-ui): dispatch formula edits through intents
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:43:35 +00:00
25f32f7870 test(sms): build a real test suite (Phase G)
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:34:38 +00:00
79950bbba6 refactor(spreadsheet-ui): dispatch grid intents through workspace
andodeki pushed to main at andodeki/nigig-org 2026-08-02 08:33:53 +00:00
a264f53eb7 feat(pay): complete phase R1 of the remaining-work plan