- Add DeleteMeetingsResult interface to API types - Implement deleteMeetings adapter method with cache updates - Add useDeleteMeetings hook with optimistic updates and rollback - Add checkbox selection props to MeetingCard component - Create BulkActionToolbar component with sticky bottom positioning - Export BulkActionToolbar from meetings index Enables frontend bulk delete UI with selection and confirmation. Refs: mass-delete-meetings plan tasks 5-7
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