Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5a8a19b

Browse files
feat: auto reconnect the terminal (#18796)
**Changes:**- Use [websocket-ts](https://www.npmjs.com/package/websocket-ts) to haveauto reconnection out of the box 🙏- Update the disconnected alert message to "Trying to connect..." sincethe connection is always trying to reconnect- Remove `useWithRetry` because it is not necessary anymore**Other topics:**- The disconnected alert is displaying a simple message, but we caninclude more info such as the number of attemtps- The reconnection feature is in a good state and adding value. IMO, anyimprovement can be done after getting this mergedClosescoder/internal#659
1 parent00ba027 commit5a8a19b

File tree

8 files changed

+47
-450
lines changed

8 files changed

+47
-450
lines changed

‎site/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"undici":"6.21.2",
121121
"unique-names-generator":"4.7.1",
122122
"uuid":"9.0.1",
123+
"websocket-ts":"2.2.1",
123124
"yup":"1.6.1"
124125
},
125126
"devDependencies": {

‎site/pnpm-lock.yaml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎site/src/hooks/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ export * from "./useClickable";
33
export*from"./useClickableTableRow";
44
export*from"./useClipboard";
55
export*from"./usePagination";
6-
export*from"./useWithRetry";

‎site/src/hooks/useWithRetry.test.ts

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp