4 Commits

Author SHA1 Message Date
18be2c5218 catchup
Some checks failed
CI / test-python (push) Successful in 4m6s
CI / test-typescript (push) Failing after 57s
CI / test-rust (push) Successful in 1m35s
Proto Sync / regenerate-stubs (push) Successful in 2m4s
2026-01-26 13:24:46 +00:00
69cf3e3d08 fix(client): prevent checkbox click from navigating to meeting detail
Use fieldset element to wrap checkbox with proper event handling:
- e.preventDefault() + e.stopPropagation() on both fieldset and Checkbox
- Prevents Link navigation when clicking checkbox
- Uses semantic fieldset element with aria-label for a11y compliance
- No lint suppressions needed
2026-01-26 11:35:07 +00:00
2641a9fc03 optimization
Some checks failed
CI / test-python (push) Failing after 17m22s
CI / test-rust (push) Has been cancelled
CI / test-typescript (push) Has been cancelled
2026-01-25 01:40:14 +00:00
b11633192a deps
Some checks failed
CI / test-python (push) Failing after 22m14s
CI / test-rust (push) Has been cancelled
CI / test-typescript (push) Has been cancelled
2026-01-24 21:31:58 +00:00