Before implementing components, implement composite UI panels which are made up of a group of related UI components. Probably not the analyser (or maybe that is a specialised panel?) but most of the other controls should be grouped better.
Have them so they rearrange on screen as per Flexbox, e.g on a narrow window stack vertically, on a wide window stack horizontally, perhaps 3 wide. This gives a lot more space for the sliders, which are currently in one big vertical stack.
Test this in a feature branch since its quite a major change and potential improvement in UI experience
Before implementing components, implement composite UI panels which are made up of a group of related UI components. Probably not the analyser (or maybe that is a specialised panel?) but most of the other controls should be grouped better.
Have them so they rearrange on screen as per Flexbox, e.g on a narrow window stack vertically, on a wide window stack horizontally, perhaps 3 wide. This gives a lot more space for the sliders, which are currently in one big vertical stack.
Test this in a feature branch since its quite a major change and potential improvement in UI experience