-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7309 from owncloud/implement-context-menu-clipboa…
…rd-copy-move [full-ci] Implement copy, cut, paste in ContextMenu | Fix nav icon flickering in lightmode
- Loading branch information
Showing
58 changed files
with
463 additions
and
939 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,6 @@ | ||
Bugfix: SidebarNavItem icon flickering | ||
|
||
We've fixed a bug which caused the icons on the SidebarNav | ||
to flicker when transitioning in lightmode | ||
|
||
https://github.com/owncloud/web/pull/7309 |
6 changes: 6 additions & 0 deletions
6
changelog/unreleased/enhancement-keyboard-shortcut-indicators
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: Keyboard shortcut indicators in ContextMenu | ||
|
||
We've added the option to display relevant keyboard shortcuts in the contextmenu to give notice to the user which shortcuts are available | ||
|
||
https://github.com/owncloud/web/pull/7309 | ||
https://github.com/owncloud/web/issues/6892 |
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,5 @@ | ||
Enhancement: Lowlight cut resources | ||
|
||
We've added a visual indication to show which resources are being cut | ||
|
||
https://github.com/owncloud/web/pull/7309 |
7 changes: 7 additions & 0 deletions
7
changelog/unreleased/enhancement-replace-locationpicker-clipboard
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: Replace locationpicker with clipboard actions | ||
|
||
We've replaced the locationpicker in batchactions and contextmenu with | ||
the new cut/copy/paste clipboard actions. | ||
|
||
https://github.com/owncloud/web/pull/7309 | ||
https://github.com/owncloud/web/issues/6892 |
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
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
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
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
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
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.