- Fixed circular DI issues with importers and importer context - Added additional mappings for data <-> manifest models - Avoid null reference exceptions when trying to export archives/media where files don't exist - Consolidate import dialogs - Render selectable flags in export dialog - Fixed various media uploaders to use new MediaService.WriteToFile
5 lines
No EOL
109 B
Text
5 lines
No EOL
109 B
Text
@ByteSizeLib.ByteSize.FromBytes(@Value).ToString()
|
|
|
|
@code {
|
|
[Parameter] public long Value { get; set; }
|
|
} |