feat: wire up sidebar panels and REPL with IPC handlers, preload channels, and CSS

This commit is contained in:
2026-03-04 16:17:38 +05:30
parent 59ef2028f8
commit d3afd7ad86
6 changed files with 381 additions and 4 deletions
+21 -1
View File
@@ -97,7 +97,27 @@ const ALLOWED_SEND_CHANNELS = [
'save-pasted-image',
// Templates
'load-template'
'load-template',
// File Explorer
'list-directory',
// Git
'git-status',
'git-stage',
'git-commit',
'git-log',
// Snippets
'get-snippets',
'save-snippet',
'delete-snippet',
// Code execution (REPL)
'execute-code',
// File open by path
'open-file-path'
];
const ALLOWED_RECEIVE_CHANNELS = [