[Feature] Add status text fields
vladmandic opened this issue · 3 comments
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
@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.
I think you need to use a panel no-br
div inside the accordion container, before the div holding all subtabs
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.