feat: add My Uploads listing with card and table views

This commit is contained in:
2026-06-18 21:22:44 +05:30
parent dff9e2222f
commit a18fff4d6f
28 changed files with 1060 additions and 127 deletions

View File

@@ -52,6 +52,7 @@ export const API_ROUTES = {
},
VIDEOS: {
UPLOAD: '/biz/api/v1/upload',
MY_UPLOADS: '/biz/api/v1/videos/me',
RESULTS: (id: string) => `/biz/api/v1/results/${id}/completed`,
},
} as const;