Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
Nangelov7 wants to merge2 commits intolowcoder-org:dev
base:dev
Choose a base branch
Loading
fromNangelov7:feat/code-editor
Open
Show file tree
Hide file tree
Changes from1 commit
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
NextNext commit
feat: add code editor component
  • Loading branch information
@Nangelov7
Nangelov7 committedJul 5, 2025
commit9f9330bc81f9e8f2bda49de69531f4d825e98d6c
2 changes: 2 additions & 0 deletionsclient/package.json
View file
Open in desktop
Original file line numberDiff line numberDiff 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 deletionsclient/packages/lowcoder-design/src/icons/index.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff 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 DownExpand 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
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading

[8]ページ先頭

©2009-2025 Movatter.jp