logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
commit: d8a951dc527c3459b3059d922c11e227a471e344
parent 86900061c232ed925a254f813e718a0df104b67a
Author: Henry Jameson <me@hjkos.com>
Date:   Wed, 20 Nov 2024 17:03:49 +0200

don't use lite mode because it causes issues with excluded components

Diffstat:

Msrc/components/settings_modal/tabs/style_tab/style_tab.js3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/components/settings_modal/tabs/style_tab/style_tab.js b/src/components/settings_modal/tabs/style_tab/style_tab.js @@ -693,14 +693,13 @@ export default { overallPreviewRules.value = init({ inputRuleset: exportRules.value, ultimateBackgroundColor: '#000000', - liteMode: true, debug: true }).eager } catch (e) { console.error('Could not compile preview theme', e) return null } - }, 1000) + }, 5000) // // Apart from "hover" we can't really show how component looks like in // certain states, so we have to fake them.