[dev] [claudfuen] claudio/ui-tweaks#860
Merged
Merged
Conversation
- import Button component for use in menu items - simplify menu item filters by combining conditions - remove commented-out code and unused badge variants - adjust TooltipProvider structure for better readability - update Item component to use Button and improve tooltip logic
- eliminate unnecessary padding from navigation component
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- update button class logic for better alignment based on isCollapsed state - conditionally render TooltipContent based on isCollapsed state for cleaner code structure
- Simplify color pairs definition to a single string array - Remove unused `isCollapsed` prop and replace with `size` prop - Adjust button and avatar styling for consistency - Remove unnecessary role and aria-label attributes - Clean up placeholder and text content syntax - Enhance layout and alignment with flex utilities
- change button variant from "outline" to "ghost" for style consistency - rearrange class names for better readability and maintenance
- replace list items with button components for better consistency - use ghost variant buttons for navigation - enhance styling for active and disabled states - integrate Tooltip for disabled items with "Coming soon" message
- move "Add Framework" button to center for improved UI alignment
- Replace "rounded-xs" with "rounded-sm" for consistent border radius across components
…layout - Replace manual breadcrumb rendering with PageWithBreadcrumb for consistency across task pages. - Update TaskList and layout components to utilize the new breadcrumb structure. - Enhance sidebar and main menu components for better styling and responsiveness. - Adjust button styles and layout in various components for improved user experience.
- Replace div containers with Card components in SingleTask and TaskList for better visual structure. - Adjust TaskFilterHeader layout for improved spacing and alignment. - Update AnimatedLayout and Sidebar components for consistent background styling. - Refactor Tabs component to streamline structure and improve performance with memoization and state management.
- change hover highlight height from h-8 to h-9 for better fit - remove redundant height class from menu item styling - update text style to remove font-medium from active state
There was a problem hiding this comment.
Bug: Styling Regression in `AssistantButton` Component
The AssistantButton component lacks proper styling because its className prop was removed and the intended replacement styling was committed as a commented-out block.
apps/app/src/components/ai/chat-button.tsx#L21-L28
comp/apps/app/src/components/ai/chat-button.tsx
Lines 21 to 28 in a49cc0b
Was this report helpful? Give feedback by reacting with 👍 or 👎
Contributor
|
🎉 This PR is included in version 1.40.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automated pull request to merge claudio/ui-tweaks into dev.
It was created by the [Auto Pull Request] action.