-
-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate electron imports between main and renderer, use IPC to repla…
…ce most renderer-side electron imports (#2720) * Move startup template loading to main process * remove unused variable * replace initial batch of frontend FS * move input override code that the renderer needs * more correct typing for read and write file, pass through options * move shell calls to main process * move app.quit to main * initial clipboard replacements * Finish moving all clipboard stuff * split IPC into own files * this should work * Separate electron imports between renderer and main * lint * attempt fixing main webpack * fixed webpack building * Replace imports with TODOs * remove some residual stuff * remove extra newlines * Update src/renderer/contexts/GlobalNodeState.tsx Co-authored-by: Michael Schmidt <[email protected]> * Replace IPC clipboard writeText calls with navigator.clipboard * Replace some remaining clipboard calls * Fix chain copy and paste --------- Co-authored-by: Michael Schmidt <[email protected]>
- Loading branch information
1 parent
ff8f362
commit 140509f
Showing
42 changed files
with
389 additions
and
244 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.