Skip to content

Commit

Permalink
add png
Browse files Browse the repository at this point in the history
  • Loading branch information
oslook committed Dec 26, 2024
1 parent ca74ae3 commit e24758c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*
build
build.zip
.DS_Store
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WebSocket Client
# Quick WebSocket Client

A powerful and user-friendly WebSocket testing client for developers.

Expand Down
Binary file added assets/1280x800.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/1400x560.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/440x280.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>WebSocket Client</title>
<title>Quick WebSocket Client</title>
</head>
<body>
<div id="root"></div>
Expand Down
6 changes: 3 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 3,
"name": "WebSocket Client",
"version": "1.0",
"description": "A WebSocket client for testing WebSocket connections",
"name": "Quick WebSocket Client",
"version": "0.0.1",
"description": "A Quick WebSocket Client for testing WebSocket connections",
"action": {
"default_icon": "icon.png"
},
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const App = () => {
<div className="flex-1 flex flex-col h-full">
<div className="p-6 pb-0">
<div className="mb-6">
<h1 className="text-2xl font-bold text-gray-800 mb-1">WebSocket Client</h1>
<h1 className="text-2xl font-bold text-gray-800 mb-1">Quick WebSocket Client</h1>
<p className="text-gray-500">Connect and test your WebSocket endpoints</p>
</div>
<ConnectionPanel
Expand Down

0 comments on commit e24758c

Please sign in to comment.