feat: move-to-root, active tab highlight, show-in-explorer for all file items
- Add 'Move to root' context menu item for non-root sidebar tree nodes - Improve active tab visual contrast (background + font-weight) - FileTreeRow: show-in-explorer inline button & context menu for all items - OpenFolder now resolves file-type nodes to parent directory - handleShowInFolder uses item.nodeId || item.id for FileDTO compatibility - Add i18n key nav.moveToRoot (ru/en)
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
background: #13131f;
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="/assets/main-y7k2Kn7r.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-CJu7OoK7.css">
|
||||
<script type="module" crossorigin src="/assets/main-flblZtvd.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/main-DsSP02cl.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
||||
Reference in New Issue
Block a user