File tree 2 files changed +4
-10
lines changed
2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,7 @@ 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<SidebarButton
21
- label="Close"
22
- icon={<IoCaretBackOutline size={22} color="#000000" />}
23
- onClick={() => {}}
24
- right="15px"
25
- bottom="0px"
26
- />
20
+ ```
27
21
npm install -g webxdc-dev
28
22
```
29
23
@@ -47,8 +41,8 @@ to see full information. You can also filter messages. There is also a "chat"
47
41
tab which you can use to see ` info ` contained in updates as well as any
48
42
` summary ` text contained in an update.
49
43
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 .
44
+ The sidebar can be closed with ` Close Messages ` button within the sidebar and
45
+ expanded by clicking on ` Open Messages ` within the devices tab .
52
46
The sidebars width can also be adjusted by moving the separating line between
53
47
devices and sidebar.
54
48
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const Chat: Component<{
35
35
< Show when = { summary ( ) } >
36
36
{ ( summary ) => < Badge > Summary: { summary } </ Badge > }
37
37
</ Show >
38
- < Box overflow = "auto" >
38
+ < Box >
39
39
< Table id = "chat" dense css = { { "table-layout" : "fixed" } } >
40
40
< Thead >
41
41
< Th width = "10%" minWidth = "7em" >
You can’t perform that action at this time.
0 commit comments