From 6e86cd7f82f82e7d9b1fb18a02415e7f656612a2 Mon Sep 17 00:00:00 2001 From: Carlos Rosado Date: Wed, 6 Dec 2023 21:38:30 -0600 Subject: [PATCH] Fetching data - Controlling what information to call according to the view and the tab --- package-lock.json | 1 + src/components/DataPage.vue | 175 +++++++++++++++------------ src/components/DataSection.vue | 2 +- src/store/modules/backend/getters.js | 3 +- 4 files changed, 100 insertions(+), 81 deletions(-) diff --git a/package-lock.json b/package-lock.json index 24e5d7d3..b1d55c59 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29698,6 +29698,7 @@ }, "highlightjs-solidity": { "version": "git+ssh://git@github.com/highlightjs/highlightjs-solidity.git#3063758321de74cc8f75fc26c4b132ceb24ff1dc", + "integrity": "sha512-Qz9aUZgZxEMJICrmXgsCNhkNeAd/pTZz+n17iHLfP4W1JhZPZadp0w/DZ3oWP2uSD2B8YjexuEMXK0qOlBnyWA==", "from": "highlightjs-solidity@git+https://github.com/highlightjs/highlightjs-solidity.git" }, "hmac-drbg": { diff --git a/src/components/DataPage.vue b/src/components/DataPage.vue index 74a4fee5..a72ddaaa 100644 --- a/src/components/DataPage.vue +++ b/src/components/DataPage.vue @@ -1,57 +1,70 @@ -