feat: add account merging functionality with dialog support; update bulk actions to include merge option
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 1m39s

This commit is contained in:
Julien Froidefond
2025-12-20 11:42:42 +01:00
parent 376bc8f84e
commit 8b81dfe8c0
5 changed files with 367 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
export { AccountCard } from "./account-card";
export { AccountEditDialog } from "./account-edit-dialog";
export { AccountMergeSelectDialog } from "./account-merge-select-dialog";
export { AccountBulkActions } from "./account-bulk-actions";
export { accountTypeIcons, accountTypeLabels } from "./constants";