-
Notifications
You must be signed in to change notification settings - Fork 24
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
[FEATURE] Toggle metadata, toc and metadata subentries #336
Conversation
…ol icons and adjust size of background image
@markusweigelt on which version of Kitodo.Presentation this changes are basing? 5.0.x or 5.1.x? |
@beatrycze-volk Should be based on v5.1.x. The changes to musical sources and your modifications to revert something with kitodo/kitodo-presentation@5240b16 are labeled with the versions v5.1.0-rc2 and v5.1.0-rc1. |
@beatrycze-volk The “depended” PR in Kitodo.Presentation is now merged into the main branch kitodo/kitodo-presentation#1478. |
But should be in that case this PR not going to version 7.0 which will be basing on version 6 of Kitodo? Or still it can be with 5.1? |
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.
In general all changes are looking good, it can be merged after making sure that it can depend on Kitodo.Presentation 5.1 :)
<div class="control-bar-container metadata-basic"> | ||
<h3> | ||
<span | ||
class="sidebar-heading-label">{f:translate(key:'metadata', extensionName:'dfgviewer')}</span> |
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.
Is there some reason why it is split in 2 lines?
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.
No there is no reason. I changed this to one line. Thx :)
Depends on kitodo/kitodo-presentation#1478
Implementation partially based on the following PR #230