[PR #7512] fix: add missed modifications of <AppIcon /> #25726

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

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

State: closed
Merged: Yes


Checklist:

Important

Please review the checklist below before submitting your pull request.

  • Please open an issue before creating a PR or link to an existing issue
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods

Description

This PR is based on #7196 and supplements some missed modifications throughout the project when adding new features.

  1. Navgitaor
    image

  2. Web chat app config panel
    image

  3. Embedded chat app config panel
    image

  4. When creating tool from workflow app whose icon is an image, use default emoji as initial state

https://github.com/user-attachments/assets/d84d018c-9b38-44b4-9b36-dcbe1c7a55d6

  1. Fixed several type errors

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update, included: Dify Document
  • Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement
  • Dependency upgrade

Testing Instructions

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Test A
  • Test B
**Original Pull Request:** https://github.com/langgenius/dify/pull/7512 **State:** closed **Merged:** Yes --- # Checklist: > [!IMPORTANT] > Please review the checklist below before submitting your pull request. - [ ] Please open an issue before creating a PR or link to an existing issue - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods # Description This PR is based on #7196 and supplements some missed modifications throughout the project when adding new features. 1. Navgitaor <img width="656" alt="image" src="https://github.com/user-attachments/assets/95bf75d3-6986-43c6-a30e-0a243f711247"> 2. Web chat app config panel <img width="808" alt="image" src="https://github.com/user-attachments/assets/742a3aec-c30e-4e67-a4c8-8d1916036c5e"> 3. Embedded chat app config panel <img width="792" alt="image" src="https://github.com/user-attachments/assets/50649b27-6199-4410-bff5-9311f99a52d2"> 4. When creating tool from workflow app whose icon is an image, use default emoji as initial state https://github.com/user-attachments/assets/d84d018c-9b38-44b4-9b36-dcbe1c7a55d6 5. Fixed several type errors ## Type of Change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [ ] Improvement, including but not limited to code refactoring, performance optimization, and UI/UX improvement - [ ] Dependency upgrade # Testing Instructions Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test A - [ ] Test B
yindo added the pull-request label 2026-02-21 20:25:33 -05:00
yindo closed this issue 2026-02-21 20:25:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25726