Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 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
Next Next commit
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
  • Loading branch information
mousheng committed Jul 31, 2023
commit c3132a4a602d79cef2e37a6cc824cc2a2cd06005
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 @@ -288,4 +288,5 @@ export { ReactComponent as ExpandIcon } from "icons/icon-expand.svg";
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 LottieIcon } from "icons/icon-lottie.svg";
export { ReactComponent as CommentIcon } from "icons/icon-comment-comp.svg";
Loading