Add create bookmark

This commit is contained in:
Neil Brommer 2021-12-13 16:27:13 -08:00
parent 64b893b778
commit 55625b1be4
19 changed files with 382 additions and 13 deletions

View file

@ -1,6 +1,7 @@
using System;
using Start.Client.Store.State;
namespace Start.Client.Store.Features.DeleteGroup {
public record DeleteGroupState {
public record DeleteGroupState : RootState {
public bool ShowDeleteGroupForm { get; init; }
public int BookmarkGroupIdToDelete { get; init; }
public string BookmarkGroupTitleToDelete { get; init; }