18.0 Add DMS workspace UI#482
Open
windweaver828 wants to merge 2 commits into
Open
Conversation
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.
Summary
This PR adds
dms_workspace_ui, an optional modern workspace interface for OCA DMS.The addon keeps the existing DMS models, permissions, routes, menus, and classic views intact. It adds a new workspace-style Documents action with:
The goal is to improve first-use usability of OCA DMS without replacing or rewriting the existing backend behavior.
Screenshots
Existing DMS UI
New Workspace UI
Inspector / Preview Pane / Details
Context Menu
Responsive Layout
Settings Added
Scope
This PR only adds the optional
dms_workspace_uiaddon.It does not:
Validation
Locally validated with:
Notes
The addon is new UI surface area, and I’d appreciate maintainer feedback on naming, placement, and whether this belongs in OCA/dms as an optional addon. Any feedback is taken to heart and greatly appreciated. Thank you.
Installing the addon hides the original DMS Files/Directories and DMS Field Documents pages by default, toggleable in the general settings of the app.
Also not seen, keyboard navigation is included.
Extras seen in pictures that are not included
Also of note, both of those PRs work with regulard dms also, this is not required for them to work.