Skip to content

[dev] [claudfuen] claudio/ui-tweaks-2#863

Merged
claudfuen merged 9 commits into
mainfrom
claudio/ui-tweaks-2
Jun 11, 2025
Merged

[dev] [claudfuen] claudio/ui-tweaks-2#863
claudfuen merged 9 commits into
mainfrom
claudio/ui-tweaks-2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This is an automated pull request to merge claudio/ui-tweaks-2 into dev.
It was created by the [Auto Pull Request] action.

- remove isDesktop check to allow button display on all devices
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 10, 2025

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

Name Status Preview Comments Updated (UTC)
app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2025 9:09pm
comp-framework-editor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2025 9:09pm
comp-portal ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2025 9:09pm
comp-trust ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 10, 2025 9:09pm

- update button label text from "Ask Comp AI a question..." to "Ask a question..." to enhance clarity and conciseness
@vercel vercel Bot temporarily deployed to Preview – comp-portal June 10, 2025 20:13 Inactive
cursor[bot]

This comment was marked as outdated.

- 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.
cursor[bot]

This comment was marked as outdated.

- 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
cursor[bot]

This comment was marked as outdated.

- 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
cursor[bot]

This comment was marked as outdated.

- 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
Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

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

</DropdownMenu>
) : item.current ? (
<BreadcrumbPage>
{item.label}
</BreadcrumbPage>
) : (
<BreadcrumbLink asChild>
<Link href={item.href || "#"}>
{item.label}
</Link>
</BreadcrumbLink>

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

@claudfuen claudfuen merged commit 7359159 into main Jun 11, 2025
11 checks passed
@claudfuen claudfuen deleted the claudio/ui-tweaks-2 branch June 11, 2025 14:13
@claudfuen
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.40.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant