We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1230ec1 commit 00dcfa7Copy full SHA for 00dcfa7
samples/KristofferStrube.Blazor.GraphEditor.WasmExample/Pages/FollowingGraph.razor
@@ -8,18 +8,21 @@
8
9
<h1>Following Graph</h1>
10
11
-<p>The following shows a following graph for @@kristofferstrube@@hachyderm.io</p>
+<p>
12
+ The following shows a following graph for @@kristofferstrube@@hachyderm.io<br/>
13
-@if (selectedUser is null)
14
-{
+ @if (selectedUser is null)
15
+ {
16
<p>Select a node to show what user that is.</p>
-}
17
-else
18
+ }
+ else
19
20
<p>Selected user: <b>@selectedUser.Id</b></p>
21
22
+</p>
23
+
24
-<div style="height:80vh;">
25
+<div style="height:75vh;">
26
<GraphEditor @ref=GraphEditor
27
TNode="User"
28
TEdge="Follow"
0 commit comments