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: 0f2bd39db8feb317f9b9295597bad6566661ad79
parent c58ed1036fd3bdbfb13f5dbc92e887acc97c5e64
Author: Henry Jameson <me@hjkos.com>
Date:   Sun,  6 Oct 2024 03:31:59 +0300

cleanup

Diffstat:

Msrc/components/settings_modal/tabs/style_tab/style_tab.js16++++++++--------
1 file changed, 8 insertions(+), 8 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 @@ -63,12 +63,14 @@ export default { const website = ref('') const metaOut = computed(() => { - return `@meta { - name: ${name.value}; - author: ${author.value}; - license: ${license.value}; - website: ${website.value}; -}` + return [ + '@meta {', + ` name: ${name.value};`, + ` author: ${author.value};`, + ` license: ${license.value};`, + ` website: ${website.value};`, + '}' + ].join('\n') }) // ### Palette stuff @@ -101,7 +103,6 @@ export default { ]) const palettesOut = computed(() => { - console.log('WORK DAMN', palettes) return palettes.map(({ name, ...palette }) => { const entries = Object .entries(palette) @@ -417,7 +418,6 @@ export default { const updatePreview = () => { try { const { name, ...paletteData } = palette.value - console.log('WORK', paletteData) const rules = init({ inputRuleset: editorFriendlyToOriginal.value, initialStaticVars: {