Skip to content

Commit

Permalink
feat: raw editor using monaco
Browse files Browse the repository at this point in the history
Add react-hook-form to optimize state.

Sync raw and visual modes.

Persit user settings accross pages (raw mode, show unused tabs).

Fixes  #96
Fixes #164
  • Loading branch information
PaulFarault committed Apr 18, 2023
1 parent 02cb37b commit 5e1463e
Show file tree
Hide file tree
Showing 11 changed files with 567 additions and 271 deletions.
139 changes: 121 additions & 18 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@monaco-editor/react": "^4.4.6",
"@reduxjs/toolkit": "^1.9.1",
"mixme": "^0.5.5",
"next": "^13.1.4",
"oidc-client-ts": "^2.2.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.3",
"react-oidc-context": "^2.2.1",
"react-redux": "^8.0.5",
"react-select": "^5.7.0",
Expand Down
Loading

0 comments on commit 5e1463e

Please sign in to comment.