Skip to content

feat(igr-ts): add missing component templates to match (igc-ts) selection#1576

Merged
damyanpetev merged 14 commits intomasterfrom
copilot/add-missing-react-component-templates
Apr 1, 2026
Merged

feat(igr-ts): add missing component templates to match (igc-ts) selection#1576
damyanpetev merged 14 commits intomasterfrom
copilot/add-missing-react-component-templates

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 30, 2026

  • Identify new/empty entries in React groups.json
  • Compare with Web Components groups.json to find all needed groups
  • Identify which component groups are referenced by templates but missing from groups.json
  • Update groups.json with all missing groups and appropriate descriptions
  • Verify build passes

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Copilot AI and others added 5 commits March 27, 2026 16:59
Add new React component templates for Avatar, Badge, and Button
in the igr-ts project type. Each includes component-level and
template-level index.ts, a .tsx component file, test file, and
style.module.css. Update groups.json with Layouts and Data Entry
& Display groups.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
Add IgrButtonGroup, IgrCheckbox, and IgrChip component templates to
the igr-ts React template collection, each with component registration,
template configuration, TSX component, test file, and CSS module styles.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
…io-group

Add igr-ts templates for four new components in the Data Entry & Display group:
- Icon: displays IgrIcon with home and search icons
- Icon Button: displays IgrIconButton with contained variant
- Input: displays IgrInput with label, placeholder, and helper text
- Radio Group: displays IgrRadioGroup with IgrRadio options

Each component includes index.ts, default template config, tsx component,
test file, and CSS module following existing template patterns.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
…down

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
…tree, banner, navbar, form, linear-progress, circular-progress, slider, ripple, and subscription-form

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
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

Adds missing Ignite UI for React (igr-ts) component templates and updates template grouping metadata so the React template catalog more closely matches the Web Components (igc-ts) selection.

Changes:

  • Added new igr-ts component/template scaffolds (metadata + sample view + tests) for multiple controls (e.g., Accordion, Badge, Banner, Tree, etc.).
  • Added/expanded groups.json entries to include missing component groups used by the new templates.
  • Added a new custom template (subscription-form) for igr-ts.

Reviewed changes

Copilot reviewed 154 out of 154 changed files in this pull request and generated 14 comments.

Show a summary per file
File Description
packages/cli/templates/react/igr-ts/accordion/index.ts Adds Accordion component metadata for template discovery.
packages/cli/templates/react/igr-ts/accordion/default/index.ts Adds Accordion template metadata (id/name/group/components/packages).
packages/cli/templates/react/igr-ts/accordion/default/files/src/app/path/style.module.css Adds CSS module styles for the Accordion view.
packages/cli/templates/react/igr-ts/accordion/default/files/src/app/path/filePrefix.tsx Adds sample Accordion view implementation.
packages/cli/templates/react/igr-ts/accordion/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Accordion view.
packages/cli/templates/react/igr-ts/avatar/index.ts Adds Avatar component metadata for template discovery.
packages/cli/templates/react/igr-ts/avatar/default/index.ts Adds Avatar template metadata.
packages/cli/templates/react/igr-ts/avatar/default/files/src/app/path/style.module.css Adds CSS module styles for the Avatar view.
packages/cli/templates/react/igr-ts/avatar/default/files/src/app/path/filePrefix.tsx Adds sample Avatar view implementation.
packages/cli/templates/react/igr-ts/avatar/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Avatar view.
packages/cli/templates/react/igr-ts/badge/index.ts Adds Badge component metadata for template discovery.
packages/cli/templates/react/igr-ts/badge/default/index.ts Adds Badge template metadata.
packages/cli/templates/react/igr-ts/badge/default/files/src/app/path/style.module.css Adds CSS module styles for the Badge view.
packages/cli/templates/react/igr-ts/badge/default/files/src/app/path/filePrefix.tsx Adds sample Badge view implementation.
packages/cli/templates/react/igr-ts/badge/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Badge view.
packages/cli/templates/react/igr-ts/banner/index.ts Adds Banner component metadata for template discovery.
packages/cli/templates/react/igr-ts/banner/default/index.ts Adds Banner template metadata.
packages/cli/templates/react/igr-ts/banner/default/files/src/app/path/style.module.css Adds CSS module styles for the Banner view.
packages/cli/templates/react/igr-ts/banner/default/files/src/app/path/filePrefix.tsx Adds sample Banner view implementation.
packages/cli/templates/react/igr-ts/banner/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Banner view.
packages/cli/templates/react/igr-ts/button/index.ts Adds Button component metadata for template discovery.
packages/cli/templates/react/igr-ts/button/default/index.ts Adds Button template metadata.
packages/cli/templates/react/igr-ts/button/default/files/src/app/path/style.module.css Adds CSS module styles for the Button view.
packages/cli/templates/react/igr-ts/button/default/files/src/app/path/filePrefix.tsx Adds sample Button view implementation.
packages/cli/templates/react/igr-ts/button/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Button view.
packages/cli/templates/react/igr-ts/button-group/index.ts Adds Button group component metadata for template discovery.
packages/cli/templates/react/igr-ts/button-group/default/index.ts Adds Button group template metadata.
packages/cli/templates/react/igr-ts/button-group/default/files/src/app/path/style.module.css Adds CSS module styles for the Button group view.
packages/cli/templates/react/igr-ts/button-group/default/files/src/app/path/filePrefix.tsx Adds sample Button group view implementation.
packages/cli/templates/react/igr-ts/button-group/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Button group view.
packages/cli/templates/react/igr-ts/calendar/index.ts Adds Calendar component metadata for template discovery.
packages/cli/templates/react/igr-ts/calendar/default/index.ts Adds Calendar template metadata.
packages/cli/templates/react/igr-ts/calendar/default/files/src/app/path/style.module.css Adds CSS module styles for the Calendar view.
packages/cli/templates/react/igr-ts/calendar/default/files/src/app/path/filePrefix.tsx Adds sample Calendar view implementation.
packages/cli/templates/react/igr-ts/calendar/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Calendar view.
packages/cli/templates/react/igr-ts/card/index.ts Adds Card component metadata for template discovery.
packages/cli/templates/react/igr-ts/card/default/index.ts Adds Card template metadata.
packages/cli/templates/react/igr-ts/card/default/files/src/app/path/style.module.css Adds CSS module styles for the Card view.
packages/cli/templates/react/igr-ts/card/default/files/src/app/path/filePrefix.tsx Adds sample Card view implementation.
packages/cli/templates/react/igr-ts/card/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Card view.
packages/cli/templates/react/igr-ts/checkbox/index.ts Adds Checkbox component metadata for template discovery.
packages/cli/templates/react/igr-ts/checkbox/default/index.ts Adds Checkbox template metadata.
packages/cli/templates/react/igr-ts/checkbox/default/files/src/app/path/style.module.css Adds CSS module styles for the Checkbox view.
packages/cli/templates/react/igr-ts/checkbox/default/files/src/app/path/filePrefix.tsx Adds sample Checkbox view implementation.
packages/cli/templates/react/igr-ts/checkbox/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Checkbox view.
packages/cli/templates/react/igr-ts/chip/index.ts Adds Chip component metadata for template discovery.
packages/cli/templates/react/igr-ts/chip/default/index.ts Adds Chip template metadata.
packages/cli/templates/react/igr-ts/chip/default/files/src/app/path/style.module.css Adds CSS module styles for the Chip view.
packages/cli/templates/react/igr-ts/chip/default/files/src/app/path/filePrefix.tsx Adds sample Chip view implementation.
packages/cli/templates/react/igr-ts/chip/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Chip view.
packages/cli/templates/react/igr-ts/circular-progress/index.ts Adds Circular Progress component metadata for template discovery.
packages/cli/templates/react/igr-ts/circular-progress/default/index.ts Adds Circular Progress template metadata.
packages/cli/templates/react/igr-ts/circular-progress/default/files/src/app/path/style.module.css Adds CSS module styles for the Circular Progress view.
packages/cli/templates/react/igr-ts/circular-progress/default/files/src/app/path/filePrefix.tsx Adds sample Circular Progress view implementation.
packages/cli/templates/react/igr-ts/circular-progress/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Circular Progress view.
packages/cli/templates/react/igr-ts/custom-templates/subscription-form/index.ts Adds subscription-form custom template metadata (custom templates list).
packages/cli/templates/react/igr-ts/custom-templates/subscription-form/files/src/app/path/style.module.css Adds CSS module styles for the subscription form view.
packages/cli/templates/react/igr-ts/custom-templates/subscription-form/files/src/app/path/filePrefix.tsx Adds subscription form sample view implementation.
packages/cli/templates/react/igr-ts/custom-templates/subscription-form/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the subscription form view.
packages/cli/templates/react/igr-ts/date-picker/index.ts Adds Date Picker component metadata for template discovery.
packages/cli/templates/react/igr-ts/date-picker/default/index.ts Adds Date Picker template metadata.
packages/cli/templates/react/igr-ts/date-picker/default/files/src/app/path/style.module.css Adds CSS module styles for the Date Picker view.
packages/cli/templates/react/igr-ts/date-picker/default/files/src/app/path/filePrefix.tsx Adds sample Date Picker view implementation.
packages/cli/templates/react/igr-ts/date-picker/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Date Picker view.
packages/cli/templates/react/igr-ts/divider/index.ts Adds Divider component metadata for template discovery.
packages/cli/templates/react/igr-ts/divider/default/index.ts Adds Divider template metadata.
packages/cli/templates/react/igr-ts/divider/default/files/src/app/path/style.module.css Adds CSS module styles for the Divider view.
packages/cli/templates/react/igr-ts/divider/default/files/src/app/path/filePrefix.tsx Adds sample Divider view implementation.
packages/cli/templates/react/igr-ts/divider/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Divider view.
packages/cli/templates/react/igr-ts/dropdown/index.ts Adds Dropdown component metadata for template discovery.
packages/cli/templates/react/igr-ts/dropdown/default/index.ts Adds Dropdown template metadata.
packages/cli/templates/react/igr-ts/dropdown/default/files/src/app/path/style.module.css Adds CSS module styles for the Dropdown view.
packages/cli/templates/react/igr-ts/dropdown/default/files/src/app/path/filePrefix.tsx Adds sample Dropdown view implementation.
packages/cli/templates/react/igr-ts/dropdown/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Dropdown view.
packages/cli/templates/react/igr-ts/expansion-panel/index.ts Adds Expansion Panel component metadata for template discovery.
packages/cli/templates/react/igr-ts/expansion-panel/default/index.ts Adds Expansion Panel template metadata.
packages/cli/templates/react/igr-ts/expansion-panel/default/files/src/app/path/filePrefix.tsx Adds sample Expansion Panel view implementation.
packages/cli/templates/react/igr-ts/expansion-panel/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Expansion Panel view.
packages/cli/templates/react/igr-ts/form/index.ts Adds Form component metadata for template discovery.
packages/cli/templates/react/igr-ts/form/default/index.ts Adds Form template metadata.
packages/cli/templates/react/igr-ts/form/default/files/src/app/path/style.module.css Adds CSS module styles for the Form view.
packages/cli/templates/react/igr-ts/form/default/files/src/app/path/filePrefix.tsx Adds sample Form view implementation.
packages/cli/templates/react/igr-ts/form/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Form view.
packages/cli/templates/react/igr-ts/groups.json Adds missing component group descriptions used by igr-ts templates.
packages/cli/templates/react/igr-ts/icon/index.ts Adds Icon component metadata for template discovery.
packages/cli/templates/react/igr-ts/icon/default/index.ts Adds Icon template metadata.
packages/cli/templates/react/igr-ts/icon/default/files/src/app/path/style.module.css Adds CSS module styles for the Icon view.
packages/cli/templates/react/igr-ts/icon/default/files/src/app/path/filePrefix.tsx Adds sample Icon view implementation.
packages/cli/templates/react/igr-ts/icon/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Icon view.
packages/cli/templates/react/igr-ts/icon-button/index.ts Adds Icon button component metadata for template discovery.
packages/cli/templates/react/igr-ts/icon-button/default/index.ts Adds Icon button template metadata.
packages/cli/templates/react/igr-ts/icon-button/default/files/src/app/path/style.module.css Adds CSS module styles for the Icon button view.
packages/cli/templates/react/igr-ts/icon-button/default/files/src/app/path/filePrefix.tsx Adds sample Icon button view implementation.
packages/cli/templates/react/igr-ts/icon-button/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Icon button view.
packages/cli/templates/react/igr-ts/input/index.ts Adds Input component metadata for template discovery.
packages/cli/templates/react/igr-ts/input/default/index.ts Adds Input template metadata.
packages/cli/templates/react/igr-ts/input/default/files/src/app/path/style.module.css Adds CSS module styles for the Input view.
packages/cli/templates/react/igr-ts/input/default/files/src/app/path/filePrefix.tsx Adds sample Input view implementation.
packages/cli/templates/react/igr-ts/input/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Input view.
packages/cli/templates/react/igr-ts/linear-progress/index.ts Adds Linear Progress component metadata for template discovery.
packages/cli/templates/react/igr-ts/linear-progress/default/index.ts Adds Linear Progress template metadata.
packages/cli/templates/react/igr-ts/linear-progress/default/files/src/app/path/style.module.css Adds CSS module styles for the Linear Progress view.
packages/cli/templates/react/igr-ts/linear-progress/default/files/src/app/path/filePrefix.tsx Adds sample Linear Progress view implementation.
packages/cli/templates/react/igr-ts/linear-progress/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Linear Progress view.
packages/cli/templates/react/igr-ts/list/index.ts Adds List component metadata for template discovery.
packages/cli/templates/react/igr-ts/list/default/index.ts Adds List template metadata.
packages/cli/templates/react/igr-ts/list/default/files/src/app/path/style.module.css Adds CSS module styles for the List view.
packages/cli/templates/react/igr-ts/list/default/files/src/app/path/filePrefix.tsx Adds sample List view implementation.
packages/cli/templates/react/igr-ts/list/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the List view.
packages/cli/templates/react/igr-ts/navbar/index.ts Adds Navbar component metadata for template discovery.
packages/cli/templates/react/igr-ts/navbar/default/index.ts Adds Navbar template metadata.
packages/cli/templates/react/igr-ts/navbar/default/files/src/app/path/style.module.css Adds CSS module styles for the Navbar view.
packages/cli/templates/react/igr-ts/navbar/default/files/src/app/path/filePrefix.tsx Adds sample Navbar view implementation.
packages/cli/templates/react/igr-ts/navbar/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Navbar view.
packages/cli/templates/react/igr-ts/radio-group/index.ts Adds Radio Group component metadata for template discovery.
packages/cli/templates/react/igr-ts/radio-group/default/index.ts Adds Radio Group template metadata.
packages/cli/templates/react/igr-ts/radio-group/default/files/src/app/path/style.module.css Adds CSS module styles for the Radio Group view.
packages/cli/templates/react/igr-ts/radio-group/default/files/src/app/path/filePrefix.tsx Adds sample Radio Group view implementation.
packages/cli/templates/react/igr-ts/radio-group/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Radio Group view.
packages/cli/templates/react/igr-ts/rating/index.ts Adds Rating component metadata for template discovery.
packages/cli/templates/react/igr-ts/rating/default/index.ts Adds Rating template metadata.
packages/cli/templates/react/igr-ts/rating/default/files/src/app/path/style.module.css Adds CSS module styles for the Rating view.
packages/cli/templates/react/igr-ts/rating/default/files/src/app/path/filePrefix.tsx Adds sample Rating view implementation.
packages/cli/templates/react/igr-ts/rating/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Rating view.
packages/cli/templates/react/igr-ts/ripple/index.ts Adds Ripple component metadata for template discovery.
packages/cli/templates/react/igr-ts/ripple/default/index.ts Adds Ripple template metadata.
packages/cli/templates/react/igr-ts/ripple/default/files/src/app/path/style.module.css Adds CSS module styles for the Ripple view.
packages/cli/templates/react/igr-ts/ripple/default/files/src/app/path/filePrefix.tsx Adds sample Ripple view implementation.
packages/cli/templates/react/igr-ts/ripple/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Ripple view.
packages/cli/templates/react/igr-ts/slider/index.ts Adds Slider component metadata for template discovery.
packages/cli/templates/react/igr-ts/slider/default/index.ts Adds Slider template metadata.
packages/cli/templates/react/igr-ts/slider/default/files/src/app/path/style.module.css Adds CSS module styles for the Slider view.
packages/cli/templates/react/igr-ts/slider/default/files/src/app/path/filePrefix.tsx Adds sample Slider view implementation.
packages/cli/templates/react/igr-ts/slider/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Slider view.
packages/cli/templates/react/igr-ts/switch/index.ts Adds Switch component metadata for template discovery.
packages/cli/templates/react/igr-ts/switch/default/index.ts Adds Switch template metadata.
packages/cli/templates/react/igr-ts/switch/default/files/src/app/path/style.module.css Adds CSS module styles for the Switch view.
packages/cli/templates/react/igr-ts/switch/default/files/src/app/path/filePrefix.tsx Adds sample Switch view implementation.
packages/cli/templates/react/igr-ts/switch/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Switch view.
packages/cli/templates/react/igr-ts/tabs/index.ts Adds Tabs component metadata for template discovery.
packages/cli/templates/react/igr-ts/tabs/default/index.ts Adds Tabs template metadata.
packages/cli/templates/react/igr-ts/tabs/default/files/src/app/path/style.module.css Adds CSS module styles for the Tabs view.
packages/cli/templates/react/igr-ts/tabs/default/files/src/app/path/filePrefix.tsx Adds sample Tabs view implementation.
packages/cli/templates/react/igr-ts/tabs/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Tabs view.
packages/cli/templates/react/igr-ts/text-area/index.ts Adds Text area component metadata for template discovery.
packages/cli/templates/react/igr-ts/text-area/default/index.ts Adds Text area template metadata.
packages/cli/templates/react/igr-ts/text-area/default/files/src/app/path/style.module.css Adds CSS module styles for the Text area view.
packages/cli/templates/react/igr-ts/text-area/default/files/src/app/path/filePrefix.tsx Adds sample Text area view implementation.
packages/cli/templates/react/igr-ts/text-area/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Text area view.
packages/cli/templates/react/igr-ts/tree/index.ts Adds Tree component metadata for template discovery.
packages/cli/templates/react/igr-ts/tree/default/index.ts Adds Tree template metadata.
packages/cli/templates/react/igr-ts/tree/default/files/src/app/path/style.module.css Adds CSS module styles for the Tree view.
packages/cli/templates/react/igr-ts/tree/default/files/src/app/path/filePrefix.tsx Adds sample Tree view implementation.
packages/cli/templates/react/igr-ts/tree/default/files/src/app/path/filePrefix.test.tsx Adds basic render smoke test for the Tree view.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coveralls
Copy link
Copy Markdown

coveralls commented Mar 30, 2026

Coverage Status

coverage: 77.084% (+1.8%) from 75.257%
when pulling 90688fa on copilot/add-missing-react-component-templates
into a119ad1 on master.

@damyanpetev
Copy link
Copy Markdown
Member

damyanpetev commented Mar 30, 2026

@copilot
Based on the docs https://www.infragistics.com/products/ignite-ui-react/react/components/layouts/avatar
the theme import is still from

import 'igniteui-webcomponents/themes/light/bootstrap.css';

As it is a dependency of igniteui-react, so all components from there should use that import instead of import 'igniteui-react/themes/light/bootstrap.css'; which doesn't exist. Update that for all components from `igniteui-react'

…es for all React component templates

Agent-Logs-Url: https://github.com/IgniteUI/igniteui-cli/sessions/7d42465f-2e0a-4fcc-b339-d251517bf700

Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 30, 2026

@copilot
Based on the docs https://www.infragistics.com/products/ignite-ui-react/react/components/layouts/avatar
the theme import is still from
...

Fixed in 87759d4 — updated all 31 React component templates to use import 'igniteui-webcomponents/themes/light/bootstrap.css' instead of the incorrect import 'igniteui-react/themes/light/bootstrap.css'.

… prop, no IgrTabPanel)

Agent-Logs-Url: https://github.com/IgniteUI/igniteui-cli/sessions/f6fbe834-0e2e-424b-b785-98268e09e176

Co-authored-by: damyanpetev <3198469+damyanpetev@users.noreply.github.com>
Copilot AI requested a review from damyanpetev March 31, 2026 14:13
@damyanpetev
Copy link
Copy Markdown
Member

@copilot fix all remaining unresolved comments

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Mar 31, 2026

@copilot fix all remaining unresolved comments

Fixed all unresolved comments in 4d3097c:

  • this.components now uses human-readable names matching component metadata (Accordion, Card, Divider, Expansion Panel, Linear Progress, Circular Progress, Date Picker)
  • Divider group changed from "Layouts" to "Data Entry & Display" to match Web Components
  • Added missing style.module.css for expansion-panel template
  • Removed unused IgrButton import from list template
  • Changed deprecated FormEvent to SubmitEvent in subscription-form

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • www.google-analytics.com
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node packages/cli/bin/execute.js new --help (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node packages/cli/bin/execute.js config --help (dns block)
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node node packages/cli/bin/execute.js generate --help (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from damyanpetev March 31, 2026 14:49
@damyanpetev damyanpetev marked this pull request as ready for review March 31, 2026 14:52
@damyanpetev damyanpetev changed the title Add missing React (igr-ts) component templates to match Web Components (igc-ts) selection feat(igr-ts): add missing component templates to match (igc-ts) selection Apr 1, 2026
@damyanpetev damyanpetev merged commit cbb549f into master Apr 1, 2026
3 checks passed
@damyanpetev damyanpetev deleted the copilot/add-missing-react-component-templates branch April 1, 2026 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants