From fdce63f8ab16e2829171522714b1b0a61688df2a Mon Sep 17 00:00:00 2001 From: Septatrix <24257556+Septatrix@users.noreply.github.com> Date: Wed, 8 Feb 2023 16:08:10 +0100 Subject: [PATCH] webconfig: Rewrite color tab with Alpine.js --- share/tools/web_config/delete.png | Bin 1202 -> 0 bytes share/tools/web_config/fishconfig.css | 2 +- share/tools/web_config/index.html | 162 ++++++++++++++++- share/tools/web_config/js/app.js | 79 --------- share/tools/web_config/js/controllers.js | 210 ---------------------- share/tools/web_config/js/main.js | 211 +++++++++++++++++++++++ 6 files changed, 373 insertions(+), 291 deletions(-) delete mode 100644 share/tools/web_config/delete.png delete mode 100644 share/tools/web_config/js/app.js delete mode 100644 share/tools/web_config/js/controllers.js diff --git a/share/tools/web_config/delete.png b/share/tools/web_config/delete.png deleted file mode 100644 index 17f7698895448e22597e674ab57e11e8a60a4e0b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1202 zcmV;j1Wo&iP)-3ZQHhSwr$@nXAzrY#~$1EB=5R8y#b1Wugr=-A>nwlDun0O@k?i+vp*-}UdSd!U1vAV9VpuVsG zN#B11*|K@f!hx?f3A?ig>)>`x@{KD4iGTct46hf7X0vX|z&5Ww?C3GtQ=2VdHFb4O z*%3yF#`SLyc42<`$^}quSqJ5Y6;P~O#_z>r`UdW|WzEu6iyB-J;fRWhGcm?qdiVW zlm^4Skd}!vYLhA>Flwoxu@Tu$2jolVKr(YYMEzeteK`8MR53)pKBVb#x&guPE)e!$e%YRF5DEm<=iYduJ0qVJSS=9rd%lSTkj);?gL@Mb$sUO1Kq6ye zpw;Q1QLB(_wZeQijOS1~wl5?jdj#kmqg;-kuU(tZ$h4W9T4W1SQLtb-u61X)+3P9T zqa%4Rsw$Fu#_n>#aqkYK9GGgxXsD+Rhibw=C`R@0C#u!BB^GaC*#!l^WIP1CJ9i4M zjqZzoUT09BKMiwS9A8;vLr>W9N)R%;bTHnmi~F zyLly?9IyWg1k)L1Gt1}0^%>&=f4|1@a^eVlUJv5p%1uW*R3KclF)IPm-LzmE->HVGz^-p)Dx+Uu<-zu0nkn#iO6{q5jSNJtSe^2w{`(Cx-oz0TNj(DT8qo|Zg7;f%rlxA6m-hw-BpX4 zZ?|DhylF@Ep~sg(LuR76KMJu|sbJ*Ta`C^`JQ2lF7D^X~}0~jn?Cz+HC#K|IWbGld17v QTmS$707*qoM6N<$g0H|u-v9sr diff --git a/share/tools/web_config/fishconfig.css b/share/tools/web_config/fishconfig.css index 195bf52b4..eeacabc96 100644 --- a/share/tools/web_config/fishconfig.css +++ b/share/tools/web_config/fishconfig.css @@ -395,7 +395,7 @@ body { top: 0px; } -.color_picker_background_cells div { +.color_picker_background_cells label { width: 24px; height: 24px; border-style: solid; diff --git a/share/tools/web_config/index.html b/share/tools/web_config/index.html index b3ea46521..ca49992fa 100644 --- a/share/tools/web_config/index.html +++ b/share/tools/web_config/index.html @@ -6,14 +6,16 @@ fish shell configuration + + - +
+ +