• Joined on 2022-10-27
andodeki pushed to main at andodeki/nigig-org 2026-08-02 07:27:33 +00:00
44c87d4f7b fix(cad): viewport sync reissued live part ids and undid edits
andodeki pushed to main at andodeki/nigig-org 2026-08-02 07:25:22 +00:00
ac1ddfe2c2 feat(doc): float the platform clipboard menu on long-press selections
andodeki pushed to main at andodeki/nigig-org 2026-08-02 07:22:05 +00:00
5c8ee16cbb fix(cad): a dropped rebuild request left the spinner up forever
andodeki pushed to main at andodeki/nigig-org 2026-08-02 07:17:15 +00:00
92e4a2515a fix(cad): a failing undo or redo destroyed the command
andodeki pushed to main at andodeki/nigig-org 2026-08-02 07:16:38 +00:00
a176b212ea refactor(spreadsheet-ui): bind shared model before first grid draw
andodeki pushed to main at andodeki/nigig-org 2026-08-02 07:13:25 +00:00
4d161f1da9 refactor(spreadsheet-ui): attach shared model before grid render
andodeki pushed to main at andodeki/nigig-org 2026-08-02 07:12:44 +00:00
cb5def965b fix(cad): exports reported success on a failed write
andodeki pushed to main at andodeki/nigig-org 2026-08-02 07:05:57 +00:00
9be2dd8d7c refactor(spreadsheet-ui): remove obsolete data swap bridge
andodeki pushed to main at andodeki/nigig-org 2026-08-01 05:44:31 +00:00
920827a440 feat(doc): split multi-line paste into blocks with one-step undo
andodeki pushed to main at andodeki/nigig-org 2026-08-01 05:27:10 +00:00
0718743e19 feat(map): implement Phase 2 route overlay system with markers and position puck
andodeki pushed to main at andodeki/nigig-org 2026-08-01 05:13:22 +00:00
913929f07f feat(map): add 42 SVG POI icons with vector tessellation infrastructure
andodeki pushed to main at andodeki/nigig-org 2026-08-01 05:02:31 +00:00
7e0012b866 feat(doc): undo cross-block cuts losslessly via range tombstones
andodeki pushed to main at andodeki/nigig-org 2026-08-01 05:00:34 +00:00
dfd3e2b360 docs(deny): correct the exemption-count attribution
andodeki pushed to main at andodeki/nigig-org 2026-08-01 04:59:25 +00:00
a38c41c00a security(sms): stop persisting message bodies, throttle sends (Phase E)
andodeki pushed to main at andodeki/nigig-org 2026-08-01 04:58:41 +00:00
acbd956791 refactor(spreadsheet-ui): route autofill reads through shared model
andodeki pushed to main at andodeki/nigig-org 2026-08-01 04:56:46 +00:00
03dea4d14f fix(cad): remove panics from CAD production paths
andodeki pushed to main at andodeki/nigig-org 2026-08-01 04:55:39 +00:00
36c1da92fd fix(map): resolve frozen-vec theme errors by using pure Rust theme builders
andodeki pushed to main at andodeki/nigig-org 2026-08-01 04:52:06 +00:00
3cbd61cd31 refactor(spreadsheet-ui): route grid mutation commands through shared model
andodeki pushed to main at andodeki/nigig-org 2026-08-01 04:45:59 +00:00
538848f527 refactor(spreadsheet-ui): route recalculation state through shared model
andodeki pushed to main at andodeki/nigig-org 2026-08-01 04:34:43 +00:00
69dd169ca6 perf(sms): get blocking I/O off the render thread (Phase D)