refactor(upload): replace upload card views with list table and addition details in table

This commit is contained in:
2026-06-30 18:03:50 +05:30
parent ec77696157
commit ea684fc9fe
21 changed files with 343 additions and 587 deletions

View File

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