Skip to content

Update FilesTable component #285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
clostao opened this issue Apr 4, 2025 · 1 comment · Fixed by #302
Closed

Update FilesTable component #285

clostao opened this issue Apr 4, 2025 · 1 comment · Fixed by #302
Assignees

Comments

@clostao
Copy link
Member

clostao commented Apr 4, 2025

There's a few changes to be made into the FilesTable

@clostao
Copy link
Member Author

clostao commented Apr 8, 2025

Issue #284 is solved already:

Example of an API response:

{
  "headCid": "bafkr6icnzuz7ugmag76tuboh37hamyph4fzlm5yig6lclv73i5no5cjl2m",
  "name": "The Midwest Block-a-Thon Pitch Deck.pdf",
  "type": "file",
  "size": "9843703",
  "mimeType": "application/pdf",
  "uploadState": {
    "uploadedNodes": 0,
    "totalNodes": 0,
    "archivedNodes": 0,
    "minimumBlockDepth": null,
    "maximumBlockDepth": null
  },
  "status": "Archived",
  "owners": [
    {
      "oauthProvider": "google",
      "oauthUserId": "105535582565374712077",
      "role": "admin"
    }
  ],
  "createdAt": "2024-12-02T17:48:28.306Z",
  "tags": null
}

@clostao clostao changed the title Update shown columns in FilesTable Update FilesTable component Apr 8, 2025
@clostao clostao closed this as completed Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants