Skip to content

Commit fb9f4bb

Browse files
authored
feat: Allow replacing custom emoji image (outline#11998)
* feat: Allow replacing custom emoji image
1 parent c6a1db6 commit fb9f4bb

15 files changed

Lines changed: 706 additions & 263 deletions

File tree

app/actions/definitions/emojis.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { PlusIcon } from "outline-icons";
22
import { createAction } from "~/actions";
33
import { TeamSection } from "../sections";
44
import stores from "~/stores";
5-
import { EmojiCreateDialog } from "~/components/EmojiCreateDialog";
5+
import { EmojiCreateDialog } from "~/components/EmojiDialog/EmojiCreateDialog";
66

77
export const createEmoji = createAction({
88
name: ({ t }) => `${t("New emoji")}…`,

app/components/EmojiCreateDialog.tsx

Lines changed: 0 additions & 233 deletions
This file was deleted.

0 commit comments

Comments
 (0)