Files
noteflow/client
Travis Vasceannie 01a8d02d60
Some checks failed
CI / test-python (push) Successful in 4m53s
CI / test-typescript (push) Failing after 1m8s
CI / test-rust (push) Successful in 1m56s
fix(client): initialize project loading state to true to prevent race condition
The Meetings page skips fetching when projectsLoading is false and
activeProject is null. Since isLoading started as false, the initial
render would skip the fetch before projects had a chance to load.

By initializing isLoading to true, the Meetings page waits for the
project context to finish loading before deciding whether to fetch.
2026-01-26 13:50:28 +00:00
..
mac
2026-01-24 12:47:35 -05:00
x
2026-01-24 17:02:07 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
xx
2026-01-22 04:40:05 +00:00
x
2026-01-14 23:23:01 -05:00
2026-01-24 10:40:30 +00:00
x
2026-01-14 23:23:01 -05:00
2026-01-26 06:55:13 +00:00
x
2026-01-24 17:02:07 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
2026-01-24 10:40:30 +00:00
2026-01-22 15:34:56 +00:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-14 23:23:01 -05:00
x
2026-01-24 17:02:07 -05:00

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