[dev] [claudfuen] claudio/ui-tweaks-2#863
Merged
Merged
Conversation
- remove isDesktop check to allow button display on all devices
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- update button label text from "Ask Comp AI a question..." to "Ask a question..." to enhance clarity and conciseness
- Add a new layout component for the policies overview page to enhance structure and navigation. - Remove outdated layout components for individual policy and all policies pages to streamline the codebase. - Update the overview page to include padding for improved spacing.
- change text truncation to use `line-clamp-2`, `truncate`, and `max-w-[300px]` for better display - remove `capitalize` for more consistent styling feat(requirementpage): add label length truncation - introduce `maxLabelLength` variable to manage label truncation - apply truncation to breadcrumb labels exceeding `maxLabelLength` feat(pagewithbreadcrumb): implement label truncation and content height - add `maxLabelLength` prop for consistent label truncation across components - set `max-h-[300px]` to `DropdownMenuContent` for better visual control style(table): remove border for cleaner design - eliminate border from table container for a simplified appearance
- apply consistent text styling with line-clamp and truncate classes - adjust card structure by moving description to CardDescription component - simplify card title structure by removing redundant elements
- add class textured-background to main div in layout - update globals.css with textured background style
…Core layout - Add CardLiquidGlass component for enhanced visual styling with a liquid glass effect. - Refactor PageCore to utilize CardLiquidGlass instead of a standard div for improved layout. - Update globals.css to include a new textured background style for dark mode. - Modify tailwind.config.ts to ensure typography plugin is correctly imported.
- change background opacity from 10% to 80% for better visibility - modify backdrop blur from large to extra small for subtle effect
There was a problem hiding this comment.
Bug: Breadcrumb Label Truncation Inconsistency
The maxLabelLength truncation logic is inconsistently applied to breadcrumb labels. It truncates labels within dropdown menus (triggers and items) but not standard breadcrumb items without dropdowns, causing long labels on the latter to overflow.
apps/app/src/components/pages/PageWithBreadcrumb.tsx#L112-L122
comp/apps/app/src/components/pages/PageWithBreadcrumb.tsx
Lines 112 to 122 in 22e72ef
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-2 into dev.
It was created by the [Auto Pull Request] action.