Skip to content

Commit b68d5bd

Browse files
committed
update readme
1 parent 8709332 commit b68d5bd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,13 @@ This allows you to simulate multiple users using the same application.
1717

1818
You can install the tool globally. This works with any webxdc project:
1919

20-
```shell
20+
```shell<SidebarButton
21+
label="Close"
22+
icon={<IoCaretBackOutline size={22} color="#000000" />}
23+
onClick={() => {}}
24+
right="15px"
25+
bottom="0px"
26+
/>
2127
npm install -g webxdc-dev
2228
```
2329

@@ -41,7 +47,10 @@ to see full information. You can also filter messages. There is also a "chat"
4147
tab which you can use to see `info` contained in updates as well as any
4248
`summary` text contained in an update.
4349

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.
4554

4655
Each instance header also contains additional information: the port number on
4756
which the instance was opened, the amount of updates this instance sent and

0 commit comments

Comments
 (0)