Skip to content

Commit f3b6de5

Browse files
committed
readjust readme
1 parent a998a7d commit f3b6de5

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

+3-9
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@ 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<SidebarButton
21-
label="Close"
22-
icon={<IoCaretBackOutline size={22} color="#000000" />}
23-
onClick={() => {}}
24-
right="15px"
25-
bottom="0px"
26-
/>
20+
```
2721
npm install -g webxdc-dev
2822
```
2923

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

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.
5246
The sidebars width can also be adjusted by moving the separating line between
5347
devices and sidebar.
5448

frontend/Chat.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const Chat: Component<{
3535
<Show when={summary()}>
3636
{(summary) => <Badge>Summary: {summary}</Badge>}
3737
</Show>
38-
<Box overflow="auto">
38+
<Box>
3939
<Table id="chat" dense css={{ "table-layout": "fixed" }}>
4040
<Thead>
4141
<Th width="10%" minWidth="7em">

0 commit comments

Comments
 (0)