fix(web): keep feedback dialog interactive

This commit is contained in:
dadachann
2026-06-24 05:27:39 -04:00
parent 76471af179
commit 85d8d9304e
12 changed files with 134 additions and 132 deletions
+2 -2
View File
@@ -1363,7 +1363,7 @@ const enUS = {
platform: 'Platform',
exportFeedback: 'Export Feedback',
description:
'Tell us what went wrong or what could be better. Instance UUID, login account, and page info are included for diagnosis.',
'Tell us what went wrong or what could be better. Instance UUID and login account are included for diagnosis.',
placeholder: 'Describe your suggestion, issue, or reproduction steps...',
attachImage: 'Add image',
screenshot: 'Screenshot',
@@ -1372,7 +1372,7 @@ const enUS = {
'Do not include secrets, passwords, or private chat content.',
contentRequired: 'Please enter feedback first',
imageOnly: 'Only image attachments are supported',
imageTooLarge: 'Each image must be under 2MB',
imageTooLarge: 'Each image must be under 1MB',
tooManyImages: 'You can attach up to 3 images',
screenshotFailed: 'Screenshot failed. Try pasting or uploading an image.',
submitSuccess: 'Feedback submitted. Thanks!',