docs(cmd): update ToggleRecordsMode documentation
Update documentation for ToggleRecordsMode to clarify its behavior with the view stack. - Clarify that entering records mode creates a `_Records` view - Clarify that leaving records mode navigates back to the previous view Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/gemma-4-26B-A4B-it-GGUF:UD-Q5_K_XL)
This commit is contained in:
@ -1441,9 +1441,9 @@ impl Cmd for TogglePruneEmpty {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Toggle between records mode (_Index on Row, _Dim on Column) and
|
/// Toggle between records mode and pivot mode using the view stack.
|
||||||
/// pivot mode (auto-assigned axes). In records mode every cell is shown
|
/// Entering records mode creates a `_Records` view and switches to it.
|
||||||
/// as a flat row; in pivot mode the view is a cross-tab.
|
/// Leaving records mode navigates back to the previous view.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct ToggleRecordsMode;
|
pub struct ToggleRecordsMode;
|
||||||
impl Cmd for ToggleRecordsMode {
|
impl Cmd for ToggleRecordsMode {
|
||||||
|
|||||||
Reference in New Issue
Block a user