[PR #742] [CLOSED] feat: app card view opt #22663

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify/pull/742
Author: @Gillian97
Created: 8/4/2023
Status: Closed

Base: deploy/devHead: feat/appOpt


📝 Commits (1)

📊 Changes

15 files changed (+210 additions, -160 deletions)

View changed files

📝 web/app/components/app-sidebar/basic.tsx (+1 -7)
📝 web/app/components/app/chat/answer/index.tsx (+1 -1)
📝 web/app/components/app/log/list.tsx (+1 -1)
📝 web/app/components/app/overview/appCard.tsx (+97 -65)
web/app/components/app/overview/assets/refresh-hover.svg (+3 -0)
web/app/components/app/overview/assets/refresh.svg (+3 -0)
web/app/components/app/overview/share-link.tsx (+0 -63)
📝 web/app/components/app/overview/style.module.css (+13 -0)
web/app/components/base/copy-feedback/index.tsx (+57 -0)
web/app/components/base/copy-feedback/style.module.css (+15 -0)
📝 web/app/components/develop/secret-key/input-copy.tsx (+1 -1)
📝 web/app/components/header/account-setting/members-page/invited-modal/invitation-link.tsx (+1 -1)
📝 web/i18n/lang/app-overview.en.ts (+2 -8)
📝 web/i18n/lang/app-overview.zh.ts (+2 -8)
📝 web/utils/index.ts (+13 -5)

📄 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/742 **Author:** [@Gillian97](https://github.com/Gillian97) **Created:** 8/4/2023 **Status:** ❌ Closed **Base:** `deploy/dev` ← **Head:** `feat/appOpt` --- ### 📝 Commits (1) - [`b332ed1`](https://github.com/langgenius/dify/commit/b332ed1b907cdf5de10e8c8c3b8fba34581c44a6) feat: app card view opt ### 📊 Changes **15 files changed** (+210 additions, -160 deletions) <details> <summary>View changed files</summary> 📝 `web/app/components/app-sidebar/basic.tsx` (+1 -7) 📝 `web/app/components/app/chat/answer/index.tsx` (+1 -1) 📝 `web/app/components/app/log/list.tsx` (+1 -1) 📝 `web/app/components/app/overview/appCard.tsx` (+97 -65) ➕ `web/app/components/app/overview/assets/refresh-hover.svg` (+3 -0) ➕ `web/app/components/app/overview/assets/refresh.svg` (+3 -0) ➖ `web/app/components/app/overview/share-link.tsx` (+0 -63) 📝 `web/app/components/app/overview/style.module.css` (+13 -0) ➕ `web/app/components/base/copy-feedback/index.tsx` (+57 -0) ➕ `web/app/components/base/copy-feedback/style.module.css` (+15 -0) 📝 `web/app/components/develop/secret-key/input-copy.tsx` (+1 -1) 📝 `web/app/components/header/account-setting/members-page/invited-modal/invitation-link.tsx` (+1 -1) 📝 `web/i18n/lang/app-overview.en.ts` (+2 -8) 📝 `web/i18n/lang/app-overview.zh.ts` (+2 -8) 📝 `web/utils/index.ts` (+13 -5) </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:19:28 -05:00
yindo closed this issue 2026-02-21 20:19:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22663