BinaryQuantumSoul / sdnext-modernui

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

[Feature] Add status text fields #33

Open vladmandic opened 2 months ago

vladmandic commented 2 months ago

Feature description

As discussed, two status lines showing currently loaded model and perhaps some server state should be added to top-right (above right panel.

Version Platform Description

No response

vladmandic commented 1 month ago

@BinaryQuantumSoul i've tried to add div element at the top of the right panel, but no way i can figure out how without messing up entire layout.

intention is that right panel has a top div that has same height as action bar in the middle panel (and then the rest of the panel would also be nicely aligned). also issue is that right panel right now has predefined height which is 100% - gap so that would have to be accounted for.

if you can just place div there somehow, i'll populate it.

BinaryQuantumSoul commented 1 month ago

I think you need to use a panel no-br div inside the accordion container, before the div holding all subtabs

vladmandic commented 1 month ago

still failing. i think aside template needs to be nested several levels deeper as accordion itself is setting flex flow column which makes it impossible to do 1-row + 2 columns below it. and then there are issues what does minimize/maximize button actually apply to.