-
Notifications
You must be signed in to change notification settings - Fork 54
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
feat: Allow comparing images, videos, audio #1862
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
b86e829
to
0a49829
Compare
@@ -685,7 +687,7 @@ export default { | |||
|
|||
// store current position | |||
this.currentIndex = this.fileList.findIndex(file => file.basename === fileInfo.basename) | |||
} else if (group && this.el === null) { | |||
} else if (group && this.el === null && false) { |
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.
Need to find a more sane way to not fail on loading the file list for versions
&--split { | ||
.viewer__file--active { | ||
.viewer__content--component { |
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.
Probably need to address #1588 to have clean styles for apps like pdfviewer and richdocuments to work with this.
I lack time to finish this, will close for now |
Maybe #2395 would make it work straight away ? |
As requested during feature review
It might not be likely that those have versions but is still nice to at least offer it.