Skip to content

Commit

Permalink
move to react-resizeable panels
Browse files Browse the repository at this point in the history
  • Loading branch information
aolsenjazz committed Oct 5, 2023
1 parent dc66504 commit 1dc13ca
Show file tree
Hide file tree
Showing 23 changed files with 620 additions and 219 deletions.
216 changes: 203 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,11 @@
"dependencies": {
"electron-debug": "^3.2.0",
"electron-log": "^4.4.8",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^0.0.55",
"react-router-dom": "^6.8.1",
"styled-components": "^5.3.10"
},
Expand Down
4 changes: 4 additions & 0 deletions src/ipc-channels.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ export const POWERON = 'poweron';
export const POWEROFF = 'poweroff';
export const MSG = 'msg';
export const CONFIRM = 'confirm';
export const GET_LAYOUT = 'get_layout';
export const SET_LAYOUT = 'set_layout';
export const GET_LAYOUT_ITEM = 'get_layout_item';
export const SET_LAYOUT_ITEM = 'set_layout_item';
Loading

0 comments on commit 1dc13ca

Please sign in to comment.