-
Notifications
You must be signed in to change notification settings - Fork 7
Added blank column to take 100% width #1840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the icon attributes to use correct camelCase notation, adjusts table styling to occupy full width, and introduces a blank column in the table configuration for control columns.
- Updated attribute names in the WfoQuestionCircle icon component
- Changed WfoTable’s table width style from 'auto' to '100%'
- Added logic in WfoTable to set the width of the last control column or insert a blank control column
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| packages/orchestrator-ui-components/src/icons/WfoQuestionCircle.tsx | Updated SVG property names to React conventions |
| packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/styles.ts | Adjusted table styling to ensure table occupies full width |
| packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/WfoTable.tsx | Added/updated handling of a blank control column with width set to '100%' |
packages/orchestrator-ui-components/src/components/WfoTable/WfoTable/WfoTable.tsx
Outdated
Show resolved
Hide resolved
|
Add a changeset |
No description provided.