pub fn reorder_tab( store: &WaveStore, ws_id: &str, tab_id: &str, new_index: usize, ) -> Result<(), StoreError>
Reorder a tab within a workspace by moving it to a new index.