Add status bar link and Help menu item to open an issue on feedback repo

This commit is contained in:
Max Brunsfeld
2022-06-07 15:48:12 -07:00
parent 9d5111e86a
commit 8311458931
5 changed files with 65 additions and 0 deletions
+4
View File
@@ -43,6 +43,10 @@ export default function statusBar(theme: Theme) {
...text(theme, "sans", "muted"),
hover: text(theme, "sans", "secondary"),
},
feedback: {
...text(theme, "sans", "muted"),
hover: text(theme, "sans", "active"),
},
diagnosticSummary: {
height: 16,
iconWidth: 14,