Skip to content
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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

juliushaertl
Copy link
Member

@juliushaertl juliushaertl commented Aug 14, 2023

As requested during feature review

It might not be likely that those have versions but is still nice to at least offer it.

  • Image viewing doesn't work out of the box

@blizzz blizzz added this to the Nextcloud 29 milestone Nov 23, 2023
@blizzz blizzz added 3. to review Waiting for reviews 2. developing Work in progress and removed 3. to review Waiting for reviews labels Nov 23, 2023
Signed-off-by: Julius Härtl <jus@bitgrid.net>
@@ -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) {
Copy link
Member Author

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 {
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2. developing Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants