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
NoteFlow Client
This directory contains the Tauri + React client for NoteFlow.
Development
cd client
npm install
npm run dev
For desktop development:
cd client
npm run tauri dev
Lint & Tests
cd client
npm run lint
npm exec vitest run
Build
cd client
npm run build