-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* MVP * removed unused composable * refactored to single component * renamed component, adjusted tests * fix import * Close sidebar on tag search * React on code review * Fix is router link in public page context * Fix unit tests * Fix unit tests * Fix link color * Fix e2e via timeout * Remove useless styling * Add changelog item * Fix e2e correctly --------- Co-authored-by: Jan Ackermann <[email protected]>
- Loading branch information
1 parent
415217e
commit 4c57bea
Showing
12 changed files
with
228 additions
and
294 deletions.
There are no files selected for viewing
8 changes: 8 additions & 0 deletions
8
changelog/unreleased/enhancement-manage-tags-in-details-panel
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,8 @@ | ||
Enhancement: Manage tags in details panel | ||
|
||
We've enhanced the details panel, now tags are viewable and manageable there. | ||
That change makes it easier for the user to manage tags, as they don't need to click an additional | ||
context menu action. | ||
|
||
https://github.com/owncloud/web/pull/9905 | ||
https://github.com/owncloud/web/issues/9783 |
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.