Skip to content

feat: migrate buttons to bbb-ui-components-react lib#10

Open
guiiBecker wants to merge 6 commits into
mconf:mainfrom
guiiBecker:2611
Open

feat: migrate buttons to bbb-ui-components-react lib#10
guiiBecker wants to merge 6 commits into
mconf:mainfrom
guiiBecker:2611

Conversation

@guiiBecker

Copy link
Copy Markdown

What does this PR do?

Migrates the component library import to use the canonical package name aligning with the import pattern used in the main application.

guiiBecker and others added 2 commits June 26, 2026 11:06
@guiiBecker guiiBecker requested a review from germanocaumo June 26, 2026 14:23

@germanocaumo germanocaumo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

npm install is failing (also can be seen in CI logs):

npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @mui/icons-material@7.3.11
npm error Found: @mui/material@7.3.1
npm error node_modules/@mui/material
npm error   @mui/material@"7.3.1" from the root project
npm error   peer @mui/material@"^7.3.1" from @mconf/bbb-ui-components-react@2.1.0
npm error   node_modules/@mconf/bbb-ui-components-react
npm error     @mconf/bbb-ui-components-react@"2.1.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer @mui/material@"^7.3.11" from @mui/icons-material@7.3.11
npm error node_modules/@mui/icons-material
npm error   peer @mui/icons-material@"^7.3.1" from @mconf/bbb-ui-components-react@2.1.0
npm error   node_modules/@mconf/bbb-ui-components-react
npm error     @mconf/bbb-ui-components-react@"2.1.0" from the root project
npm error
npm error Conflicting peer dependency: @mui/material@7.3.11
npm error node_modules/@mui/material
npm error   peer @mui/material@"^7.3.11" from @mui/icons-material@7.3.11
npm error   node_modules/@mui/icons-material
npm error     peer @mui/icons-material@"^7.3.1" from @mconf/bbb-ui-components-react@2.1.0
npm error     node_modules/@mconf/bbb-ui-components-react
npm error       @mconf/bbb-ui-components-react@"2.1.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /home/mconf/.npm/_logs/2026-07-01T13_52_40_212Z-eresolve-report.txt
npm error A complete log of this run can be found in: /home/mconf/.npm/_logs/2026-07-01T13_52_40_212Z-debug-0.log

Also, why you pinned just some of the depencies and not all?

@germanocaumo germanocaumo self-requested a review July 1, 2026 15:20

@germanocaumo germanocaumo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

padding between line and button is smaller than before:

Image

return true;
})
.map((token) => {
// Remove common punctuation from each word (including parentheses, brackets, etc.)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

re-add removed comment

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.

2 participants