diff --git a/CHANGELOG.md b/CHANGELOG.md index 317f008b..b09a7f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - [#950](https://github.com/estruyf/vscode-front-matter/issues/950): Fix for template is not applied to new content type when created - [#958](https://github.com/estruyf/vscode-front-matter/issues/958): Fix variable frontmatter leads to error +- [#964](https://github.com/estruyf/vscode-front-matter/issues/964): Fix settings page for dark themes - [#984](https://github.com/estruyf/vscode-front-matter/issues/984): Fix in `frontMatter.global.timezone` is invalid - [#1004](https://github.com/estruyf/vscode-front-matter/issues/1004): Fix for `mediaDB.json` containing full paths on Windows instead of relative paths - [#1006](https://github.com/estruyf/vscode-front-matter/issues/1006): Fix output channel colorizer schema to only apply to the Front Matter output channel diff --git a/src/dashboardWebView/components/SettingsView/CommonSettings.tsx b/src/dashboardWebView/components/SettingsView/CommonSettings.tsx index 9a6df00b..ee2ea4f5 100644 --- a/src/dashboardWebView/components/SettingsView/CommonSettings.tsx +++ b/src/dashboardWebView/components/SettingsView/CommonSettings.tsx @@ -67,7 +67,7 @@ export const CommonSettings: React.FunctionComponent = (pr }, [settings?.lastUpdated]); return ( -
+

{l10n.t(LocalizationKey.settingsOpenOnStartup)}

diff --git a/src/dashboardWebView/components/SettingsView/IntegrationsView.tsx b/src/dashboardWebView/components/SettingsView/IntegrationsView.tsx index bfcfcc72..dcc39e01 100644 --- a/src/dashboardWebView/components/SettingsView/IntegrationsView.tsx +++ b/src/dashboardWebView/components/SettingsView/IntegrationsView.tsx @@ -71,7 +71,7 @@ export const IntegrationsView: React.FunctionComponent = }, []); return ( -
+

{l10n.t(LocalizationKey.settingsIntegrationsViewDeeplTitle)}

diff --git a/src/dashboardWebView/components/SettingsView/SettingsView.tsx b/src/dashboardWebView/components/SettingsView/SettingsView.tsx index c8b4bc7c..00ce1bac 100644 --- a/src/dashboardWebView/components/SettingsView/SettingsView.tsx +++ b/src/dashboardWebView/components/SettingsView/SettingsView.tsx @@ -52,7 +52,7 @@ export const SettingsView: React.FunctionComponent = (_: Rea { id: "view-2", content: ( -
+

{l10n.t(LocalizationKey.settingsContentFolders)}

= (_: Rea temp.push({ id: "view-3", content: ( -
+

{l10n.t(LocalizationKey.settingsContentTypes)}

= ({ }: React.PropsWithChildren) => { return (