From f44bb7da3891d39f6db411ff92416804cab8fc52 Mon Sep 17 00:00:00 2001 From: "Burgstede, W.Y. (Ysbrand, Student B-CREA)" Date: Wed, 19 Jun 2024 04:02:10 +0200 Subject: [PATCH] Update text and toggle summarize edges on again --- resources/js/Pages/Items/Graph.vue | 2 +- resources/js/Pages/Items/Index.vue | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/resources/js/Pages/Items/Graph.vue b/resources/js/Pages/Items/Graph.vue index 710a43d..ad9287b 100644 --- a/resources/js/Pages/Items/Graph.vue +++ b/resources/js/Pages/Items/Graph.vue @@ -111,7 +111,7 @@ const configs = reactive( }, }, edge: { - summarize: ((edges: Edges, configs: Configs) => false), + summarize: ((edges: Edges, configs: Configs) => true), summarized: { // configs for summarized edge label: { // * These fields can also be specified with the function as diff --git a/resources/js/Pages/Items/Index.vue b/resources/js/Pages/Items/Index.vue index dcd7422..e866023 100644 --- a/resources/js/Pages/Items/Index.vue +++ b/resources/js/Pages/Items/Index.vue @@ -147,8 +147,10 @@ const filter: Ref = ref(null); What to do?
- You can add items to your selection by clicking on the plus button.
- You can see your selected items in the top right!

+ You can add items to your selection by clicking on the plus button.
+ You can see your selected items in the top right! + Click on an item card to learn more about it. +

@@ -157,14 +159,14 @@ const filter: Ref = ref(null);
If you are unsure which items to choose, you can use the choice helper to answer a few questions and narrow down the selection. - You can also always find this at the top of this page!

+ You can also always find it with the button at the top of this page!

Then what?
- When you are done, see how your selected items can be put together by clicking on the "SEE ITEM + When you are done, see how your selected items can be put together by clicking on the "ITEM GRAPH" button.