LANCommander/LANCommander.Server/UI/Components/ArchiveBrowserDialog.razor
Pat Hartl 02750d6d62 Improve file manager UX
- Faster enumeration of large directories
- Add toggleable columns
- Add Created and Type columns
- Fix breadcrumbs
- Properly build left view tree with support for cross-platform roots and special folders
2026-05-28 19:54:33 -05:00

4 lines
No EOL
297 B
Text

@inherits FeedbackComponent<Guid, Guid>
@using LANCommander.UI.Components
<FileManager ArchiveId="Options" Features="@(FileManagerFeatures.NavigationBack | FileManagerFeatures.NavigationForward | FileManagerFeatures.UpALevel | FileManagerFeatures.Refresh | FileManagerFeatures.Breadcrumbs)" />