Add ASP.NET Core Example & Update to Fluent#4
Open
arman-boyakhchyan wants to merge 5 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a new ASP.NET Core (Razor/MVC) DevExtreme DataGrid sample and updates the existing framework samples (Angular/React/Vue/jQuery) to use the Fluent Blue Light DevExtreme theme and dx-viewport, along with some layout tweaks.
Changes:
- Added a full ASP.NET Core example (controllers, views, static assets, gulp bundling, and docs).
- Switched DevExtreme theme references to
dx.fluent.blue.light.cssand applieddx-viewportin Angular/React/jQuery. - Relaxed fixed-width layout constraints in multiple samples and adjusted Vue root sizing from
vhtovw.
Reviewed changes
Copilot reviewed 30 out of 45 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| Vue/src/main.ts | Removes global DevExtreme CSS imports from the app entry point. |
| Vue/src/components/DataGridContent.vue | Imports Fluent theme CSS and removes fixed container width. |
| Vue/src/assets/main.css | Updates width unit from vh to vw. |
| React/src/App.tsx | Switches to Fluent theme CSS; fixes the “FullName” column. |
| React/src/App.css | Removes fixed container width. |
| React/index.html | Adds dx-viewport class to <body>. |
| React/package-lock.json | Updates lockfile (tooling/dependency tree changes). |
| jQuery/src/index.html | Switches to Fluent theme CSS. |
| jQuery/src/index.css | Removes fixed container width. |
| Angular/src/index.html | Adds dx-viewport class to <body>. |
| Angular/src/app/app.component.scss | Removes fixed container width. |
| Angular/angular.json | Switches Angular build theme CSS to Fluent. |
| Angular/package-lock.json | Updates lockfile (tooling/dependency tree changes). |
| ASP.NET Core/* | Adds the new ASP.NET Core sample (MVC + bundling + styling). |
| .gitignore | Stops ignoring all wwwroot/ and selectively ignores generated bundles. |
Files not reviewed (2)
- Angular/package-lock.json: Generated file
- React/package-lock.json: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
Please correct the project and update this pull request by pushing a new commit. |
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.
No description provided.