Skip to content

Commit

Permalink
Update text and toggle summarize edges on again
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbrandB committed Jun 19, 2024
1 parent bc61a3a commit f44bb7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Items/Graph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 6 additions & 4 deletions resources/js/Pages/Items/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,10 @@ const filter: Ref<typeof AttributeFilter | null> = ref(null);
What to do?
</div>
<div class="text-gray-800 dark:text-gray-200">
You can add items to your selection by clicking on the plus button. <br>
You can see your selected items in the top right!<br><br>
You can add items to your selection by clicking on the plus button.<br>
You can see your selected items in the top right!
Click on an item card to learn more about it.
<br><br>
</div>

<div class="font-bold text-lg text-gray-900 dark:text-gray-100">
Expand All @@ -157,14 +159,14 @@ const filter: Ref<typeof AttributeFilter | null> = ref(null);
<div class="text-gray-800 dark:text-gray-200">
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!<br> <br>
You can also always find it with the button at the top of this page!<br> <br>
</div>

<div class="font-bold text-lg text-gray-900 dark:text-gray-100">
Then what?
</div>
<div class="text-gray-800 dark:text-gray-200">
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.
</div>
</card>
Expand Down

0 comments on commit f44bb7d

Please sign in to comment.