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

fix: chat history command and remove setTab #414

Merged
merged 2 commits into from
Jul 27, 2023
Merged

Conversation

abeatrix
Copy link
Contributor

@abeatrix abeatrix commented Jul 27, 2023

Current the Chat History command does not show you the Chat History view:
image

This is because chat history command was using showTab('history') is doing the same thing as the setWebviewView(view) but only accepts chat as the view, which is confusing and redundant.

TIncluded in this PR:

  • removed showTab and move to setWebviewView
  • moved isTextTooShort to helper function (context)
  • updated type error for the test token command

Test plan

locally tested and all the tests are still passing after the change

@abeatrix abeatrix requested a review from a team July 27, 2023 15:05
@abeatrix abeatrix merged commit e1ef957 into main Jul 27, 2023
6 checks passed
@abeatrix abeatrix deleted the bee/remove-setTab branch July 27, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants