VisualSelector - Use 'deflate' for storing elements.json, 90% file size reduction (#2794)

This commit is contained in:
dgtlmoon
2024-11-19 17:28:21 +01:00
committed by GitHub
parent 4e18aea5ff
commit 6084b0f23d
5 changed files with 49 additions and 15 deletions

View File

@@ -132,6 +132,7 @@ $(document).ready(() => {
}).done((data) => {
$fetchingUpdateNoticeElem.html("Rendering..");
selectorData = data;
sortScrapedElementsBySize();
console.log(`Reported browser width from backend: ${data['browser_width']}`);