refactor: delete confirm modal (#25135)

This commit is contained in:
Jason Rasmussen
2026-01-08 15:59:26 -05:00
committed by GitHub
parent 6997ed83c4
commit 471fab0591
8 changed files with 106 additions and 159 deletions
@@ -46,7 +46,6 @@
album?: AlbumResponseDto;
albumUsers?: UserResponseDto[];
person?: PersonResponseDto;
isShowDeleteConfirmation?: boolean;
onSelect?: (asset: TimelineAsset) => void;
onEscape?: () => void;
children?: Snippet;
@@ -79,7 +78,6 @@
album,
albumUsers = [],
person,
isShowDeleteConfirmation = $bindable(false),
onSelect = () => {},
onEscape = () => {},
children,
@@ -600,7 +598,6 @@
scrollToAsset={(asset) => scrollToAsset(asset) ?? false}
{timelineManager}
{assetInteraction}
bind:isShowDeleteConfirmation
{onEscape}
/>