-
Notifications
You must be signed in to change notification settings - Fork 930
feat: establish terminal reconnection foundation #18693
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+436
−0
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c115f13
feat: Phase 1 - Terminal reconnection foundation
blink-so[bot] c10349b
fix: Improve useRetry hook logic
blink-so[bot] 3f45b74
fix: Complete useRetry hook implementation and tests
blink-so[bot] 834b2e5
style: Apply biome formatting fixes to useRetry hook
blink-so[bot] d398265
fix: Use window.setTimeout/setInterval for browser compatibility
blink-so[bot] dd7adda
refactor: consolidate useRetry state with useReducer
blink-so[bot] 5766fc0
Reset TerminalPage files to main branch state
blink-so[bot] b1e453b
Add useWithRetry hook for simplified retry functionality
blink-so[bot] d4326fb
Clean up useWithRetry hook implementation
blink-so[bot] 8323192
Remove useRetry hook and replace with useWithRetry
blink-so[bot] 3022566
Refactor useWithRetry hook according to specifications
blink-so[bot] bde014c
Preserve attemptCount when max attempts reached
blink-so[bot] cb363db
Fix formatting
BrunoQuaresma 55036a4
Fix hook and tests
BrunoQuaresma 000f0e4
feat(hooks): remove max attempts limit from useWithRetry hook
BrunoQuaresma f9832c0
refactor(hooks): remove attemptCount from useWithRetry state and rena…
BrunoQuaresma 4fd4885
fix(hooks): update useWithRetry tests for nextRetryAt API and add use…
BrunoQuaresma 7b14acd
fix(hooks): prevent race condition in useWithRetry after unmount
BrunoQuaresma 323f6ba
Fix formatting
BrunoQuaresma 062bfa5
fix(hooks): prevent duplicate calls to useWithRetry while loading
BrunoQuaresma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix formatting
- Loading branch information
commit 323f6bac23467a7441db54d024e0c697570198b2
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.