Open thanhnguyen2187 opened 9 months ago
To do items:
sqliterg
and DrizzleI pondered a bit on how should I indicate the current status, and then came up with the "Log Viewer". However, the logging aspect also troubled me: I also wanted it to handle "more general" logs, but then I'll also have to handle "log rotation". In the end, I decided to limit the scope to "server settings change" only, and also let the displayed logs be in-memory.
Another note: the input settings should be "persistent" (exists after reloading). Previously, we are handling that with OPFS (other application states like opened folder are within OPFS as well). One down side of OPFS: the developer tooling is not great! Maybe we should consider moving to IndexedDB or Local Storage.
Some "final" things to do before releasing:
After really considering it for a while, I decided to replace sqliterg
/ws4sqlite
with Turso to further simplifying the deployment experience.
Should resolve the remaining part of #26.