Added voice work image fallback. Added tag/creator/circle chip components. Updated voice work search response to include favorite/blacklisted flags for tags/creators/circles.
This commit is contained in:
7
JSMR.UI.Blazor/Enums/ImageExtension.cs
Normal file
7
JSMR.UI.Blazor/Enums/ImageExtension.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace JSMR.UI.Blazor.Enums;
|
||||
|
||||
public enum ImageExtension
|
||||
{
|
||||
Jpeg,
|
||||
WebP
|
||||
}
|
||||
Reference in New Issue
Block a user