-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Make telemetry info table a little bit narrower and aligned #233961
base: main
Are you sure you want to change the base?
Conversation
a941a59
to
2034506
Compare
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.json
was formatted using variables from thetelemetryService.ts
which are longer than the variables' content itself.Fixes: #233959
Before:
After: