Skip to content

"View" button on Discover Page for Things & Types is broken #85

@flowscience

Description

@flowscience

Where?

https://everything.dev/?page=discover

What?

  1. When browsing Things, the "View" link loads https://everything.dev/every.near/widget/every.thing.view?path={$PATH}, which renders a 404 error.
  2. When browsing Types, the "View" link loads https://everything.dev/bos.dapplets.near/widget/ContextActionsGroup, which renders a blank page.

Suggestion

Replace both broken widgets being loaded with a fork of https://near.org/mob.near/widget/Explorer and pass in the default path via props from efiz.near/widget/every.thing.edit

return (
  <Widget
    src={"efiz.near/widget/creator"}
    props={{
      data: thing.data,
      type: type,
      template: thing.template?.src,
      thingId: parts[2],
    }}
  />
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions