Skip to content

Commit

Permalink
Update What's new test.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Nov 20, 2024
1 parent e69ea25 commit ed578ee
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions src/components/FlatmapVuer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,21 @@ Please use `const` to assign meaningful names to them...
</div>
</template>
<template #default>
<b>Neuron Connection mode</b>
<b>Connectivity Graph</b>
<p>
You can now view the network of neurons connected to a selected
neuron. This mode is located in the settings at the bottom right.
Once discovery mode is on, click on a neuron to see its
connections.
You can now view individual connectivity after clicking
on a connection in exploration mode.
</p>
<b>Now can display up to 6 panes</b>
<b>Interactive connectivity list and graph</b>
<p>
You can now display up to 6 panes in the flatmap. This allows you
to compare between different datasets and/or different views of
the same dataset.
Corresponding features on the map can be located when
hovering or clicking on the features in the connecitivity
list and graph.
</p>
<b>Improved state storing</b>
<p>
Current selection and visibility filters are now stored
when creating a permalink.
</p>
</template>
</el-popover>
Expand Down

0 comments on commit ed578ee

Please sign in to comment.