Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperkristensen committed Nov 15, 2024
1 parent d50fca4 commit 0dc62eb
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ interface MediaView {

interface MediaGridProps {
media: MediaView[]
setMedia: (media: MediaView[]) => void
selection: Record<string, boolean>
onCheckedChange: (id: string) => (value: boolean) => void
}

export const MediaGrid = ({
media,
setMedia,
selection,
onCheckedChange,
}: MediaGridProps) => {
Expand Down
Loading

0 comments on commit 0dc62eb

Please sign in to comment.