Skip to content

Commit

Permalink
PWA splash background update
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Jun 15, 2020
1 parent 71610d5 commit b3c90a6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
- Auto reconnect option.
- Clear log view.
- Responsive UI.
- JSON highlighter.
- Progressive Web App (Works both online and offline).

## Shortcuts

- Payload send on `enter` press.
- Protocol set on `enter` press.

## Usage
Expand Down
Binary file modified screenshots/screen_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/components/WsClient.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ const WsClient = (props) => {
componentClass="textarea"
rows={6}
placeholder="Payload to send"
onPressEnter={() => sendMessage(payload.current.value)}
/>
<Row gutter={16} className="show-grid">
<Col xs={24} sm={24} md={8} lg={8}>
Expand Down

0 comments on commit b3c90a6

Please sign in to comment.