BinaryQuantumSoul / sdnext-modernui

SD.Next ModernUI
GNU Affero General Public License v3.0
17 stars 7 forks source link

[Feature] System Info visual adjustment suggestions #42

Open brknsoul opened 4 months ago

brknsoul commented 4 months ago

Feature description

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
vladmandic commented 4 months ago

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 commented 4 months ago

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 commented 4 months ago

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.