Skip to content

Commit c3132a4

Browse files
committed
add comment component:
1. Display avatar: supports custom images (high priority), setting avatar text (low priority), and automatically setting avatar colors. The avatar color rules are the same as the low coder, and the color list will be expanded in the future 2. Support custom user information 3. Supports custom mention lists, automatically merging chat lists and names from mention lists 4. Support shift+enter quick submission 5. Support for deleting comments 6. Supports clicking, submitting, deleting, and mentioning events
1 parent ab68b67 commit c3132a4

File tree

11 files changed

+628
-2
lines changed

11 files changed

+628
-2
lines changed
Lines changed: 1 addition & 0 deletions
Loading

client/packages/lowcoder-design/src/icons/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,5 @@ export { ReactComponent as ExpandIcon } from "icons/icon-expand.svg";
288288
export { ReactComponent as CompressIcon } from "icons/icon-compress.svg";
289289
export { ReactComponent as TableCellsIcon } from "icons/icon-table-cells.svg"; // Added By Aqib Mirza
290290
export { ReactComponent as TimeLineIcon } from "icons/icon-timeline-comp.svg"
291-
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
291+
export { ReactComponent as LottieIcon } from "icons/icon-lottie.svg";
292+
export { ReactComponent as CommentIcon } from "icons/icon-comment-comp.svg";

0 commit comments

Comments
 (0)