-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(widget): Display "no metadata found" in the details pane (#219)
* It was already displayed but now it's styled like the mockup and there are tests * Also renames test fixture files to explain what's inside of them.
- Loading branch information
1 parent
203f8d4
commit 40e2c86
Showing
11 changed files
with
76 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
export default { | ||
"id": "https://sciety.org/docmaps/v1/articles/10.21203/rs.4.rs-1043992/v1/biophysics-colab.docmap.json", | ||
"type": "docmap", | ||
"created": "2022-04-19T11:40:09.289Z", | ||
"publisher": { | ||
"id": "https://biophysics.sciencecolab.org", | ||
"homepage": "https://biophysics.sciencecolab.org/", | ||
"logo": "https://sciety.org/static/groups/biophysics-colab--4bbf0c12-629b-4bb8-91d6-974f4df8efb2.png", | ||
"name": "Biophysics Colab", | ||
"account": { | ||
"id": "https://sciety.org/groups/biophysics-colab", | ||
"service": "https://sciety.org/" | ||
} | ||
}, | ||
"first-step": "_:b1", | ||
"steps": { | ||
"_:b1": { | ||
"inputs": [ | ||
{ | ||
"doi": "10.21203/rs.4.rs-1043992/v1", | ||
"url": "https://doi.org/10.21203/rs.4.rs-1043992/v1" | ||
} | ||
], | ||
"actions": [ | ||
{ | ||
"participants": [], | ||
"outputs": [ | ||
{ | ||
"type": "review-article" | ||
} | ||
] | ||
} | ||
], | ||
"assertions": [] | ||
} | ||
}, | ||
"@context": "https://w3id.org/docmaps/context.jsonld" | ||
} |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
packages/widget/test/fixtures/fake-docmap-with-every-thing-type.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/widget/test/fixtures/fake-docmap-with-two-lonely-nodes.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters