From 93e69f086fe98f187c49d9c4ca696d7f4749de19 Mon Sep 17 00:00:00 2001 From: Etienne Boileau Date: Mon, 15 Jan 2024 12:39:25 +0100 Subject: [PATCH] UPD views, FIX fonts, re-install --- client/package-lock.json | 12 ++++++------ client/src/assets/images/scimodom-logo.svg | 4 ++-- client/src/components/home/HomeFeatures.vue | 18 +++++++++++++----- client/src/components/home/HomeRoadmap.vue | 8 +++++--- client/src/views/DocumentationView.vue | 10 ++++++++++ client/src/views/DownloadView.vue | 6 +++++- client/src/views/SearchView.vue | 4 ++++ 7 files changed, 45 insertions(+), 17 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index ddb5c858..ca522e61 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2098,9 +2098,9 @@ "dev": true }, "node_modules/follow-redirects": { - "version": "1.15.3", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", - "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", + "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", "funding": [ { "type": "individual", @@ -4075,9 +4075,9 @@ } }, "node_modules/vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.1", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.1.tgz", + "integrity": "sha512-AXXFaAJ8yebyqzoNB9fu2pHoo/nWX+xZlaRwoeYUxEqBO+Zj4msE5G+BhGBll9lYEKv9Hfks52PAF2X7qDYXQA==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/client/src/assets/images/scimodom-logo.svg b/client/src/assets/images/scimodom-logo.svg index 7199c5c3..09929ec4 100644 --- a/client/src/assets/images/scimodom-logo.svg +++ b/client/src/assets/images/scimodom-logo.svg @@ -599,7 +599,7 @@ id="text5844">Sci- @@ -619,7 +619,7 @@ id="text1014">d diff --git a/client/src/components/home/HomeFeatures.vue b/client/src/components/home/HomeFeatures.vue index f9f19a44..27b83278 100644 --- a/client/src/components/home/HomeFeatures.vue +++ b/client/src/components/home/HomeFeatures.vue @@ -11,9 +11,9 @@
-
EUF
+
Data Format

- Support and promote the bedRMod (EU) format. This format is similar to the + Support and promote the bedRMod format. This format is similar to the

- Full support during the development phase. + Full support during the development phase. Check our + forum + or Contact uscontact us - with your feedback, request, or question. + with your feedback, request, or questions.

diff --git a/client/src/components/home/HomeRoadmap.vue b/client/src/components/home/HomeRoadmap.vue index a9dc6a47..ff1b9a40 100644 --- a/client/src/components/home/HomeRoadmap.vue +++ b/client/src/components/home/HomeRoadmap.vue @@ -60,7 +60,7 @@

Advanced Queries

Allow to filter by genomic annotation (feature, biotype), evidence per site - across techniques, dataset. + across techniques, dataset, ...

Data Annotation

- Provide advanced and faster records annotation. + Update model, provide advanced and faster records annotation.

Tables Display

-

Update layout (+intuitive, +control)

+

+ Re-design, update layout (+intuitive, +control) +

+

+ For detailed documentation and development notes, consult the + server documentation. +

diff --git a/client/src/views/DownloadView.vue b/client/src/views/DownloadView.vue index d46bb926..8faab244 100644 --- a/client/src/views/DownloadView.vue +++ b/client/src/views/DownloadView.vue @@ -9,8 +9,12 @@ selected dataset -

Database dump or EUF files

+

Database dumps

+

+ Data export is available for Search, Browse, and Compare. Database dumps of all or selected + dataset will soon be available. +

diff --git a/client/src/views/SearchView.vue b/client/src/views/SearchView.vue index 6f6f52e4..14b162ca 100644 --- a/client/src/views/SearchView.vue +++ b/client/src/views/SearchView.vue @@ -26,6 +26,7 @@ const dt = ref() const first = ref(0) const records = ref() const loading = ref(false) +const loadingButton = ref(false) const totalRecords = ref(0) const lazyParams = ref({}) const filters = ref({ @@ -42,7 +43,9 @@ const filters = ref({ }) const submitQuery = () => { + loadingButton.value = true lazyLoad() + loadingButton.value = false } function isAllSelected() { @@ -215,6 +218,7 @@ onMounted(() => { icon="pi pi-sync" label="Submit" :disabled="disabled" + :loading="loadingButton" @click="submitQuery" :pt="{ root: {