feat: add grid/list view toggle to track gallery with hover-reveal art cards
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace DeepDrftPublic.Client.Controls;
|
||||
|
||||
public enum GalleryViewMode
|
||||
{
|
||||
Grid,
|
||||
List
|
||||
}
|
||||
Reference in New Issue
Block a user