feat(sidebar): implement display mode toggle and update sidebar actions for improved navigation. See #389

This commit is contained in:
Will Miao
2025-09-02 15:48:34 +08:00
parent 91801dff85
commit 1800afe31b
14 changed files with 272 additions and 37 deletions

View File

@@ -400,7 +400,11 @@
"sidebar": {
"modelRoot": "Model Root",
"collapseAll": "Collapse All Folders",
"pinToggle": "Pin/Unpin Sidebar"
"pinSidebar": "Pin Sidebar",
"unpinSidebar": "Unpin Sidebar",
"switchToListView": "Switch to List View",
"switchToTreeView": "Switch to Tree View",
"collapseAllDisabled": "Not available in list view"
},
"statistics": {
"title": "Statistics",