V16 RC: Add more debug info to System Information#19343
Merged
leekelleher merged 2 commits intorelease/16.0from May 19, 2025
Merged
V16 RC: Add more debug info to System Information#19343leekelleher merged 2 commits intorelease/16.0from
leekelleher merged 2 commits intorelease/16.0from
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds enhanced debug information to the System Information panel by rearranging existing sections and including new data such as client version (from package.json) and temporary file configuration details.
- Added a new repository method to fetch client information.
- Rearranged and extended the sysinfo display to include client info and temporary file configuration.
- Modified temporary file configuration data retrieval to disable notifications.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/Umbraco.Web.UI.Client/src/packages/sysinfo/repository/sysinfo.repository.ts | Introduces a method to extract client version from package.json. |
| src/Umbraco.Web.UI.Client/src/packages/sysinfo/components/sysinfo.element.ts | Reorders and adds sections (Client Information, Temporary file configuration, Browser Troubleshooting) and updates element IDs. |
| src/Umbraco.Web.UI.Client/src/packages/core/temporary-file/config/config.server.data-source.ts | Updates configuration request to disable notifications. |
| src/Umbraco.Web.UI.Client/src/packages/core/temporary-file/config/config.repository.ts | Refactors temporary file configuration retrieval and updates the datastore accordingly. |
Comments suppressed due to low confidence (1)
src/Umbraco.Web.UI.Client/src/packages/sysinfo/components/sysinfo.element.ts:189
- Changing the element ID from '#code-block' to '#codeblock' may affect styling if the old ID is referenced elsewhere; ensure that any such references are updated to maintain consistency.
#codeblock {
src/Umbraco.Web.UI.Client/src/packages/sysinfo/components/sysinfo.element.ts
Show resolved
Hide resolved
leekelleher
approved these changes
May 19, 2025
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.
Description
#code-blockand#codeblockwere used intermittently in the CSSBefore:

After:

Example output: