Make telemetry info table a little bit narrower and aligned#233961
Make telemetry info table a little bit narrower and aligned#233961lramos15 merged 7 commits intomicrosoft:mainfrom mattmaniak:fix-telemetry-info-table
Conversation
|
Can you attach a photo of what the table now looks like in the settings UI? As it appears aligned already there and that was the case we were optimizing for as that is where most people edit their settings. |
|
In Settings UI it looks perfectly as above. It was kinda misleading because I keep to manage my configuration from .json mostly rather than UI. But if it would be possible to keep Settings UI aligned and defaultSettings.json also it would be great. However I suppose that defaultSettings.json is somehow used for rendering UI. Am I right? |
That's right, they're the same |
|
Perfectly as above - without my changes currently. I will switch enviro and write down the status cause I made a quick check on my second station. I thought that you mean if there is a UI bug by default on my instance. Sorry for the potential confusion. |
|
@mattmaniak Is there anyways we can make the |
|
I will report such when found in a separate Issue/PR because I am not sure where to locate every generated table in the editor. |
|
I just meant for the telemetry table, not all of them. If we're fixing the alignment in this PR. We might as well fix the alignment completely and ensure the column separators are properly aligned. |





The current table in
defaultSettings.jsonwas formatted using variables from thetelemetryService.tswhich are longer than the variables' content itself.Fixes: #233959
Before:
After: