Fernando Maclen
Fernando Maclen
- Run every step outlined in the **README** through a single command - Update `.github/workflow`'s so they take advantage of such command - Update README Reference --- 1. Install **Electron**...
- Create markdown file with the schema - List Pocketbase API endpoints - Include usage examples - Make it LLM friendly
https://www.electron.build/auto-update Blocked by https://github.com/Canutin/desktop-2/issues/29
At the moment the tests run [using 1 worker](https://github.com/Canutin/desktop/blob/master/sveltekit/playwright.config.ts#L32), the main reason why we can't increase the number of workers is due to: https://github.com/Canutin/desktop/issues/51 Aside from being blocked by that...
- If **Account** `isClosed` or **Asset** `isSold` don't show it in Balance sheet. - Maybe show a list of closed and sold entities below.
The [current implementation](https://github.com/Canutin/desktop-2/blob/master/electron/tray-menu.ts#L188-L195) sets a timeout delay but ideally we should check if the server is indeed running before it opens the url in the user's browser. Might be a...
Only a few of the methods in [TrayMenu](https://github.com/Canutin/desktop-2/blob/master/electron/tray-menu.ts) have unit tests, primarily due to difficulty mocking Electron's modules. Specifically, we need tests for: - [ ] [`constructor()`](https://github.com/Canutin/desktop-2/blob/master/electron/tray-menu.ts#L45) - [ ]...
- From "No sessions in history" to the first session - From "Write a prompt to start a new session" to the first message in session - Add transitions to...