From 1ea9a85a7aa871f60627555d4b226cb0a3febd2a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 5 Jul 2023 16:03:16 +0200 Subject: [PATCH] 2023.7: Finish copy n paste support for dashboards --- .../_posts/2023-07-05-release-20237.markdown | 42 ++++++------------- 1 file changed, 12 insertions(+), 30 deletions(-) diff --git a/source/_posts/2023-07-05-release-20237.markdown b/source/_posts/2023-07-05-release-20237.markdown index 1b96920e89e..52a941c14b8 100644 --- a/source/_posts/2023-07-05-release-20237.markdown +++ b/source/_posts/2023-07-05-release-20237.markdown @@ -203,47 +203,29 @@ Support for this brand new entity has been added to the [AVM Fritz!Box Tools](/i ## Copy 'n paste support in dashboards -{% details "TODO" %} - -- Improve/extend story -- Proof read/spelling/grammar -- Replace screenshot - -Sources: - -- Show card positions in edit dashboard mode (#17055) @karwosts -- Support cut/copy/paste in dashboard UI editor (#16707) @karwosts - -{% enddetails %} - In the previous release, [@karwosts] added the amazing [copy 'n paste feature](/blog/2023/06/07/release-20236/#copy-n-paste-support-in-the-automation-editor) to our automation and script editors. This release, he is back with the same feature for our dashboards! -You can now cut, copy, and paste cards between your dashboards, views and +You can now cut, copy, and paste cards between your dashboards, views, and even inside other nested cards. This makes it a lot easier to reorganize your dashboards! -

- -Temporary screenshot that needs to be replaced. -

+Screenshot showing the new cut and paste options available in the overflow menu of dashboards. -To make it even easier to reorganize your dashboards, it is mandatory to -understand the order of the cards across the differnt columns in your view. -So, a positional number is now shown when the your are in edit mode. +Just like with automations, select the card you want to cut or copy, and +when adding a new card to your dashboard, you will see a new option to paste. -

- -Temporary screenshot that needs to be replaced. -

+When reorganizing your dashboards that use a masonry layout, it is mandatory to +understand the order of the cards across the different columns in your view. +To make that easier we now show a positional number on the card when +your dashboard is in edit mode. -Added bonus: Who needs drag 'n drop when you've got click 'n ...teleport? Click -on the number and you can input a new position for the card! +Added bonus: Who needs drag 'n drop when you've got click 'n ...teleport? +Just kidding, of course; however, teleporting already makes things a lot easier! +Click on the positional number to enter a new position for the card. - +Screen recording demonstrating clicking the positional number, provides a way to move a card to a different position. [@karwosts]: https://github.com/karwosts