Added basic search implementation with display components
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
Class="mud-width-full auto-height-carousel"
|
||||
TData="object"
|
||||
AutoCycle=false
|
||||
@bind-SelectedIndex="SelectedIndex">
|
||||
@bind-SelectedIndex="SelectedIndex"
|
||||
ShowArrows="(FilePathListings.Count > 1)"
|
||||
ShowBullets="(FilePathListings.Count > 1)">
|
||||
@foreach (var file in FilePathListings.Select((value, i) => new { i, value }))
|
||||
{
|
||||
@if (!ShowUnsupportedFiles && FileViewerFactory.GetViewerComponent(file.value.OriginalName) == typeof(UnsupportedFileViewer))
|
||||
|
||||
Reference in New Issue
Block a user