Skip to content

[Feat]: Add code editor as a standalone component #1842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
},
"dependencies": {
"@lottiefiles/react-lottie-player": "^3.5.3",
"@monaco-editor/react": "^4.7.0",
"@remixicon/react": "^4.1.1",
"@supabase/supabase-js": "^2.45.4",
"@testing-library/react": "^14.1.2",
Expand All @@ -81,6 +82,7 @@
"antd-mobile": "^5.34.0",
"chalk": "4",
"flag-icons": "^7.2.1",
"monaco-editor": "^0.52.2",
"number-precision": "^1.6.0",
"react-countup": "^6.5.3",
"react-github-btn": "^1.4.0",
Expand Down
2 changes: 2 additions & 0 deletions client/packages/lowcoder-design/src/icons/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ export { ReactComponent as RangeSliderCompIconSmall } from "./v2/range-slider-s.
export { ReactComponent as RatingCompIconSmall } from "./v2/rating-s.svg";
export { ReactComponent as ResponsiveLayoutCompIconSmall } from "./v2/resposive-layout-s.svg"; // new
export { ReactComponent as SplitLayoutCompIconSmall } from "./v2/split-layout-s.svg"; // new
export { ReactComponent as CodeEditorCompIconSmall } from "./v2/code-editor-s.svg"; // new
export { ReactComponent as RichTextEditorCompIconSmall } from "./v2/rich-text-editor-s.svg"; // new
export { ReactComponent as ScannerCompIconSmall } from "./v2/scanner-s.svg"; // new
export { ReactComponent as ShapesCompIconSmall } from "./v2/shapes-s.svg"; // new
Expand Down Expand Up @@ -437,6 +438,7 @@ export { ReactComponent as RangeSliderCompIcon } from "./v2/range-slider-m.svg";
export { ReactComponent as RatingCompIcon } from "./v2/rating-m.svg";
export { ReactComponent as ResponsiveLayoutCompIcon } from "./v2/resposive-layout-m.svg";
export { ReactComponent as SplitLayoutCompIcon } from "./v2/split-layout-m.svg";
export { ReactComponent as CodeEditorCompIcon } from "./v2/code-editor-m.svg";
export { ReactComponent as RichTextEditorCompIcon } from "./v2/rich-text-editor-m.svg";
export { ReactComponent as ScannerCompIcon } from "./v2/scanner-m.svg";
export { ReactComponent as ShapesCompIcon } from "./v2/shapes-m.svg";
Expand Down
15 changes: 15 additions & 0 deletions client/packages/lowcoder-design/src/icons/v2/code-editor-m.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions client/packages/lowcoder-design/src/icons/v2/code-editor-s.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading