diff --git a/Moonlight/Shared/Components/FileManagerPartials/FileView.razor b/Moonlight/Shared/Components/FileManagerPartials/FileView.razor index dcf0a34..0e889e8 100644 --- a/Moonlight/Shared/Components/FileManagerPartials/FileView.razor +++ b/Moonlight/Shared/Components/FileManagerPartials/FileView.razor @@ -35,88 +35,90 @@
- | -
-
-
-
-
-
-
- |
- - |
-
-
-
-
-
- |
- |
- @if (!HideSelect)
- {
-
- @{
- var toggle = ToggleStatusCache.ContainsKey(file) && ToggleStatusCache[file];
- }
-
- @if (toggle)
- {
- SetToggleState(file, false)" class="form-check-input" type="checkbox" checked="checked">
- }
- else
- {
- SetToggleState(file, true)" class="form-check-input" type="checkbox">
- }
-
- }
|
- @if (file.IsFile)
- {
-
- }
- else
- {
-
- }
+
- OnClicked(file)" class="ms-3 text-gray-800 text-hover-primary">@(file.Name)
+
+
|
- @(Formatter.FormatSize(file.Size)) | +
-
- @if (ContextActions.Any())
- {
-
+
|
|
+ @if (!HideSelect)
+ {
+
+ @{
+ var toggle = ToggleStatusCache.ContainsKey(file) && ToggleStatusCache[file];
+ }
+
+ @if (toggle)
+ {
+ SetToggleState(file, false)" class="form-check-input" type="checkbox" checked="checked">
+ }
+ else
+ {
+ SetToggleState(file, true)" class="form-check-input" type="checkbox">
+ }
+
+ }
+ |
+
+
+
+ @if (file.IsFile)
+ {
+
+ }
+ else
+ {
+
+ }
+
+ OnClicked(file)" class="ms-3 text-gray-800 text-hover-primary">@(file.Name)
+
+ |
+ @(Formatter.FormatSize(file.Size)) | +
+
+
+
+ @if (ContextActions.Any())
+ {
+
+ |
+