Skip to content

feat(skills): add grid sizing, updating theming, PR template, agents#17185

Merged
damyanpetev merged 10 commits intomasterfrom
skills-update
Apr 17, 2026
Merged

feat(skills): add grid sizing, updating theming, PR template, agents#17185
damyanpetev merged 10 commits intomasterfrom
skills-update

Conversation

@kdinev
Copy link
Copy Markdown
Member

@kdinev kdinev commented Apr 16, 2026

Fixes IgniteUI/igniteui-cli#1608 for Angular

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@kdinev kdinev requested review from ChronosSF and Copilot April 16, 2026 07:44
Copy link
Copy Markdown
Contributor

Copilot AI left a 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 internal contributor/agent documentation to centralize Ignite UI for Angular theming contribution guidance under .github/, and refreshes related skills and templates accordingly.

Changes:

  • Added a new consolidated theming contribution guide at .github/themes-contributing.md.
  • Updated agent docs to reference the new theming contribution guide.
  • Tweaked skills/PR template guidance (Grid Lite docs URL pattern; added PR template checkboxes).

Reviewed changes

Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
skills/igniteui-angular-theming/SKILL.md Removes the previous “Contributing” pointer section from the theming skill doc.
skills/igniteui-angular-grids/SKILL.md Adds Grid Lite to the documented URL pattern list.
.github/themes-contributing.md New, centralized reference for in-repo SCSS/theming contributions.
.github/agents/theming-styles-agent.md Updates required reference path to the new theming contribution guide.
.github/agents/feature-orchestrator-agent.md Updates theming guidance reference path to the new theming contribution guide.
.github/PULL_REQUEST_TEMPLATE.md Adds additional “type” checkboxes (Tests/Changelog/Skills/Agents).

Comment thread skills/igniteui-angular-theming/SKILL.md
@kdinev kdinev requested a review from damyanpetev April 16, 2026 07:59
@kdinev kdinev requested a review from georgianastasov April 16, 2026 08:33
Comment thread skills/igniteui-angular-components/references/charts.md Outdated
Comment thread skills/igniteui-angular-grids/references/sizing.md Outdated
Comment on lines +28 to +32
### `null` Width

```html
<igx-grid [width]="null" ...></igx-grid>
```
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.

Well that's awkward as.. Had to do a double take and check with the docs since it makes no sense for unset width (null) in the DOM to ignore its layout context (say parent flex/grid) and I kind of don't think it could or should.
Honestly, this should be an addendum note for a edge use case where the goal is to disable virtualization, which is splits the grid out, not the first suggestion.

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.

Yeah, checks out really:
https://stackblitz.com/edit/rzvqtdcn?file=src%2Fapp%2Fgrid%2Fgrid-nested-data-binding-2%2Fgrid-nested-data-bind2.html

Just set width=null and display: flex on the container and you get a broken grid. Sizing is far from limited to width and I don't think we can easily ignore the rest.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@copilot remove the sections related to null Width, because as Damyan points out, they do not provide correct information and null width usage should not be encouraged as an option.

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.

Addressed in fdf40cf. I moved the guidance to treat width=null as an edge-case addendum (virtualization-off behavior) instead of primary sizing guidance, and clarified that normal layout sizing from parent/container CSS is supported.

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.

Handled in fdf40cf. Added an explicit note that width=null can break expected responsive behavior in constrained/flex/grid containers because the grid expands to content width when virtualization is disabled.

kdinev and others added 2 commits April 17, 2026 13:14
Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com>
@damyanpetev damyanpetev changed the title feat(*): updating theming skills, PR template, agents feat(skills): add grid sizing, updating theming, PR template, agents Apr 17, 2026
@damyanpetev damyanpetev merged commit b0c1da4 into master Apr 17, 2026
6 checks passed
@damyanpetev damyanpetev deleted the skills-update branch April 17, 2026 13:31
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.

React - Incorrect generation of CategoryChartType.Bar when using the MCP server

5 participants