-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: introduce sidebar panels as extension point --------- Co-authored-by: Dominik Schmidt <dev@dominik-schmidt.de> Co-authored-by: Jannik Stehle <jannik.stehle@gmail.com>
- Loading branch information
1 parent
73cfcae
commit 673783c
Showing
107 changed files
with
2,018 additions
and
1,832 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Enhancement: Registering right sidebar panels as extension | ||
|
||
Right sidebar panels can now be registered as extensions via our extension registry. They need to be of type `sidebarPanel`. | ||
The benefit of this is that any app can register additional panels to be shown in the right sidebar while previously the | ||
available panels were hardcoded. | ||
|
||
https://github.com/owncloud/web/pull/10111 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: File sidebar in viewer and editor apps | ||
|
||
Viewer and editor apps now have the same right sidebar available like the `files` app. | ||
This makes in place viewing file details, tagging, sharing, and much more possible. | ||
|
||
https://github.com/owncloud/web/pull/10111 |
This file contains 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
Oops, something went wrong.