Skip to content

feat(Resource): show statements with resource in object

Allard Oelen requested to merge resource-improvements into master

This MR contains some new features for the resource page. These changes are mainly for power users, so the UI might not look very nice. With the changes, it is easier to debug actions (now it is easier to get the IDs of predicates and resources).

New features:

  • Show statements of a specific resource in object position [1]
  • Make properties clickable
  • Open resources on a new page (not as another level in the statement browser)

Changes

  • Make the settings for the statement browser part of the global statementBrowser store. So less property passing, e.g., for openExistingResourcesInDialog

[1] Screen_Shot_2020-04-20_at_16.55.56

Merge request reports