Skip to content

refactor: remove nested modifier and unused multiline prop from unordered list mixins and stories#3113

Draft
pixelgitter wants to merge 6 commits intomainfrom
fix/ul-removal-nested-modifier
Draft

refactor: remove nested modifier and unused multiline prop from unordered list mixins and stories#3113
pixelgitter wants to merge 6 commits intomainfrom
fix/ul-removal-nested-modifier

Conversation

@pixelgitter
Copy link
Copy Markdown
Contributor

No description provided.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
utrecht Ready Ready Preview, Comment Apr 13, 2026 7:53am

Request Review

@eslook
Copy link
Copy Markdown
Contributor

eslook commented Apr 13, 2026

Ik heb main even naar je branch getrokken om de axios security issue op te lossen; die fix stond al in de main 👍

export const CenterMultilineNested: Story = {
args: {
center: true,
multiline: true,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Did you remove this on purpose? Since the story id and story name still imply 'multiline'

export const NarrowContainerCenterLongText: Story = {
args: {
center: true,
multiline: true,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Did you remove this on purpose? Since the story name still implies 'multiline'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Dit moet denk ik wel teruggezet worden inderdaad

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Voor zover ik heb gezien werd er niks gedaan met de multiline argument. Als een zin lang is, gaat deze automatisch op multiline. Om die reden heb ik deze verwijderd.

@eslook
Copy link
Copy Markdown
Contributor

eslook commented Apr 13, 2026

Ik heb nu ook de token verwijderd :D Zou je zodra je PR is gemerged (of anytime eerder is ook al prima), in het designer kanaal kunnen vragen of iemand in Utrecht het token gebruik ook wilt verwijderen uit de Figma?

@sonarqubecloud
Copy link
Copy Markdown

@@ -0,0 +1,5 @@
---
"@utrecht/unordered-list-css": patch
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Suggested change
"@utrecht/unordered-list-css": patch
"@utrecht/unordered-list-css": major

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.57%. Comparing base (ef2fc90) to head (ec37b87).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3113   +/-   ##
=======================================
  Coverage   90.57%   90.57%           
=======================================
  Files         201      201           
  Lines        1751     1751           
  Branches      390      389    -1     
=======================================
  Hits         1586     1586           
  Misses        157      157           
  Partials        8        8           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.

export const NarrowContainerCenterLongText: Story = {
args: {
center: true,
multiline: true,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Dit moet denk ik wel teruggezet worden inderdaad

"@nrwl/cli": "15.9.7",
"@nrwl/nx-cloud": "15.3.5",
"@nrwl/cli": "15.9.3",
"@nrwl/nx-cloud": "19.1.3",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Waarom past deze PR dependencies aan, is dat de bedoeling?

If anything, denk ik dat nx verwijderd kan worden

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants