feat(query-builder): add overview and template samples#1251
Open
IMinchev64 wants to merge 4 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds new Query Builder sample projects (Overview + Template) to mirror existing Angular samples, and refreshes several sample READMEs/links to the current asset locations and tooling.
Changes:
- Added new Blazor WASM sample projects under
samples/interactions/query-builder/for overview and template scenarios (including JS event hooks and static assets). - Updated multiple sample READMEs to use the centralized
dl.infragistics.combutton assets and to reference Visual Studio 2022. - Registered the new Query Builder samples’ browser scripts in the samples browser
wwwroot/index.html.
Reviewed changes
Copilot reviewed 29 out of 29 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| samples/layouts/tabs/styling/README.md | Fixes the (commented) CodeSandbox link to point to the correct sample path. |
| samples/layouts/divider/vertical/README.md | Updates button image sources to dl.infragistics.com and updates VS 2022 wording. |
| samples/layouts/divider/select/README.md | Updates button image sources to dl.infragistics.com and updates VS 2022 wording. |
| samples/layouts/divider/middle/README.md | Updates button image sources to dl.infragistics.com and updates VS 2022 wording. |
| samples/layouts/divider/dashed/README.md | Updates button image sources to dl.infragistics.com and updates VS 2022 wording. |
| samples/interactions/query-builder/template/wwwroot/index.html | Adds the standalone template sample host page and wires events.js. |
| samples/interactions/query-builder/template/wwwroot/index.css | Adds template-sample-specific styling for the output panel. |
| samples/interactions/query-builder/template/wwwroot/events.js | Implements Query Builder value templating and expression tree rendering hooks. |
| samples/interactions/query-builder/template/_Imports.razor | Adds common imports for the template sample project. |
| samples/interactions/query-builder/template/README.md | Adds the auto-generated README for the template sample. |
| samples/interactions/query-builder/template/Properties/launchSettings.json | Adds local launch profiles/ports for the template sample project. |
| samples/interactions/query-builder/template/Program.cs | Registers Ignite UI modules required by the template sample. |
| samples/interactions/query-builder/template/BlazorClientApp.sln | Adds a standalone solution file for the template sample project. |
| samples/interactions/query-builder/template/BlazorClientApp.csproj | Adds the WASM project definition and package references for the template sample. |
| samples/interactions/query-builder/template/App.razor | Implements the template sample UI + JS initialization and icon registration. |
| samples/interactions/query-builder/overview/wwwroot/index.html | Adds the standalone overview sample host page and wires events.js. |
| samples/interactions/query-builder/overview/wwwroot/index.css | Notes shared CSS usage for the overview sample. |
| samples/interactions/query-builder/overview/wwwroot/events.js | Loads remote data based on expression tree changes and updates grid columns. |
| samples/interactions/query-builder/overview/_Imports.razor | Adds common imports for the overview sample project. |
| samples/interactions/query-builder/overview/README.md | Adds the auto-generated README for the overview sample. |
| samples/interactions/query-builder/overview/Properties/launchSettings.json | Adds local launch profiles/ports for the overview sample project. |
| samples/interactions/query-builder/overview/Program.cs | Registers Ignite UI modules (Query Builder + Grid) and HttpClient. |
| samples/interactions/query-builder/overview/BlazorClientApp.sln | Adds a standalone solution file for the overview sample project. |
| samples/interactions/query-builder/overview/BlazorClientApp.csproj | Adds the WASM project definition and package references for the overview sample. |
| samples/interactions/query-builder/overview/App.razor | Implements the overview sample UI and initial JS-driven data load. |
| samples/grids/tree/styling/README.md | Adjusts wording of the sample description. |
| samples/grids/grid/remote-paging-data/ReadMe.md | Corrects sample description/links/assets to match Grid remote paging data sample. |
| samples/grids/grid/column-selection-styles/ReadMe.md | Updates VS 2022 wording and removes outdated comment line. |
| browser/IgBlazorSamples.Client/wwwroot/index.html | Adds sample-browser script entries for query builder overview/template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CLoses #1212