[PR #11402] feat: add 'Open in Explore' link for each apps on studio #27205

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

Original Pull Request: https://github.com/langgenius/dify/pull/11402

State: closed
Merged: Yes


Summary

This PR adds an "Open in Explore" link to the menu of each app in the app list in Studio, and the menu under Publish button in Studio.
Clicking this link will open the target app in Explore in a new tab.
Also, to prevent the items in the pop-up menu from containing line break, I will slightly widen its width.

To achieve this, following changes are made by this PR:

  • API
    • Update /console/api/installed-apps to allow querying installed apps by app_id
  • Web
    • Add Open in Explore menu for each apps in the app list on studio
    • Add 'Open in Explore' in the publish menu on studio

Closes #11401

Screenshots

Before: After:

image
image
image

image
image
image
image

Checklist

Important

Please review the checklist below before submitting your pull request.

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/11402 **State:** closed **Merged:** Yes --- # Summary This PR adds an "Open in Explore" link to the menu of each app in the app list in Studio, and the menu under `Publish` button in Studio. Clicking this link will open the target app in Explore in a new tab. Also, to prevent the items in the pop-up menu from containing line break, I will slightly widen its width. To achieve this, following changes are made by this PR: - **API** - Update `/console/api/installed-apps` to allow querying installed apps by `app_id` - **Web** - Add `Open in Explore` menu for each apps in the app list on studio - Add 'Open in Explore' in the publish menu on studio Closes #11401 # Screenshots <table> <tr> <td>Before: </td> <td>After: </td> </tr> <tr> <td> ![image](https://github.com/user-attachments/assets/3d35837b-0167-4f65-a7d5-85b49b8e3e4a) ![image](https://github.com/user-attachments/assets/ed01d358-6c10-4351-a54e-ce7c89daf1a1) ![image](https://github.com/user-attachments/assets/01330277-5a84-4240-9871-749056f58af8) </td> <td> ![image](https://github.com/user-attachments/assets/e18bd46e-dc4d-4630-a120-f8b27b4a8b70) ![image](https://github.com/user-attachments/assets/9d64c4f5-c3cc-4a12-86b8-fc65f16b1034) ![image](https://github.com/user-attachments/assets/b75d74ec-27d0-4147-b851-bfe0f39e9367) ![image](https://github.com/user-attachments/assets/19b6d2dd-e68e-4606-af8a-38562bfee1d8) </td> </tr> </table> # Checklist > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [ ] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [ ] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:41:04 -05:00
yindo closed this issue 2026-02-21 20:41:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#27205