-
Notifications
You must be signed in to change notification settings - Fork 5
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
Supplemental files #206
Supplemental files #206
Conversation
This looks great 💯 I had only one comment on the SupplementalFiles component's conditional rendering part. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great 🎉
Co-authored-by: Chris Colvard <cjcolvar@indiana.edu> Co-authored-by: Mason Ballengee <masaball@iu.edu> Co-authored-by: Jon Cameron <joncamer@iu.edu>
List all supplemental files (renderings) with a header for manifest level files and the associated canvas label for any canvas level files Updated demo to put files in a tab TODO: Write tests, fix CSS (padding/margin in tab), refactor canvas label fetching code? Co-authored-by: Dananji Withana <dwithana@iu.edu>
…nd clean up layout
a80a27c
to
7ddca07
Compare
7ddca07
to
dfbd016
Compare
I added new tests and rebased the branch from |
0ef4a9a
to
c380707
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Add component to show supplemental files (renderings) from manifest and canvas level.
TODO: Write tests, fix CSS (padding/margin in tab), refactor canvas label fetching code?