anpe / captains-log

An Electron/React Journalling App
0 stars 0 forks source link

Save Journals Locally #1

Open anpe opened 2 weeks ago

anpe commented 2 weeks ago
anpe commented 2 weeks ago

There are issues with electron v31 and better-sqlite3

https://github.com/WiseLibs/better-sqlite3/pull/1200/files

anpe commented 2 weeks ago

Learned about IPC communication (node to react communication) Got database hooked up List of entries are displaying Need to respond properly to clicking on entry Need to refactor code