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

feat: chatbot panel styles #408

Merged
merged 7 commits into from
Aug 24, 2023
Merged

feat: chatbot panel styles #408

merged 7 commits into from
Aug 24, 2023

Conversation

sehyod
Copy link
Collaborator

@sehyod sehyod commented Aug 24, 2023

This updates the design of the chatbot panel.
This also makes the chat scrollable and automatically scroll to the latest message when opening the panel or when sending a question
Screenshot 2023-08-24 at 11 28 21

Closes #376

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Merging #408 (a74dd67) into main (4473b60) will increase coverage by 0.05%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #408      +/-   ##
==========================================
+ Coverage   83.15%   83.20%   +0.05%     
==========================================
  Files         182      183       +1     
  Lines       10588    10622      +34     
  Branches     1128     1127       -1     
==========================================
+ Hits         8804     8838      +34     
  Misses       1768     1768              
  Partials       16       16              
Files Changed Coverage Δ
src/components/PanelWrapper.tsx 100.00% <100.00%> (ø)
src/features/ai/sidebar/ChatPanel.tsx 100.00% <100.00%> (ø)
src/features/components/icons.tsx 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sehyod sehyod marked this pull request as ready for review August 24, 2023 10:35
@sehyod sehyod requested a review from cguedes August 24, 2023 10:35
@cguedes cguedes merged commit cb22f73 into main Aug 24, 2023
10 checks passed
@cguedes cguedes deleted the 376-chatbot-panel-styles branch August 24, 2023 11:28
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.

Design for Chatbot Panel
2 participants