Problem
The plugin settings panel shows plugins in alphabetical order only. When you have many plugins, it's hard to see which are active at a glance.
Proposed solution
Sort enabled plugins before disabled ones, maintaining alphabetical order within each group.
Impact
Small change (~3 lines) in PluginsStates.tsx, modifying the existing sort function.