Skip to content

Conversation

@lisalupi
Copy link
Collaborator

@lisalupi lisalupi commented Dec 10, 2025

Summary

Type

  • Bug

Summarize concisely:

What is expected?

Fix List.Cell width when it is in %

Add prop colMode. By default set to "flexible", the width of a column will be adapted to its context (if the sum of the column width > container for instance, it will shrink). When set to "strict", the column will strictly follow the given widths.

Examples:
flexible with long "oneLine" content:
Capture d’écran 2025-12-16 à 14 58 46

strict with long "oneLine" content: Capture d’écran 2025-12-16 à 14 58 50
strict and flexible with multiline content:
Capture d’écran 2025-12-16 à 14 59 04

@lisalupi lisalupi self-assigned this Dec 10, 2025
@lisalupi lisalupi added the bug Something isn't working label Dec 10, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 10, 2025

🦋 Changeset detected

Latest commit: 89f5298

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@ultraviolet/ui Minor
@ultraviolet/form Patch
@ultraviolet/nextjs Patch
@ultraviolet/plus Patch

Not sure what this means? Click here to learn what changesets are.

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

@codecov
Copy link

codecov bot commented Dec 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.78%. Comparing base (c6de62e) to head (89f5298).
⚠️ Report is 14 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #5875      +/-   ##
==========================================
+ Coverage   91.75%   91.78%   +0.03%     
==========================================
  Files         335      335              
  Lines        7073     7099      +26     
  Branches     2734     2738       +4     
==========================================
+ Hits         6490     6516      +26     
  Misses        583      583              
Files with missing lines Coverage Δ
packages/ui/src/components/List/Cell.tsx 100.00% <100.00%> (ø)
packages/ui/src/components/List/ColumnProvider.tsx 100.00% <100.00%> (ø)
packages/ui/src/components/List/ListContext.tsx 95.62% <ø> (ø)
packages/ui/src/components/List/index.tsx 100.00% <100.00%> (ø)
packages/ui/src/components/List/styles.css.ts 100.00% <100.00%> (ø)
packages/ui/src/components/List/variables.css.ts 100.00% <100.00%> (ø)
packages/ui/src/components/Table/Cell.tsx 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 44aa0e5...89f5298. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@lisalupi lisalupi merged commit 5374a2a into main Dec 17, 2025
17 checks passed
@lisalupi lisalupi deleted the fix/list-col-with branch December 17, 2025 08:54
@scaleway-bot scaleway-bot mentioned this pull request Dec 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants