Skip to content

Commit

Permalink
refactoring(<TaskList>): make it fully composable by fetching data
Browse files Browse the repository at this point in the history
  • Loading branch information
flsilva committed Nov 16, 2023
1 parent 6ff2d1f commit 23aff53
Show file tree
Hide file tree
Showing 30 changed files with 742 additions and 510 deletions.
284 changes: 276 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@prisma/client": "5.5.2",
"@radix-ui/react-alert-dialog": "1.0.5",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-select": "2.0.0",
"@supabase/auth-helpers-nextjs": "0.8.6",
"@supabase/supabase-js": "2.26.0",
"client-only": "0.0.1",
Expand Down Expand Up @@ -60,8 +61,8 @@
"@types/gtag.js": "0.0.17",
"@types/mdx": "2.0.9",
"@types/node": "20.8.10",
"@types/react": "18.2.34",
"@types/react-dom": "18.2.14",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/ua-parser-js": "0.7.38",
"typescript": "5.2.2",
"webpack": "5.89.0"
Expand Down
Loading

0 comments on commit 23aff53

Please sign in to comment.