From 2ec13cd611d3517b40d7e32da162e2cbfb23036a Mon Sep 17 00:00:00 2001 From: NRayya <82588017+NRayya@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:45:43 +0200 Subject: [PATCH 1/6] fix: display public samples in the user's dashboard in the absence of projects. fixes #1122 --- resources/js/Pages/Dashboard.vue | 5 ++++- resources/js/Pages/Project/Index.vue | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/resources/js/Pages/Dashboard.vue b/resources/js/Pages/Dashboard.vue index bda6a09a..39d67691 100644 --- a/resources/js/Pages/Dashboard.vue +++ b/resources/js/Pages/Dashboard.vue @@ -44,7 +44,10 @@ -
+
diff --git a/resources/js/Pages/Project/Index.vue b/resources/js/Pages/Project/Index.vue index 38a26f71..95b75752 100644 --- a/resources/js/Pages/Project/Index.vue +++ b/resources/js/Pages/Project/Index.vue @@ -35,8 +35,9 @@
nmrXiv is organized around projects. Projects can contain as many samples as you wish and each sample - receives its very own URL. To learn more, check out our - documentation. + receives its very own URL. Use the "UPLOAD" button on + the upper left side to start uploading projects or + samples. To learn more, check out our documentation.