Skip to content
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

Court Case Details: display a link to the dispute-specific attachment uri if present #1390

Closed
jaybuidl opened this issue Jan 3, 2024 · 0 comments · Fixed by #1391
Closed

Comments

@jaybuidl
Copy link
Member

jaybuidl commented Jan 3, 2024

Depends on #1165

// Dispute Template
{
  //...
  "policyURI": "ipfs://...", // not dispute-specific
  "attachment": { // dispute-specific
    "label": "Transaction Terms",
    "uri": "ipfs://...."
  },
  //...
}

On the Case Details page, display a link to the "extra description" if disputeDetails.attachment is set in the object obtained from the SDK. Use a paperclip 📎 icon.

Warning: attachment.label is optional, its default value should be "attachment".

image

SVG Example: https://www.svgrepo.com/show/149062/paper-clip.svg

@jaybuidl jaybuidl changed the title Court Case Details: display a link to the extraDescriptionUri if present Court Case Details: display a link to the dispute-specific attachment uri if present Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant