From 49f422221d8b7c4b6ef72a054c9bb66c76f0fad4 Mon Sep 17 00:00:00 2001 From: enzo707 Date: Thu, 25 Apr 2024 11:30:26 -0300 Subject: [PATCH 1/3] feat: move js code implemented directly on library.html (dynamo side) to librariejs --- index.html | 459 ++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 423 insertions(+), 36 deletions(-) diff --git a/index.html b/index.html index f0ee999..5e90f35 100644 --- a/index.html +++ b/index.html @@ -5,75 +5,462 @@ Librarie.js sample page - - - + + + + + + +
+ +
+ + - + + document.dispatchEvent(kbEvent); + } + //This function will show the overlay over the Library when the Preferences/PackageManagerSearch are opened otherwiser is not visible + function fullOverlayVisible(enableOverlay) { + if (enableOverlay) + document.getElementById("overlay").style.display = "block"; + else + document.getElementById("overlay").style.display = "none"; + } + - \ No newline at end of file From d134c5d32ad446f09c9c1402a989dbfc5f165434 Mon Sep 17 00:00:00 2001 From: enzo707 Date: Thu, 25 Apr 2024 15:38:32 -0300 Subject: [PATCH 2/3] fix: sonarcloud reported issues --- index.html | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 5e90f35..33151f2 100644 --- a/index.html +++ b/index.html @@ -24,9 +24,7 @@ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet */ user-select: none; - user-drag: none; scrollbar-base-color: #353535; - scrollbar-3dlight-color: #202020; scrollbar-highlight-color: #202020; scrollbar-track-color: #202020; scrollbar-arrow-color: #353535; @@ -121,9 +119,9 @@