-
-
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.
* feat: add codemirror lib * fix: remove package manager limitation * chore: delete old component * Update vscode-data.json * feat: add basic setup for codemirror * feat: add multiple editors * feat(editor): add theme * feat(editor): json lang support, remove themes * build: add strict null checks * fix: after adding strict null checks * feat: add error display * refactor(editor): created slangroom utils * refactor(editor): move error handling to util * big refactor * almost done! * finishing touches * feat: add read from localstorage * Update index.html * Revert "feat: add read from localstorage" This reverts commit 3e2e65c. * Reapply "feat: add read from localstorage" This reverts commit 53971d4. * fix: .name instead of .id * fix: tests * fix: storybook import errors * fix: docs * feat: add readme as storybook home * Update home.mdx --------- Co-authored-by: puria <[email protected]>
- Loading branch information
Showing
35 changed files
with
1,928 additions
and
3,277 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<link rel="stylesheet" href="./dyne-components/dyne-components.css" /> | ||
<script type="module" src="./dyne-components/dyne-components.esm.js"></script> | ||
<link rel="stylesheet" href="../dist/dyne-components/dyne-components.css" /> | ||
<script type="module" src="../dist/dyne-components/dyne-components.esm.js"></script> |
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 |
---|---|---|
|
@@ -84,12 +84,18 @@ | |
"license": "AGPL-3.0-only", | ||
"dependencies": { | ||
"@codemirror/commands": "^6.6.0", | ||
"@codemirror/lang-json": "^6.0.1", | ||
"@codemirror/state": "^6.4.1", | ||
"@codemirror/view": "^6.28.2", | ||
"@sinclair/typebox": "^0.32.34", | ||
"@slangroom/browser": "^1.33.12", | ||
"@types/node": "^20.14.8", | ||
"ansi-to-html": "^0.7.2", | ||
"codemirror": "^6.0.1", | ||
"has-ansi": "^6.0.0", | ||
"lucide-react": "^0.396.0", | ||
"nanoid": "^5.0.7", | ||
"thememirror": "^2.0.1", | ||
"zenroom": "^4.32.3" | ||
}, | ||
"packageManager": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724" | ||
} | ||
} |
Oops, something went wrong.