mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
Groups can now also be manually reordered
Design improvements
This commit is contained in:
@@ -41,6 +41,7 @@ namespace ModernKeePass.Application.Common.Interfaces
|
||||
|
||||
GroupEntity GetGroup(string id);
|
||||
Task AddGroup(string parentGroupId, string groupId);
|
||||
Task MoveGroup(string parentGroupId, string groupId, int index);
|
||||
void UpdateGroup(GroupEntity group);
|
||||
Task RemoveGroup(string parentGroupId, string groupId);
|
||||
void DeleteEntity(string entityId);
|
||||
|
Reference in New Issue
Block a user