Skip to content

Conversation

abeatrix
Copy link
Contributor

@abeatrix abeatrix commented Aug 4, 2025

Related Issue

Issue: #XXXX

Description

Follow up on #5352

Change footer background from editor to sidebar background color and remove border styling.

Test Procedure

Type of Change

  • 🐛 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)
  • ♻️ Refactor Changes
  • 💅 Cosmetic Changes
  • 📚 Documentation update
  • 🏃 Workflow Changes

Pre-flight Checklist

  • Changes are limited to a single feature, bugfix or chore (split larger changes into separate PRs)
  • Tests are passing (npm test) and code is formatted and linted (npm run format && npm run lint)
  • I have created a changeset using npm run changeset (required for user-facing changes)
  • I have reviewed contributor guidelines

Screenshots

After

image

Before

image

Additional Notes


Important

Update ChatView.tsx footer background to use sidebar theme and remove border styling.

  • UI Update:
    • In ChatView.tsx, update footer background color to use --vscode-sidebar-background.
    • Remove border styling from footer.

This description was created by Ellipsis for 8682e03. You can customize this summary. It will automatically update as commits are pushed.

Change footer background from editor to sidebar background color
and remove border styling.
@Copilot Copilot AI review requested due to automatic review settings August 4, 2025 22:58
Copy link

changeset-bot bot commented Aug 4, 2025

⚠️ No Changeset found

Latest commit: 8682e03

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This cosmetic change updates the ChatView footer background from using the editor theme to the sidebar theme and removes border styling to better align with the overall UI design.

  • Updates footer background color from --vscode-editor-background to --vscode-sidebar-background
  • Removes the top border and its styling from the footer

@abeatrix abeatrix requested a review from arafatkatze August 4, 2025 22:58
Copy link
Contributor

@arafatkatze arafatkatze left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber stamping without looking

@abeatrix abeatrix merged commit eb91bfd into main Aug 4, 2025
13 checks passed
@abeatrix abeatrix deleted the bee/chatbox-bg branch August 4, 2025 23:06
Copy link
Contributor

github-actions bot commented Aug 4, 2025

Coverage Report

Extension Coverage

Base branch: 47%

PR branch: 48%

✅ Coverage increased or remained the same

Webview Coverage

Base branch: 17%

PR branch: 17%

✅ Coverage increased or remained the same

Overall Assessment

Test coverage has been maintained or improved

Last updated: 2025-08-04T23:06:27.366152

dtrugman pushed a commit to dtrugman/cline that referenced this pull request Aug 24, 2025
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.

3 participants