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

Fix [UI/UX] [Front End] [Chat] doSubmit #262

Merged
merged 1 commit into from
Feb 7, 2024
Merged

Fix [UI/UX] [Front End] [Chat] doSubmit #262

merged 1 commit into from
Feb 7, 2024

Conversation

H0llyW00dzZ
Copy link
Owner

  • [+] fix(chat.tsx): remove localStorage.setItem for LAST_INPUT_KEY in _Chat function

Note: By removing the localStorage.setItem function, we're minimizing the use of local storage in the browser. This is different from the original head repository. Essentially, only unfinished inputs will be affected, and this occurs only when they are literally incomplete.

- [+] fix(chat.tsx): remove localStorage.setItem for LAST_INPUT_KEY in _Chat function

Note: By removing the localStorage.setItem function, we're minimizing the use of local storage in the browser.
This is different from the original head repository. Essentially,
only unfinished inputs will be affected, and this occurs only when they are literally incomplete.
Copy link

github-actions bot commented Feb 7, 2024

CodeQL analysis is complete for PR #262

@H0llyW00dzZ
Copy link
Owner Author

Additional Note

Note

This is designed for easy maintenance and avoids fucking stupid unnecessary complexity.

@H0llyW00dzZ H0llyW00dzZ marked this pull request as ready for review February 7, 2024 16:04
@H0llyW00dzZ H0llyW00dzZ merged commit 46d20a5 into main Feb 7, 2024
4 checks passed
@H0llyW00dzZ H0llyW00dzZ deleted the local_storage branch February 7, 2024 16:04
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