diff --git a/src/common/__mocks__/core.mock.views.js b/src/common/__mocks__/core.mock.views.js index c51323f9..bd80385b 100644 --- a/src/common/__mocks__/core.mock.views.js +++ b/src/common/__mocks__/core.mock.views.js @@ -5,7 +5,6 @@ export default { showCommits: true, showCommitsWhenGreen: true, theme: 'dark', - colorBlindMode: true, notifications: { enabled: true, buildBroken: true, diff --git a/src/common/types.ts b/src/common/types.ts index 3be030fd..44da8d28 100644 --- a/src/common/types.ts +++ b/src/common/types.ts @@ -92,7 +92,6 @@ export interface ViewConfig { showCommits?: boolean; showCommitsWhenGreen?: boolean; theme?: string; - colorBlindMode?: boolean; notifications?: { enabled: boolean; buildBroken: boolean; diff --git a/src/service-worker/storage/view-config.test.ts b/src/service-worker/storage/view-config.test.ts index 81ac9ae9..1a890b49 100644 --- a/src/service-worker/storage/view-config.test.ts +++ b/src/service-worker/storage/view-config.test.ts @@ -22,7 +22,6 @@ beforeEach(() => { showCommits: true, showCommitsWhenGreen: false, theme: 'dark', - colorBlindMode: true, notifications: { enabled: true, buildBroken: true, diff --git a/src/service-worker/storage/view-config.ts b/src/service-worker/storage/view-config.ts index 49a4d33f..b7eae6b8 100644 --- a/src/service-worker/storage/view-config.ts +++ b/src/service-worker/storage/view-config.ts @@ -8,7 +8,6 @@ const defaultConfiguration: ViewConfig = { showCommits: true, showCommitsWhenGreen: true, theme: 'dark', - colorBlindMode: true, notifications: { enabled: true, buildBroken: true, diff --git a/src/settings/view/view.html b/src/settings/view/view.html index d3bf8bd5..90b3cd8d 100644 --- a/src/settings/view/view.html +++ b/src/settings/view/view.html @@ -1,5 +1,26 @@
+
+ +
+ +
+
@@ -97,48 +118,6 @@
-
- -
- -
-
-
- -
- -
-