diff --git a/package.json b/package.json index b02872ab..e5c2bc46 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "frankerfacez", "author": "Dan Salvato LLC", - "version": "4.12.0", + "version": "4.12.2", "description": "FrankerFaceZ is a Twitch enhancement suite.", "license": "Apache-2.0", "scripts": { diff --git a/src/entry.js b/src/entry.js index eb58a937..a1a794ae 100644 --- a/src/entry.js +++ b/src/entry.js @@ -2,7 +2,7 @@ 'use strict'; (() => { // Don't run on certain sub-domains. - if ( /^(?:localhost\.rig|blog|player|im|chatdepot|tmi|api|)\./.test(location.hostname) ) + if ( /^(?:localhost\.rig|blog|player|im|chatdepot|tmi|api|brand|dev)\./.test(location.hostname) ) return; const DEBUG = localStorage.ffzDebugMode == 'true' && document.body.classList.contains('ffz-dev') && ! window.Ember, diff --git a/src/modules/main_menu/components/badge-term-editor.vue b/src/modules/main_menu/components/badge-term-editor.vue index e20a1cc8..61d2aec2 100644 --- a/src/modules/main_menu/components/badge-term-editor.vue +++ b/src/modules/main_menu/components/badge-term-editor.vue @@ -43,7 +43,7 @@ -
+
- +
@@ -44,7 +44,7 @@ :class="{'ffz-bottom-100': openUp}" class="tw-absolute tw-z-above tw-balloon--up tw-balloon--right" > - +
@@ -63,6 +63,10 @@ export default { props: { value: String, + alpha: { + type: Boolean, + default: true + }, default: { type: String, default: '#000' diff --git a/src/modules/main_menu/components/filter-rule-editor.vue b/src/modules/main_menu/components/filter-rule-editor.vue index 5c0e6b09..bd6590f2 100644 --- a/src/modules/main_menu/components/filter-rule-editor.vue +++ b/src/modules/main_menu/components/filter-rule-editor.vue @@ -14,7 +14,7 @@
@@ -31,7 +31,7 @@ :class="[isShort ? '' : 'tw-mg-l-1']" class="tw-border-l tw-pd-l-1 tw-flex tw-flex-column tw-flex-wrap tw-justify-content-start tw-align-items-start" > -
+
@@ -44,13 +44,13 @@