Skip to content
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

Improve [UI/UX] [Chat] [Front End] unfinished input #4003

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Feb 5, 2024

  1. Improve [UI/UX] [Chat] [Front End] unfinished input

    - [+] refactor(chat.tsx): improve unfinished input handling in chat component
    - [+] feat(chat.tsx): add session id dependency to useEffect for better session handling
    - [+] feat(chat.tsx): skip saving commands to local storage
    H0llyW00dzZ committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    67ce78c View commit details
    Browse the repository at this point in the history
  2. Fix [UI/UX] [Chat] [Front End] React Warning

    - [+] refactor(chat.tsx): capture current input reference value for use in component unmount or dependencies change
    H0llyW00dzZ committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e05af75 View commit details
    Browse the repository at this point in the history
  3. Feat [Terminal] [Chats] enhance local storage

    - [+] feat(chat.tsx): enhance local storage handling for chat input
    H0llyW00dzZ committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    138548a View commit details
    Browse the repository at this point in the history