logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 3eabdf9dedff1a39f9f8003a7d581c71a90e9161
parent ece159822c4df48f828b18f69c0a4b82577e4f92
Author: Henry Jameson <me@hjkos.com>
Date:   Thu,  4 Apr 2024 22:58:50 +0300

lint

Diffstat:

Msrc/App.vue2+-
Msrc/components/color_input/color_input.vue2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue @@ -1,8 +1,8 @@ <template> <div + v-show="$store.state.interface.themeApplied" id="app-loaded" :style="bgStyle" - v-show="$store.state.interface.themeApplied" > <div id="app_bg_wrapper" diff --git a/src/components/color_input/color_input.vue b/src/components/color_input/color_input.vue @@ -44,7 +44,7 @@ class="invalidIndicator" /> <label class="nativeColor"> - <FAIcon icon="eye-dropper"/> + <FAIcon icon="eye-dropper" /> <input :id="name" class="unstyled"