feat: Viewer 7.0.0 - #2989
Open
skjnldsv wants to merge 4 commits into
Open
Conversation
11 tasks
skjnldsv
force-pushed
the
feat/6.0.0
branch
2 times, most recently
from
November 21, 2025 17:03
a4377d7 to
22bc3b5
Compare
This was referenced Aug 12, 2026
skjnldsv
force-pushed
the
feat/6.0.0
branch
3 times, most recently
from
August 28, 2026 14:19
7a3ca92 to
5d90b8b
Compare
Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Assisted-by: ClaudeCode:claude-opus-4-8
skjnldsv
force-pushed
the
feat/6.0.0
branch
11 times, most recently
from
September 2, 2026 11:41
b92cedc to
6d5d305
Compare
Replace the Cypress suite with Vitest (unit + component) and a Playwright end-to-end suite that runs against a live Nextcloud container, wire the corresponding CI workflows, and share the event-bus/viewer mocks via manual mocks. Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Assisted-by: ClaudeCode:claude-opus-4-8
Rewrite the viewer to Vue 3 + Vite with a framework-agnostic custom-element handler API (@nextcloud/viewer), a new open/openFolder/compare API and file-action integration. History (openfile/editing URL params) keeps a refresh reopening the same state; editing is only reopened on a genuine deeplink so a fresh open never inherits a stale editing flag. The viewer menu mirrors the Files actions, rename opens an in-viewer dialog, delete advances then closes, the sidebar fills the full height, and image editing uses @nextcloud/image-editor (beta.2) at the viewer level, showing the saved blob without a refetch. Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Assisted-by: ClaudeCode:claude-opus-4-8
Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Assisted-by: ClaudeCode:claude-opus-4-8
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WIP → nearing completion.
Steps
Done in this update
openFolderAPIcompareAPI (side-by-side)Still to do
@nextcloud/filesFixes
AI
Assisted-bytrailer.