From c7dd3340ecc8ab747a60fbb628d5771bb9d1c7cf Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Fri, 17 Feb 2023 13:04:19 +0000 Subject: [PATCH 1/6] Add Ziggy library --- .../webextension/images/icons/Ziggy.png | Bin 0 -> 1201 bytes src/technologies/z.json | 19 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Ziggy.png diff --git a/src/drivers/webextension/images/icons/Ziggy.png b/src/drivers/webextension/images/icons/Ziggy.png new file mode 100644 index 0000000000000000000000000000000000000000..e8b663a6e1143433e998cf9e8b203697d6d511e8 GIT binary patch literal 1201 zcmV;i1Wx;jP)Px#32;bRa{vGf6951U69E94oEQKA0vS+DR7FQ{O#lD? z{r&y_|NsC0|NsC0|NsC0|NsC0|NsC0{{H^||L_0*{{H^{{QUgy@9+Qr|NZ^_|NsB@ z_xJz*{{H^{|Ns5}|NZ{{{r~^}{QUa=|Nj5}{_SEv|8kQUpwtyI`Pbk=)QFInQH7?Hvazp)vIB}omKB}O6*iG+_Gn=gFx(6FXU!F z>{>R`uyfO}a_7K&{_*be-niJbcjd!}*R^-gtZw!1=dqDiv5;2mRWSFvtMcBu{rU3r zBouw_4E4B#p_Zm^{t!hO(pA4De0PM=5$N%Z%X84J=+hjQHUp@c-{@}N6>&lS)_wM`j=>7Qb z=fQvL$&T@aY5wl&^WeVkc31r6-~H_9?{--6hi(7<{^q@R?{QMgtaZ(bT=41L$6zVD zooV#%=JoLDx|?V8;lTa-_V&1__3-Ha{{8dez}Cd2*2AOqteMDSEcddZ_`tI2$c*l4 zN%-v6>{v4Qv7p|zaL8jW@qS|Xysh}YujOw``qaz#?b-U$$^QHH^yJ3<`t`}g{rdC%@a)KFGxzM*>c@-rv!n5TVfVME{_ySU zN+R!WP4~E{{_pH@NOJoC0013yQchCbpkU9> zpR1ON0005_NklBQI(rXHo<<{iP8@EIgTTzM#vNyQ*1oz&1PjHJ{ zP~70wztFoh$t7u@&*hUJzR&IV5OR?cLQ%f1#|wmngtCc+L`c7U+V^nac^W{71!5@# zZExSHHc$G~5GwR_AA9}Qvq4prRautV?^Hct&md8J?Gjli`#5kEN8SGT!ZH#R4x%{VwsEP+mLeby@Icl<=ingA}(XTmCb3!2kZ^(vH7L3mSP2`g3_ zhOyl+wrScHjnboO_u5M63BYTG35%xMEZsEI<+~`M2(&VR=Vaq7mme?*2`vg0s-1i* zAsc3JehH}H1r^->RY^j2l$Vv4u|{d1jKpR|**V*04b92sX`K2v(km6tJhq*6(>a}b z4q>&Ksx!@$nM#>;oq+P20zz{6T$`bej=ynKbl)!|tDFT_k92ppPeH|veqpVXFD9S6 zy8a3DpzeBwB|Ik|e*b|8lEem&;LXY7Pd|ZPc*&KM+?Zpto^9vOgRg>h-G`Jc7BJ!5 zZLn%8+`B8ca0bGek{h$PB9~BGgY%rC-Lo%Ss6ERIKZ Date: Fri, 17 Feb 2023 14:05:38 +0000 Subject: [PATCH 2/6] Fix Ziggy detection --- src/technologies/z.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/z.json b/src/technologies/z.json index bf17adb4a..ec13ecc5d 100644 --- a/src/technologies/z.json +++ b/src/technologies/z.json @@ -330,7 +330,7 @@ "cats": [ 59 ], - "description": "Ziggy is a library that allows using Laravel named routes in JavaScript", + "description": "Ziggy is a library that allows using Laravel named routes in JavaScript.", "icon": "Ziggy.png", "implies": [ "Laravel", @@ -339,7 +339,7 @@ "js": { "route": "" }, - "script": [ + "scripts": [ "window.Ziggy" ], "oss": true, From c94c540b56f479973c85a67eefd92df20e04218d Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Fri, 17 Feb 2023 14:09:00 +0000 Subject: [PATCH 3/6] Update Ziggy detection --- src/technologies/z.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/technologies/z.json b/src/technologies/z.json index ec13ecc5d..0b60e8c6d 100644 --- a/src/technologies/z.json +++ b/src/technologies/z.json @@ -336,9 +336,6 @@ "Laravel", "Inertia.js" ], - "js": { - "route": "" - }, "scripts": [ "window.Ziggy" ], From 35bfa655702212f65fb2ec063f4f6df42237927f Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Fri, 17 Feb 2023 14:37:47 +0000 Subject: [PATCH 4/6] Update Ziggy detection --- src/technologies/z.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/z.json b/src/technologies/z.json index 0b60e8c6d..7a255cb0a 100644 --- a/src/technologies/z.json +++ b/src/technologies/z.json @@ -336,6 +336,9 @@ "Laravel", "Inertia.js" ], + "js": { + "Ziggy": "" + }, "scripts": [ "window.Ziggy" ], From e253c350428cb6c4e3e99dbb51f82f9b75daf700 Mon Sep 17 00:00:00 2001 From: Ostap Brehin Date: Fri, 17 Feb 2023 16:26:30 +0000 Subject: [PATCH 5/6] Update Ziggy detection --- src/technologies/z.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/technologies/z.json b/src/technologies/z.json index 7a255cb0a..5c7e7adee 100644 --- a/src/technologies/z.json +++ b/src/technologies/z.json @@ -339,10 +339,8 @@ "js": { "Ziggy": "" }, - "scripts": [ - "window.Ziggy" - ], "oss": true, + "scripts": "window\\.Ziggy", "website": "https://github.com/tighten/ziggy" }, "Zimbra": { From 3099101fc0b26e4204f10bcb0c1432c1e893c4ac Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 27 Feb 2023 11:29:49 +1100 Subject: [PATCH 6/6] Update z.json --- src/technologies/z.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/technologies/z.json b/src/technologies/z.json index 5c7e7adee..e56b38e2e 100644 --- a/src/technologies/z.json +++ b/src/technologies/z.json @@ -340,7 +340,6 @@ "Ziggy": "" }, "oss": true, - "scripts": "window\\.Ziggy", "website": "https://github.com/tighten/ziggy" }, "Zimbra": { @@ -732,4 +731,4 @@ "scriptSrc": "userapp\\.zyrosite\\.com/", "website": "https://zyro.com" } -} \ No newline at end of file +}