[PR #27669] fix(web): fix issues with links, Chinese translations, and styling on the logs page #31830

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

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

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

fix #27655
fix #27654

  • Fix the following issues:
    • The sharing and testing links have been reversed. After the change, sharing will redirect to the published app URL, while testing will redirect to the app's homepage.
    • Chinese translation is inappropriate.
    • The icon in dark mode it's hardly visible.
  • Refactor empty-element into a common component.

Screenshots

Before After
链接错误 修复链接错误
中文翻译及链接问题 修复中文翻译及链接问题
样式问题 修复样式问题

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/27669 **State:** closed **Merged:** Yes --- > [!IMPORTANT] > > 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) > 1. Ensure there is an associated issue and you have been assigned to it > 1. Use the correct syntax to link this PR: `Fixes #<issue number>`. ## Summary fix #27655 fix #27654 - Fix the following issues: - The sharing and testing links have been reversed. After the change, sharing will redirect to the published app URL, while testing will redirect to the app's homepage. - Chinese translation is inappropriate. - The icon in dark mode it's hardly visible. - Refactor empty-element into a common component. ## Screenshots | Before | After | |--------|-------| | <img width="1439" height="689" alt="链接错误" src="https://github.com/user-attachments/assets/f28cef5f-397f-4a24-b63f-68b355e79cfa" /> | <img width="1439" height="689" alt="修复链接错误" src="https://github.com/user-attachments/assets/ea26a5ef-ebf8-42a3-a802-23d0b97ead05" /> | | <img width="1439" height="689" alt="中文翻译及链接问题" src="https://github.com/user-attachments/assets/5a99fd1f-cbaf-49eb-8a5c-eb341c2d3da9" /> | <img width="1439" height="689" alt="修复中文翻译及链接问题" src="https://github.com/user-attachments/assets/622e2bb1-bab5-416a-9309-37b6c3c9a8ac" /> | | <img width="1439" height="680" alt="样式问题" src="https://github.com/user-attachments/assets/9c071c60-c638-405c-ae35-2be02445b338" /> | <img width="1439" height="680" alt="修复样式问题" src="https://github.com/user-attachments/assets/e75f53c8-1208-42d7-81a6-00241587527d" /> | ## 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:50:13 -05:00
yindo closed this issue 2026-02-21 20:50:13 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#31830