-
Notifications
You must be signed in to change notification settings - Fork 2
Enhances Team Admin member role view. #1376
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
Improves the Team Admin member role view by adding styling and pagination. The table displaying members and their roles is enhanced with data table functionality, including pagination, sorting, and responsive styling, to improve usability. Adds styles and scripts report partials.
Updates the Azure Pipelines VM image from 'windows-2019' to 'windows-latest'. This ensures the pipeline uses the most up-to-date Windows environment, providing access to the latest features, security patches, and tooling.
Updates the CI pipeline configuration to use Node 20.x. This change ensures compatibility with the latest dependencies and improves the build process. The pipeline now includes steps to build, test, and publish the application, including Keas.Mvc and related job projects.
|
the formatting changes in the yml file happened when I saved in vs code. |
sprucely
left a comment
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.
The YML looks okay. I ran it by copilot, and it says the whitespace change doesn't impact semantic meaning as long as it is consistent.
| "\\.(css|less)$": "<rootDir>/src/components/specs/styleMock.ts" | ||
| } | ||
| }, | ||
| "engines": { |
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.
Changes in npm and node usually go together. Should probably update the npm version here to whatever comes with node 20.0.0.
Updates the minimum required npm version to 10.0.0. This ensures compatibility with newer dependencies and build tools, as well as aligns with the project's ongoing upgrades.
| "engines": { | ||
| "npm": ">=9.5.1", | ||
| "node": ">=18.16.0" | ||
| "npm": ">=10.0.0", |
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.
This is the one AI and google appear to say is the correct one.
Improves the Team Admin member role view by adding styling and pagination.
The table displaying members and their roles is enhanced with data table functionality, including pagination, sorting, and responsive styling, to improve usability.
Adds styles and scripts report partials.