feat(sidebar): reorder folder groups by drag and persist sort order
This commit is contained in:
@@ -508,6 +508,10 @@ export async function removeFolderFromWorkspace(
|
||||
return invoke("remove_folder_from_workspace", { folderId })
|
||||
}
|
||||
|
||||
export async function reorderFolders(ids: number[]): Promise<void> {
|
||||
return invoke("reorder_folders", { ids })
|
||||
}
|
||||
|
||||
export async function importLocalConversations(
|
||||
folderId: number
|
||||
): Promise<ImportResult> {
|
||||
|
||||
Reference in New Issue
Block a user