diff --git a/src/csui/Popup.vue b/src/csui/Popup.vue
index c0b38c7..165c727 100644
--- a/src/csui/Popup.vue
+++ b/src/csui/Popup.vue
@@ -85,6 +85,11 @@
:site="site.host"
>
+
+
+
No settings or site settings found.
@@ -99,6 +104,7 @@ import BaseExtensionSettings from './src/PlayerUiPanels/BaseExtensionSettings.vu
import PlayerDetectionPanel from './src/PlayerUiPanels/PlayerDetectionPanel.vue'
import PopupVideoSettings from './src/popup/panels/PopupVideoSettings.vue'
import InPlayerUIAdvertisement from './src/PlayerUiPanels/InPlayerUiAdvertisement.vue';
+import AboutPanel from '@csui/src/popup/panels/AboutPanel.vue'
import Debug from '../ext/conf/Debug';
import BrowserDetect from '../ext/conf/BrowserDetect';
import Comms from '../ext/lib/comms/Comms';
@@ -109,6 +115,15 @@ import EventBus from '../ext/lib/EventBus';
import {ChromeShittinessMitigations as CSM} from '../common/js/ChromeShittinessMitigations';
export default {
+ components: {
+ Debug,
+ BrowserDetect,
+ PopupVideoSettings,
+ PlayerDetectionPanel,
+ BaseExtensionSettings,
+ InPlayerUIAdvertisement,
+ AboutPanel
+ },
data () {
return {
comms: undefined,
@@ -127,6 +142,7 @@ export default {
{id: 'videoSettings', label: 'Video settings', icon: 'crop'},
// {id: 'playerDetection', label: 'Player detection', icon: 'television-play'},
{id: 'extensionSettings', label: 'Site and Extension options', icon: 'cogs' },
+ {id: 'about', label: 'About', icon: 'information-outline'},
],
}
},
@@ -215,11 +231,7 @@ export default {
this.narrowPopup = body.offsetWidth < 600;
}
},
- components: {
- Debug,
- BrowserDetect,
- PopupVideoSettings, PlayerDetectionPanel, BaseExtensionSettings, InPlayerUIAdvertisement
- },
+
methods: {
async sleep(t) {
return new Promise( (resolve,reject) => {
diff --git a/src/csui/src/popup/panels/AboutPanel.vue b/src/csui/src/popup/panels/AboutPanel.vue
index bcb7d9e..626777a 100644
--- a/src/csui/src/popup/panels/AboutPanel.vue
+++ b/src/csui/src/popup/panels/AboutPanel.vue
@@ -7,44 +7,20 @@
Having an issue?
Report undocumented features bugs using one of the following options (in order of preference):
-
-
-
-
- Swatter mode (logging)
-
- You've made plenty of marks, all in the wrong places!
-
-
-
-
-