mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-06 20:43:13 +08:00
Moved entityInUpdate to app state. It applies for apps, categories and bookmarks
This commit is contained in:
@@ -56,3 +56,13 @@ export interface ReorderCategoriesAction {
|
||||
type: ActionType.reorderCategories;
|
||||
payload: Category[];
|
||||
}
|
||||
|
||||
export interface SetEditCategoryAction {
|
||||
type: ActionType.setEditCategory;
|
||||
payload: Category | null;
|
||||
}
|
||||
|
||||
export interface SetEditBookmarkAction {
|
||||
type: ActionType.setEditBookmark;
|
||||
payload: Bookmark | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user