[PR #103] [MERGED] Feature/add emoji #22302

Closed
opened 2026-02-21 20:18:40 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/103
Author: @crazywoola
Created: 5/19/2023
Status: Merged
Merged: 5/19/2023
Merged by: @crazywoola

Base: mainHead: feature/add-emoji


📝 Commits (10+)

📊 Changes

22 files changed (+350 additions, -74 deletions)

View changed files

📝 web/app/(commonLayout)/app/(appDetailLayout)/[appId]/layout.tsx (+1 -1)
📝 web/app/(commonLayout)/apps/AppCard.tsx (+1 -1)
📝 web/app/(commonLayout)/apps/Apps.tsx (+1 -0)
📝 web/app/(commonLayout)/apps/NewAppCard.tsx (+0 -1)
📝 web/app/(commonLayout)/apps/NewAppDialog.tsx (+24 -4)
📝 web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx (+2 -0)
📝 web/app/components/app-sidebar/basic.tsx (+11 -5)
📝 web/app/components/app-sidebar/index.tsx (+4 -3)
📝 web/app/components/app/overview/appCard.tsx (+2 -4)
📝 web/app/components/base/app-icon/index.tsx (+10 -1)
web/app/components/base/emoji-picker/index.tsx (+204 -0)
web/app/components/base/emoji-picker/style.module.css (+12 -0)
📝 web/app/components/base/modal/index.tsx (+45 -45)
📝 web/app/components/header/index.tsx (+8 -4)
📝 web/app/components/header/nav/nav-selector/index.tsx (+4 -2)
📝 web/app/components/share/chat/index.tsx (+2 -0)
📝 web/app/components/share/header.tsx (+5 -1)
📝 web/models/datasets.ts (+2 -0)
📝 web/models/share.ts (+2 -0)
📝 web/package.json (+2 -0)

...and 2 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify/pull/103 **Author:** [@crazywoola](https://github.com/crazywoola) **Created:** 5/19/2023 **Status:** ✅ Merged **Merged:** 5/19/2023 **Merged by:** [@crazywoola](https://github.com/crazywoola) **Base:** `main` ← **Head:** `feature/add-emoji` --- ### 📝 Commits (10+) - [`768a62c`](https://github.com/langgenius/dify/commit/768a62cc4f88bf22119b7f7697bf51795fbc8710) feat: emoji-picker - [`9ca7d12`](https://github.com/langgenius/dify/commit/9ca7d12d5afd9808f78fd9e8da5811d4cbb95c60) feat: emoji picker style - [`ae26dd1`](https://github.com/langgenius/dify/commit/ae26dd1abb1489e0c428b6206fd09786874da696) feat: emoji picker style - [`01384e6`](https://github.com/langgenius/dify/commit/01384e634ccc98eb2c48fd03eeb9c74182a9f148) feat: add emoji - [`db1e311`](https://github.com/langgenius/dify/commit/db1e3115196fdc649526d14e7e10d4e6e7fca581) feat: emoji-picker - [`5a835a3`](https://github.com/langgenius/dify/commit/5a835a337cee85e8e42faaf8055922a8a3bf98eb) fix: emoji not show - [`5273280`](https://github.com/langgenius/dify/commit/527328060af47c4fa6cf172a470cad9b194a58af) feat: disable lint error - [`bf323dc`](https://github.com/langgenius/dify/commit/bf323dc1be76f880a764b31047216047e145dd4e) feat: add disable style for confirm button - [`1778cd2`](https://github.com/langgenius/dify/commit/1778cd2e545cab6a3c8b9a5cdfefacb61e5696bb) feat: add search functions - [`247a4fe`](https://github.com/langgenius/dify/commit/247a4fe94b48ecfdf107279b7750c03ff73254f7) feat: add category called search ### 📊 Changes **22 files changed** (+350 additions, -74 deletions) <details> <summary>View changed files</summary> 📝 `web/app/(commonLayout)/app/(appDetailLayout)/[appId]/layout.tsx` (+1 -1) 📝 `web/app/(commonLayout)/apps/AppCard.tsx` (+1 -1) 📝 `web/app/(commonLayout)/apps/Apps.tsx` (+1 -0) 📝 `web/app/(commonLayout)/apps/NewAppCard.tsx` (+0 -1) 📝 `web/app/(commonLayout)/apps/NewAppDialog.tsx` (+24 -4) 📝 `web/app/(commonLayout)/datasets/(datasetDetailLayout)/[datasetId]/layout.tsx` (+2 -0) 📝 `web/app/components/app-sidebar/basic.tsx` (+11 -5) 📝 `web/app/components/app-sidebar/index.tsx` (+4 -3) 📝 `web/app/components/app/overview/appCard.tsx` (+2 -4) 📝 `web/app/components/base/app-icon/index.tsx` (+10 -1) ➕ `web/app/components/base/emoji-picker/index.tsx` (+204 -0) ➕ `web/app/components/base/emoji-picker/style.module.css` (+12 -0) 📝 `web/app/components/base/modal/index.tsx` (+45 -45) 📝 `web/app/components/header/index.tsx` (+8 -4) 📝 `web/app/components/header/nav/nav-selector/index.tsx` (+4 -2) 📝 `web/app/components/share/chat/index.tsx` (+2 -0) 📝 `web/app/components/share/header.tsx` (+5 -1) 📝 `web/models/datasets.ts` (+2 -0) 📝 `web/models/share.ts` (+2 -0) 📝 `web/package.json` (+2 -0) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-21 20:18:40 -05:00
yindo closed this issue 2026-02-21 20:18:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22302