feat: enhance API response handling and add new components for module management
Some checks failed
Workflow / ʦ TypeScript (push) Failing after 4m50s
Workflow / ⚫️ Test (push) Has been skipped

This commit is contained in:
T. Zehetbauer
2026-04-01 15:18:24 +02:00
parent f82a366a52
commit 7b078f298b
58 changed files with 1845 additions and 398 deletions

View File

@@ -98,7 +98,10 @@
"./sidebar-navigation": "./src/makerkit/sidebar-navigation.tsx",
"./file-uploader": "./src/makerkit/file-uploader.tsx",
"./use-supabase-upload": "./src/hooks/use-supabase-upload.ts",
"./csp-provider": "./src/base-ui/csp-provider.tsx"
"./csp-provider": "./src/base-ui/csp-provider.tsx",
"./list-toolbar": "./src/makerkit/list-toolbar.tsx",
"./use-action-with-toast": "./src/hooks/use-action-with-toast.ts",
"./use-file-download-action": "./src/hooks/use-file-download-action.ts"
},
"scripts": {
"clean": "git clean -xdf .turbo node_modules",