-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resource context menu in workspace tree Open in document in new tab Update modified when operation is received Fix deleting workspace tree descendants Create resources in top-level of tree
- Loading branch information
1 parent
ad3d91c
commit 68d896d
Showing
35 changed files
with
306 additions
and
195 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,20 +19,17 @@ | |
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.5", | ||
"@mui/material": "^5.15.16", | ||
"@mui/styles": "^5.15.18", | ||
"@notespace/shared": "file:..\\shared", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-icons": "^5.2.1", | ||
"react-router-dom": "^6.23.0", | ||
"@mui/material": "^5.15.16", | ||
"@testing-library/jest-dom": "^6.4.5", | ||
"dotenv": "^16.4.5", | ||
"eslint-plugin-playwright": "^1.6.0", | ||
"lodash": "^4.17.21", | ||
"msw": "^2.2.14", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-icons": "^5.2.1", | ||
"react-router-dom": "^6.23.0", | ||
"slate": "^0.103.0", | ||
"slate-history": "^0.100.0", | ||
"slate-react": "^0.102.0", | ||
|
@@ -69,9 +66,7 @@ | |
"typescript": "^5.4.5", | ||
"vite": "^5.2.11", | ||
"vite-plugin-pwa": "^0.20.0", | ||
"vite-plugin-qrcode": "^0.2.3", | ||
"vite-tsconfig-paths": "^4.3.2", | ||
"vitest": "^1.6.0" | ||
}, | ||
"packageManager": "[email protected]+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394" | ||
} | ||
} |
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
File renamed without changes.
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
31 changes: 0 additions & 31 deletions
31
code/client/src/ui/components/sidebar/components/CreateResourcePopup.tsx
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.