Commit Graph
23 Commits
Author SHA1 Message Date
18alantom e2b9ea1f49 refactor: switch to preload script
- delete ipcCalls
2023-07-10 13:33:52 +05:30
18alantom 62a920ced7 incr: move all ipccalls to single file 2023-07-10 12:11:32 +05:30
18alantom e67e6ae257 chore: fix all fixable eslint errors in src 2023-06-22 11:39:32 +05:30
18alantom 4415c04a88 chore: enable typescript eslint rules
- refactor code to satisfy rules (batch 1)
- use ensuredir in build to prevent ENOENT
2023-06-21 16:08:47 +05:30
18alantom 35c019897d refactor: use require for electron imports 2023-06-14 14:10:03 +05:30
18alantom 754a1a8e50 fix: capture patch fail errors
- dont notify user
- catch uncaught promise in migration
- prevent unable to acquire conn error
2023-04-04 22:10:32 -07:00
18alantom cd234f8826 fix: better error handling on updation fails
- ask user whether to restart post update download
2022-08-31 14:25:25 +05:30
18alantom a8e681b973 fix: use unlinkIfExists
- handle failed migration copy issue separately
2022-08-30 18:13:42 +05:30
18alantom af8ffcbf71 fix: window-drag on Windows
- remove listener on unmounting outside click
2022-07-21 18:10:31 +05:30
18alantom 4768cdfe07 feat: add the search filters 2022-05-30 14:20:54 +05:30
18alantom f21e507f2a incr: remove Check for Updates 2022-05-27 16:20:28 +05:30
18alantom b7d41db996 incr: simplify error logging, send to renderer 2022-05-27 16:20:28 +05:30
18alantom 12f4162162 incr: circumv window reload issue 2022-05-27 16:20:28 +05:30
18alantom 8116bd097a incr: shift process out of src/** 2022-05-27 16:20:28 +05:30
18alantom 2c596b11c8 incr: simplify telemetry
- it's not opt-in anymore cause my job deps on it
2022-05-23 16:18:23 +05:30
18alantom 76c61a5c29 incr: get setupwizard to display
- make converter more explicit
2022-05-23 16:18:22 +05:30
18alantom 835deb4ce8 incr: type renderer
- move setup logic outside components, type it
2022-05-23 16:18:22 +05:30
18alantom c56850d08f incr: refactor and type src/utils 2022-05-23 16:18:22 +05:30
18alantom de7e5ba807 refactor: rename 'frappe' to 'fyo' outside src
- cause now most of it is different from what it was
2022-05-23 16:18:22 +05:30
18alantom 76bf6cfda5 incr: rem singleton from index.ts cause can't test
- update models to not use singleton export
2022-05-23 16:18:22 +05:30
18alantom 804d841466 incr: move messages, add DB_ actions 2022-05-23 16:18:21 +05:30
18alantom 54b1a60883 chore: fix telemetry calls (rebase master) 2022-03-18 16:04:38 +05:30
18alantom a86e9447ab chore: convert main.js to renderer.ts 2022-03-18 16:02:08 +05:30