The bulk delete operation failed because: 1. TauriCommands.DELETE_MEETINGS constant was missing 2. Mock adapter didn't implement deleteMeetings method Added: - DELETE_MEETINGS: 'delete_meetings' to TauriCommands - deleteMeetings() implementation to mock adapter with proper handling for recording meetings (skipped, not deleted)
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