Skip to content

Commit

Permalink
Merge branch 'main' into mention_component
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron1604 authored Aug 7, 2023
2 parents 13c9647 + bbe7184 commit 1a56b61
Show file tree
Hide file tree
Showing 15 changed files with 627 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion client/packages/lowcoder-design/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,4 +289,5 @@ export { ReactComponent as CompressIcon } from "icons/icon-compress.svg";
export { ReactComponent as TableCellsIcon } from "icons/icon-table-cells.svg"; // Added By Aqib Mirza
export { ReactComponent as TimeLineIcon } from "icons/icon-timeline-comp.svg"
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
export { ReactComponent as MentionIcon } from "icons/icon-mention-comp.svg";
export { ReactComponent as MentionIcon } from "icons/icon-mention-comp.svg";
export { ReactComponent as AutoCompleteCompIcon } from "icons/icon-autocomplete-comp.svg";
1 change: 1 addition & 0 deletions client/packages/lowcoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"axios": "^0.21.1",
"buffer": "^6.0.3",
"clsx": "^1.2.1",
"cnchar": "^3.2.4",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.25.2",
"echarts": "^5.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ const defaultTheme = EditorView.theme({
"&.cm-editor": {
backgroundColor: "#ffffff",
width: "100%",
height: "100%",
// height: "100%",
"font-size": "13px",
transition: "all .4s ease",
outline: "none",
Expand Down
Loading

0 comments on commit 1a56b61

Please sign in to comment.