issues
search
smallcloudai
/
refact-chat-js
Shared chat code for all IDEs
BSD 3-Clause "New" or "Revised" License
8
stars
0
forks
source link
Fix: Tool Confirmation layout & styling
#207
Closed
alashchev17
closed
6 days ago
alashchev17
commented
6 days ago
Fix: Tool Confirmation layout & styling
Description
Problem: layout of tool confirmation popup was shifted if confirmation was needed not on the first tool call, but later on in the chat with lots of messages present. In the light theme, text was not changed to black, it was white
Solution: Adjusted styles of
ToolConfirmationCard
Tool Confirmation: Layout shift & colors issue in light theme
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Refactoring (no functional changes, only code improvements)
[ ] Documentation update
Screenshots (if applicable)
Light theme
Checklist
[x] My code follows the code style of this project.
[x] I have performed a self-review of my code.
[ ] I have commented my code, particularly in hard-to-understand areas.
[ ] I have added tests that prove my fix is effective or that my feature works.
[ ] New and existing unit tests pass locally with my changes.
[ ] Any dependent changes have been merged and published in downstream modules.
[ ] I have updated the documentation where necessary.
Fix: Tool Confirmation layout & styling
Description
ToolConfirmationCard
Type of change
Screenshots (if applicable)
Light theme
Checklist