TBD54566975 / incubating-web5-labs

Apache License 2.0
25 stars 16 forks source link

v0.7.1 -> v0.7.8 #67

Closed bobbilee19 closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for unrivaled-crumble-56ce70 ready!

Name Link
Latest commit 2daaa856461bcb78b611eae5fc2a96577fe12de3
Latest deploy log https://app.netlify.com/sites/unrivaled-crumble-56ce70/deploys/648019fcacea700008e50aff
Deploy Preview https://deploy-preview-67--unrivaled-crumble-56ce70.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

bobbilee19 commented 1 year ago

This is something I'm not sure if needs to change with the new update, so marking it here

onBeforeMount(async () => {
  ({ web5, did: myDid } = await Web5.connect());
  // Populate todos from DWN
  const { records } = await web5.dwn.records.query({
    message: {
      filter: {
        schema: 'http://some-schema-registry.org/todo'
      },
      dateSort: 'createdAscending'
    }
  });