Config persistence + on-device library browser #3
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/3/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The first user-visible screen: the app loads its config, brings up WiFi, connects to Kavita, and draws your library on the e-reader.
What's here
ConfigStore— load/saveConfigas JSON (TDD, incl. the missing-file case).main.cpp— reads/mnt/ext1/system/config/kavita-sync.json, callsNetConnect, thenKavitaClientauth +listLibraries/listSeries, rendered withDrawTextRect. Clear on-screen messages for no-config / WiFi-failed / auth-failed.Verification
./scripts/test.sh→ 9 cases / 45 assertions passing.Follow-ups
Config panel UI (enter URL/key on-device), load (download) / unload, scrolling list + selection.
🤖 Generated with Claude Code