• Joined on 2022-10-27
andodeki pushed to main at andodeki/nigig-org 2026-07-29 09:00:32 +00:00
652105dff6 feat(doc): touch cell-range selection via long-press and drag
andodeki pushed to main at andodeki/nigig-org 2026-07-29 08:56:56 +00:00
e12a3bb5c4 fix(pay): reword the bulk gate message too
andodeki pushed to main at andodeki/nigig-org 2026-07-29 08:54:31 +00:00
3e77bf52b0 fix(pay): make the demo gate reachable and its message honest
andodeki pushed to main at andodeki/nigig-org 2026-07-29 07:15:02 +00:00
1f44da2b61 feat(doc): mobile Edit/Done interaction mode for CrdtDocEditor
andodeki pushed to main at andodeki/nigig-org 2026-07-29 05:29:31 +00:00
d303484c93 feat(doc): CRDT-native cell range selection and table merge/split
andodeki pushed to main at andodeki/nigig-org 2026-07-29 05:07:44 +00:00
478c7b33b0 feat(doc): CRDT-native in-cell table editing in CrdtDocEditor
9a167f4df3 fix(doc-engine): honor after anchors when ordering table rows and columns
Compare 2 commits »
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:51:18 +00:00
729163dfe1 fix(map): move theme rules from DSL to pure Rust to eliminate frozen-vec errors
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:48:59 +00:00
b5e38825fa fix(pay): validate money at the persistence boundary (B6)
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:36:47 +00:00
0397f25c75 test(doc): CrdtDocEditor runtime integration tests on a real Cx
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:24:19 +00:00
83f4bae485 fix(ui): remove inline ids assignments since ids inside prototype override instances are unsupported
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:21:28 +00:00
496bc1c29e feat(doc): wire application navigation to CrdtDocWorkspace
b4cb497066 fix(ui): remove stray closing braces after CategoryDropdown definition
Compare 2 commits »
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:12:01 +00:00
cf878d9e3e feat(pay): coordinator entry point for an externally granted authorization
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:09:16 +00:00
a09f989fbe fix(ui): close brackets correctly for RoomTypePicker definition
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:07:10 +00:00
a02b486d81 fix(map): eliminate frozen vec errors by building themes in Rust
andodeki pushed to main at andodeki/nigig-org 2026-07-29 04:06:53 +00:00
a7d422a0ac feat(doc): switch workspace DSL to CrdtDocWorkspace with toolbar parity
andodeki pushed to main at andodeki/nigig-org 2026-07-29 03:57:14 +00:00
cbafa92269 fix(pay): close the fail-open biometric the coordinator migration would open
andodeki pushed to main at andodeki/nigig-org 2026-07-29 03:51:06 +00:00
06d38056b6 fix(ui): use correct nested override syntax for metric values
andodeki pushed to main at andodeki/nigig-org 2026-07-29 03:01:18 +00:00
0b44064bac fix(ui): access inherited id paths on metrics to avoid scope errors
andodeki pushed to main at andodeki/nigig-org 2026-07-29 03:01:05 +00:00
24d9f9269e feat(doc): CRDT-native keyboard editing with block split/merge ops
andodeki pushed to main at andodeki/nigig-org 2026-07-29 02:55:56 +00:00
b4ad9348d3 fix(pay): make batch progress bounded and derived, not counted