[PR #23316] feat: goto-anything improvement #30233

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

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

State: closed
Merged: Yes


Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

Partial implementation of #22657

  • Optimized goto-anything related logic design
  • Optimized goto-anything related UI
  • Provided mock data as data source

Briefly, with these changes, we will more easy to collaborate on goto-anything implementation.

Screenshots

image image image image image

Checklist

  • 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/23316 **State:** closed **Merged:** Yes --- > [!IMPORTANT] > > 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) > 2. Ensure there is an associated issue and you have been assigned to it > 3. Use the correct syntax to link this PR: `Fixes #<issue number>`. ## Summary Partial implementation of #22657 - Optimized goto-anything related logic design - Optimized goto-anything related UI - Provided mock data as data source Briefly, with these changes, we will more easy to collaborate on `goto-anything` implementation. ## Screenshots <img width="540" height="337" alt="image" src="https://github.com/user-attachments/assets/453c7f87-5e8c-4dda-9db5-46a5fc364076" /> <img width="553" height="398" alt="image" src="https://github.com/user-attachments/assets/52c461fd-8e35-4f0e-a039-010028c0b8de" /> <img width="526" height="369" alt="image" src="https://github.com/user-attachments/assets/540c8902-df20-4b2d-ae46-7a01cb680457" /> <img width="515" height="330" alt="image" src="https://github.com/user-attachments/assets/8849a3aa-8a38-4b95-88fb-a8530ff66c90" /> <img width="524" height="324" alt="image" src="https://github.com/user-attachments/assets/bbca2e13-6683-4638-907d-2cc325c10e81" /> ## Checklist - [ ] 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!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] 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:47:06 -05:00
yindo closed this issue 2026-02-21 20:47:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#30233