[PR #6321] fix: better qr code panel and webapp url regen confirmation #25228

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

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

State: closed
Merged: Yes


Checklist:

  • 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 makes the QR code panel conform to the reset of the Dify font CSS, and make it dismissable only after clicking outside the panel. It also adds the content to the confirmation modal for the URL regen button. In addition, some minor adjustments to the English translations.

Fixes #6319

Type of Change

  • Bug fix (non-breaking change which fixes an issue)

Testing Instructions

  1. Font and Styling
  • Open QR code panel
  • Verify font matches Dify application
  • Check text styling and alignment
  1. Panel Dismissal
  • Open QR code panel
  • Click inside panel (should stay open)
  • Click outside panel (should close)
  • Repeat to ensure consistency
  1. URL Regeneration Modal
  • Click URL regeneration button
  • Verify confirmation modal appears with correct content
  • Test confirm and cancel actions

Screenshot from 2024-07-15 23-55-05
Screenshot from 2024-07-15 23-55-12

**Original Pull Request:** https://github.com/langgenius/dify/pull/6321 **State:** closed **Merged:** Yes --- # Checklist: - [x] Please open an issue before creating a PR or link to an existing issue - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods # Description This PR makes the QR code panel conform to the reset of the Dify font CSS, and make it dismissable only after clicking outside the panel. It also adds the content to the confirmation modal for the URL regen button. In addition, some minor adjustments to the English translations. Fixes #6319 ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue) # Testing Instructions 1. Font and Styling - Open QR code panel - Verify font matches Dify application - Check text styling and alignment 3. Panel Dismissal - Open QR code panel - Click inside panel (should stay open) - Click outside panel (should close) - Repeat to ensure consistency 4. URL Regeneration Modal - Click URL regeneration button - Verify confirmation modal appears with correct content - Test confirm and cancel actions ![Screenshot from 2024-07-15 23-55-05](https://github.com/user-attachments/assets/473cf0b7-eccb-4a99-9bb2-fd3e5575d569) ![Screenshot from 2024-07-15 23-55-12](https://github.com/user-attachments/assets/b4bd4c59-f8fd-438d-a5ad-ad1f8cec0eac)
yindo added the pull-request label 2026-02-21 20:24:32 -05:00
yindo closed this issue 2026-02-21 20:24:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#25228