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:
8
JSMR.UI.Blazor/Enums/ElementVarient.cs
Normal file
8
JSMR.UI.Blazor/Enums/ElementVarient.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace JSMR.UI.Blazor.Enums;
|
||||
|
||||
public enum ElementVarient
|
||||
{
|
||||
None = 0,
|
||||
Filled = 1,
|
||||
Outlined = 2
|
||||
}
|
||||
Reference in New Issue
Block a user