Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Feat [UI/UX] [Front End] [Chat] Implement debounced #263

Merged
merged 2 commits into from
Feb 7, 2024
Merged

Conversation

H0llyW00dzZ
Copy link
Owner

  • [+] feat(chat.tsx): implement debounced saving of unfinished chat input to localStorage

Note: By implementing debouncing, the value of the unfinished input will be preserved even if the chat page is refreshed or reloaded unexpectedly.

- [+] feat(chat.tsx): implement debounced saving of unfinished chat input to localStorage

Note: By implementing debouncing, the value of the unfinished input will be preserved even if the chat page is refreshed or reloaded unexpectedly.
Copy link

github-actions bot commented Feb 7, 2024

CodeQL analysis is complete for PR #263

@H0llyW00dzZ H0llyW00dzZ marked this pull request as ready for review February 7, 2024 16:41
- [+] docs(chat.tsx): add comments explaining the removal of localStorage.removeItem(key) call
@H0llyW00dzZ H0llyW00dzZ merged commit 3defa15 into main Feb 7, 2024
4 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the debounced branch February 7, 2024 16:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant