1
Fork 0
mirror of https://github.com/diced/zipline.git synced 2025-04-11 23:31:17 -05:00

fix: i dont know (very unstable commit)

This commit is contained in:
diced 2024-05-22 21:18:55 -07:00
parent fc98015950
commit 927e5bd00a
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
275 changed files with 6418 additions and 5057 deletions

0
.dockerignore Normal file → Executable file
View file

0
.eslintrc.js Normal file → Executable file
View file

0
.github/FUNDING.yml vendored Normal file → Executable file
View file

0
.github/workflows/build.yml vendored Normal file → Executable file
View file

0
.github/workflows/docker.yml vendored Normal file → Executable file
View file

0
.gitignore vendored Normal file → Executable file
View file

0
Dockerfile Normal file → Executable file
View file

0
LICENSE Normal file → Executable file
View file

0
README.md Normal file → Executable file
View file

0
code.json Normal file → Executable file
View file

0
docker-compose.dev.yml Normal file → Executable file
View file

0
docker-compose.yml Normal file → Executable file
View file

0
mimes.json Normal file → Executable file
View file

0
next.config.js Normal file → Executable file
View file

7
package.json Normal file → Executable file
View file

@ -23,6 +23,7 @@
"@ant-design/plots": "^1.2.6",
"@fastify/cookie": "^9.3.1",
"@fastify/cors": "^9.0.1",
"@fastify/multipart": "^8.2.0",
"@fastify/sensible": "^5.5.0",
"@github/webauthn-json": "^2.1.1",
"@mantine/code-highlight": "^7.2.2",
@ -58,6 +59,7 @@
"multer": "1.4.5-lts.1",
"next": "^14.0.3",
"otplib": "^12.0.1",
"prisma": "^5.6.0",
"qrcode": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -67,8 +69,7 @@
"swr": "^2.2.0",
"znv": "^0.3.2",
"zod": "^3.22.4",
"zustand": "^4.4.7",
"prisma": "^5.6.0"
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/bytes": "^3.1.4",
@ -98,5 +99,5 @@
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@9.0.6"
"packageManager": "pnpm@9.1.2"
}

11091
pnpm-lock.yaml generated Normal file → Executable file

File diff suppressed because it is too large Load diff

0
postcss.config.cjs Normal file → Executable file
View file

0
prettier.config.cjs Normal file → Executable file
View file

0
prisma/schema.prisma Normal file → Executable file
View file

0
src/components/ConfigProvider.tsx Normal file → Executable file
View file

0
src/components/GridTableSwitcher.tsx Normal file → Executable file
View file

0
src/components/Layout.tsx Normal file → Executable file
View file

0
src/components/RelativeDate.tsx Normal file → Executable file
View file

0
src/components/Stat.tsx Normal file → Executable file
View file

0
src/components/ThemeProvider.tsx Normal file → Executable file
View file

View file

0
src/components/file/DashboardFile/FileModal.tsx Normal file → Executable file
View file

0
src/components/file/DashboardFile/FileStat.tsx Normal file → Executable file
View file

0
src/components/file/DashboardFile/index.module.css Normal file → Executable file
View file

0
src/components/file/DashboardFile/index.tsx Normal file → Executable file
View file

0
src/components/file/DashboardFileType.tsx Normal file → Executable file
View file

0
src/components/file/actions.tsx Normal file → Executable file
View file

0
src/components/pages/dashboard/index.tsx Normal file → Executable file
View file

0
src/components/pages/files/PendingFilesButton.tsx Normal file → Executable file
View file

0
src/components/pages/files/bulk.tsx Normal file → Executable file
View file

0
src/components/pages/files/index.tsx Normal file → Executable file
View file

0
src/components/pages/files/tags/CreateTagModal.tsx Normal file → Executable file
View file

0
src/components/pages/files/tags/EditTagModal.tsx Normal file → Executable file
View file

0
src/components/pages/files/tags/TagPill.tsx Normal file → Executable file
View file

0
src/components/pages/files/tags/TagsButton.tsx Normal file → Executable file
View file

0
src/components/pages/files/useApiPagination.tsx Normal file → Executable file
View file

0
src/components/pages/files/views/FavoriteFiles.tsx Normal file → Executable file
View file

0
src/components/pages/files/views/FileTable.tsx Normal file → Executable file
View file

0
src/components/pages/files/views/Files.tsx Normal file → Executable file
View file

0
src/components/pages/folders/FavoriteFiles.tsx Normal file → Executable file
View file

0
src/components/pages/folders/FolderCard.tsx Normal file → Executable file
View file

0
src/components/pages/folders/ViewFilesModal.tsx Normal file → Executable file
View file

0
src/components/pages/folders/actions.tsx Normal file → Executable file
View file

0
src/components/pages/folders/index.tsx Normal file → Executable file
View file

0
src/components/pages/folders/views/FolderGridView.tsx Normal file → Executable file
View file

0
src/components/pages/folders/views/FolderTableView.tsx Normal file → Executable file
View file

0
src/components/pages/invites/InviteCard.tsx Normal file → Executable file
View file

0
src/components/pages/invites/actions.tsx Normal file → Executable file
View file

0
src/components/pages/invites/index.tsx Normal file → Executable file
View file

0
src/components/pages/invites/views/InviteGridView.tsx Normal file → Executable file
View file

0
src/components/pages/invites/views/InviteTableView.tsx Normal file → Executable file
View file

View file

View file

0
src/components/pages/metrics/index.tsx Normal file → Executable file
View file

View file

0
src/components/pages/metrics/parts/StatsCards.tsx Normal file → Executable file
View file

0
src/components/pages/metrics/parts/StatsTables.tsx Normal file → Executable file
View file

0
src/components/pages/metrics/parts/StorageGraph.tsx Normal file → Executable file
View file

0
src/components/pages/metrics/parts/TypesPieChart.tsx Normal file → Executable file
View file

0
src/components/pages/metrics/parts/ViewsGraph.tsx Normal file → Executable file
View file

0
src/components/pages/metrics/useStats.tsx Normal file → Executable file
View file

0
src/components/pages/settings/index.tsx Normal file → Executable file
View file

0
src/components/pages/settings/parts/SettingsAvatar.tsx Normal file → Executable file
View file

View file

View file

View file

View file

View file

View file

View file

View file

View file

0
src/components/pages/settings/parts/SettingsUser.tsx Normal file → Executable file
View file

0
src/components/pages/upload/File/ToUploadFile.tsx Normal file → Executable file
View file

0
src/components/pages/upload/File/index.tsx Normal file → Executable file
View file

0
src/components/pages/upload/Text/index.module.css Normal file → Executable file
View file

0
src/components/pages/upload/Text/index.tsx Normal file → Executable file
View file

0
src/components/pages/upload/UploadOptionsButton.tsx Normal file → Executable file
View file

0
src/components/pages/upload/renderMode.ts Normal file → Executable file
View file

0
src/components/pages/upload/uploadFiles.tsx Normal file → Executable file
View file

0
src/components/pages/upload/uploadPartialFiles.tsx Normal file → Executable file
View file

0
src/components/pages/urls/UrlCard.tsx Normal file → Executable file
View file

0
src/components/pages/urls/actions.tsx Normal file → Executable file
View file

0
src/components/pages/urls/index.tsx Normal file → Executable file
View file

0
src/components/pages/urls/views/UrlGridView.tsx Normal file → Executable file
View file

0
src/components/pages/urls/views/UrlTableView.tsx Normal file → Executable file
View file

0
src/components/pages/users/EditUserModal.tsx Normal file → Executable file
View file

0
src/components/pages/users/UserCard.tsx Normal file → Executable file
View file

Some files were not shown because too many files have changed in this diff Show more