8000 feat: remove borders from thread-full and suggestions by MichaelMilstead · Pull Request #308 · tambo-ai/tambo · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: remove borders from thread-full and suggestions #308

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

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

MichaelMilstead
Copy link
Collaborator

No description provided.

@charliecreates charliecreates bot requested a review from CharlieHelps April 9, 2025 20:14
Copy link
vercel bot commented Apr 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
showcase ⬜️ Skipped (Inspect) Apr 9, 2025 8:14pm

@github-actions github-actions bot added the feat label Apr 9, 2025
Copy link
@charliecreates charliecreates bot left a comment

Choose a reason for hiding this comment

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

The diff primarily focuses on removing borders and modifying padding for UI components. Minor points include a potential unintended removal of the shadow-sm class and possible redundancy between bg-white and bg-background in MessageThreadFull. The button padding change in MessageSuggestions should also be verified against design consistency.

Additional notes (2)
  • Readability | cli/src/registry/message-thread-full/message-thread-full.tsx:60-60
    The removal of the border classes is in line with the commit message, but note that the outer container in MessageThreadFull also had the shadow-sm class removed along with both bg-white and bg-background being applied. This might be intentional, but it could lead to unexpected styling conflicts. Please verify that these changes are deliberate and consistent with your overall design guidelines.

Reply with "@CharlieHelps yes please" if you'd like me to add a commit with a suggestion for clarifying these styles.

  • Readability | cli/src/registry/message-suggestions/message-suggestions.tsx:164-164
    The vertical padding for suggestion buttons was increased from py-1 to py-2, which might affect the overall button sizing. Ensure that this change fits within your design system and provides a consistent user experience.

Reply with "@CharlieHelps yes please" if you'd like me to add a commit with a suggestion to adjust or document this change.

Summary of changes

Summary of Changes

  • MessageSuggestions Component

    • Removed the top border classes (border-t border-gray-200) from the container div.
    • Adjusted the vertical padding of the suggestion buttons from py-1 to py-2 for a larger clickable area.
  • MessageThreadFull Component

    • Removed the border classes (border border-gray-200) and the shadow-sm class from the outer container.
    • Removed border classes from both the header and footer sections.

@charliecreates charliecreates bot removed the request for review from CharlieHelps April 9, 2025 20:15
@MichaelMilstead MichaelMilstead merged commit 917f1ee into main Apr 9, 2025
6 checks passed
@MichaelMilstead MichaelMilstead deleted the milst/remove-borders branch April 9, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0