File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,13 @@ This allows you to simulate multiple users using the same application.
17
17
18
18
You can install the tool globally. This works with any webxdc project:
19
19
20
- ``` shell
20
+ ``` shell<SidebarButton
21
+ label="Close"
22
+ icon={<IoCaretBackOutline size={22} color="#000000" />}
23
+ onClick={() => {}}
24
+ right="15px"
25
+ bottom="0px"
26
+ />
21
27
npm install -g webxdc-dev
22
28
```
23
29
@@ -41,7 +47,10 @@ to see full information. You can also filter messages. There is also a "chat"
41
47
tab which you can use to see ` info ` contained in updates as well as any
42
48
` summary ` text contained in an update.
43
49
44
- You can collapse and expand the sidebar with the arrow.
50
+ The sidebar can be closed with the ` x ` button within the sidebar and expanded
51
+ by clicking on the ` < ` button which is enabled when the sidebar is closed.
52
+ The sidebars width can also be adjusted by moving the separating line between
53
+ devices and sidebar.
45
54
46
55
Each instance header also contains additional information: the port number on
47
56
which the instance was opened, the amount of updates this instance sent and
You can’t perform that action at this time.
0 commit comments