Fernando Maclen

Results 103 issues of Fernando Maclen

https://user-images.githubusercontent.com/1434675/194148867-712130a4-df82-4ef9-835f-5f24127149dc.mp4

bug
good first issue
macOS
SvelteKit

- When the app runs for the first time it should run inside Electron (while simultaneously running as a server reachable by any browser) - Add setting to skip running...

Electron
SvelteKit
ux

- Icons look very low-res on hi-DPI screen resolutions in Windows. - Other apps in Windows use color icons for apps that run in the tray bar, might be worth...

Windows
Electron
ux

For example, these assertions are only testing that **Security** or **Investments** are one of the options but NOT that is the selected option: [`assets.test.ts`](https://github.com/Canutin/desktop/blob/master/sveltekit/tests/assets.test.ts#L64-L65) ```javascript const assetTypeSelect = page.locator('.formSelect__select[name=assetTypeId]'); const...

bug
good first issue
SvelteKit

- Replace the native OS components with a browser-based UI that is themed like the rest of the app. - This process might involve implementing a 2-way communication channel between...

Electron
SvelteKit
ux

The Transactions page has an active API endpoint which can be interacted from outside the app with a `GET` request. Should add a `` (perhaps below the transactions table) with...

enhancement
good first issue
SvelteKit
ux

- The current bundle is `~100 MB` - The biggest offender is the fact that Electron ships with Chromium - Since the app is meant to be run with the...

enhancement
Electron