Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jSylvestre
Copy link
Member

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.

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.
@jSylvestre
Copy link
Member Author

the formatting changes in the yml file happened when I saved in vs code.

Copy link
Contributor

@sprucely sprucely left a 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": {
Copy link
Contributor

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.
@jSylvestre jSylvestre requested a review from sprucely October 23, 2025 20:41
"engines": {
"npm": ">=9.5.1",
"node": ">=18.16.0"
"npm": ">=10.0.0",
Copy link
Member Author

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.

@jSylvestre jSylvestre merged commit 5a87dc9 into master Oct 24, 2025
3 checks passed
@jSylvestre jSylvestre deleted the JCS/TeamAdminTable branch October 24, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants