You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(open-knowledge): drop GitHub follow-up from bug report success dialog (#2668)
The Report a bug success dialog directed users to open a public GitHub
issue (a paragraph plus an Open GitHub issue button). The GitHub intake
isn't a good follow-up experience right now, so remove that direction.
The success screen keeps the report reference and offers writing to
support@inkeep.com with it if the user has more to add.
GitOrigin-RevId: 4f6b884ba6903d99a6794b43122c79f098a58a47
Report a bug no longer points you to GitHub after you send. The "Thanks for the report!" confirmation used to suggest opening a public GitHub issue and included an "Open GitHub issue" button; both are gone. The dialog still shows your report reference to copy, and if you want to add more it offers writing to support@inkeep.com with that reference.
Copy file name to clipboardExpand all lines: packages/app/src/locales/en/messages.po
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -573,6 +573,10 @@ msgstr "<{descriptorLabel}> failed to render (likely a bad prop). Copy the sourc
573
573
msgid"<0>~/.ok/bin</0> and <1>~/.ok/env.sh</1> stay either way — the app always maintains them."
574
574
msgstr"<0>~/.ok/bin</0> and <1>~/.ok/env.sh</1> stay either way — the app always maintains them."
575
575
576
+
#: src/components/ReportBugDialogBody.tsx
577
+
msgid"<0>Have more to add?</0> Write to <1/> and mention your reference."
578
+
msgstr"<0>Have more to add?</0> Write to <1/> and mention your reference."
579
+
576
580
#: src/editor/components/Mirror.tsx
577
581
msgid"<0>Mirror — pick a source.</0> Set <1>src</1> + <2>anchor</2> via the property panel to point at a <3><MirrorSource></3> elsewhere."
578
582
msgstr"<0>Mirror — pick a source.</0> Set <1>src</1> + <2>anchor</2> via the property panel to point at a <3><MirrorSource></3> elsewhere."
@@ -590,10 +594,6 @@ msgstr "<0>Mirror source removed.</0> The doc <1>{src}</1> is no longer availabl
590
594
msgid"<0>ok</0> won't run in external terminals until you add it later from the File menu. OpenKnowledge's built-in terminal and AI tools keep working."
591
595
msgstr"<0>ok</0> won't run in external terminals until you add it later from the File menu. OpenKnowledge's built-in terminal and AI tools keep working."
592
596
593
-
#: src/components/ReportBugDialogBody.tsx
594
-
msgid"<0>Want to follow along?</0> Open a GitHub issue and mention your reference. Or write to <1/>"
595
-
msgstr"<0>Want to follow along?</0> Open a GitHub issue and mention your reference. Or write to <1/>"
596
-
597
597
#: src/components/PageHeaderWidgets.tsx
598
598
msgid"📝 or assets/icon.png"
599
599
msgstr"📝 or assets/icon.png"
@@ -1290,10 +1290,6 @@ msgstr "Browse your repos:"
1290
1290
msgid"Bug report {0}"
1291
1291
msgstr"Bug report {0}"
1292
1292
1293
-
#: src/components/ReportBugDialogBody.tsx
1294
-
msgid"Bug report {reference}"
1295
-
msgstr"Bug report {reference}"
1296
-
1297
1293
#: src/components/ReportBugDialogBody.tsx
1298
1294
msgid"Bug reporting needs the OpenKnowledge desktop app."
1299
1295
msgstr"Bug reporting needs the OpenKnowledge desktop app."
Copy file name to clipboardExpand all lines: packages/app/src/locales/pseudo/messages.po
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -568,6 +568,10 @@ msgstr ""
568
568
msgid"<0>~/.ok/bin</0> and <1>~/.ok/env.sh</1> stay either way — the app always maintains them."
569
569
msgstr""
570
570
571
+
#: src/components/ReportBugDialogBody.tsx
572
+
msgid"<0>Have more to add?</0> Write to <1/> and mention your reference."
573
+
msgstr""
574
+
571
575
#: src/editor/components/Mirror.tsx
572
576
msgid"<0>Mirror — pick a source.</0> Set <1>src</1> + <2>anchor</2> via the property panel to point at a <3><MirrorSource></3> elsewhere."
573
577
msgstr""
@@ -585,10 +589,6 @@ msgstr ""
585
589
msgid"<0>ok</0> won't run in external terminals until you add it later from the File menu. OpenKnowledge's built-in terminal and AI tools keep working."
586
590
msgstr""
587
591
588
-
#: src/components/ReportBugDialogBody.tsx
589
-
msgid"<0>Want to follow along?</0> Open a GitHub issue and mention your reference. Or write to <1/>"
590
-
msgstr""
591
-
592
592
#: src/components/PageHeaderWidgets.tsx
593
593
msgid"📝 or assets/icon.png"
594
594
msgstr""
@@ -1285,10 +1285,6 @@ msgstr ""
1285
1285
msgid"Bug report {0}"
1286
1286
msgstr""
1287
1287
1288
-
#: src/components/ReportBugDialogBody.tsx
1289
-
msgid"Bug report {reference}"
1290
-
msgstr""
1291
-
1292
1288
#: src/components/ReportBugDialogBody.tsx
1293
1289
msgid"Bug reporting needs the OpenKnowledge desktop app."
0 commit comments