Skip to content
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

[Feature] System Info visual adjustment suggestions #42

Open
brknsoul opened this issue May 11, 2024 · 3 comments
Open

[Feature] System Info visual adjustment suggestions #42

brknsoul opened this issue May 11, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@brknsoul
Copy link
Contributor

brknsoul commented May 11, 2024

Feature description

  • System Info should auto-populate when first accessing it, rather than having to Refresh it.

  • Suggest making Version, Memory and Platform 5 lines high (instead of 2), or rather any many lines as needed, as the length of this info shouldn't change.

  • Suggest having Version on its own row, like Memory and Platform.

  • Version and Platform should be under or next to each other.

  • Version and Platform could do with a little "copy to clipboard" (📋) icon.

  • Some boxes tend to "bounce" around while adjusting the right-side panel.

Version Platform Description

app: SD.next
updated: 2024-05-10
hash: bd3b3bd0
url: https://github.com/vladmandic/automatic/tree/dev

arch: AMD64
cpu: Intel64 Family 6 Model 151 Stepping 5, GenuineIntel
system: Windows
release: Windows-10-10.0.19045-SP0
python: 3.10.11
@brknsoul brknsoul added the enhancement New feature or request label May 11, 2024
@vladmandic
Copy link
Collaborator

System Info should auto-populate when first accessing it, rather than having to Refresh it.

but thats exactly what it does. at least on chrome.

Suggest making Version, Memory and Platform 5 lines high (instead of 2), or rather any many lines as needed, as the length of this info shouldn't change.

i've made textarea sizing to fit all content instead of fixing it to specific number of lines.

the rest would require that system info has its own template made from scratch. right now its just rendering what comes from system info itself.

@brknsoul
Copy link
Contributor Author

brknsoul commented May 11, 2024

but thats exactly what it does. at least on chrome.

On old UI, yes. But it doesn't seem to happen on modernui, I'm also using Chrome

image

Regarding the "bouncing around", here's an example;

chrome_a614e3YwGc

@vladmandic
Copy link
Collaborator

On old UI, yes. But it doesn't seem to happen on modernui, I'm also using Chrome

works for me, i cant reproduce

regarding layout and bouncing - yes, thats autolayout of the modernui.
anything can be made with custom template, but like i said that page does have custom template so it relies on autolayout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants