diff --git a/source/_posts/2022-10-05-release-202210.markdown b/source/_posts/2022-10-05-release-202210.markdown index bd6464c87f4..ab75da71c5d 100644 --- a/source/_posts/2022-10-05-release-202210.markdown +++ b/source/_posts/2022-10-05-release-202210.markdown @@ -55,7 +55,7 @@ Enjoy the (beta) release! - [Support for iBeacons](#support-for-ibeacons) - [Finding the right integration](#finding-the-right-integration) - [Sub-views for dashboards](#sub-views-for-dashboards) -- [Restyling of all dialogs](#restyling-of-all-dialogs) +- [All dialogs restyled](#all-dialogs-restyled) - [Viewing manual automations in the automation editor](#viewing-manual-automations-in-the-automation-editor) - [New template thingies](#new-template-thingies) - [Google sheets](#google-sheets) @@ -196,22 +196,15 @@ example of a subview in a short movie clip (need replacement): -## Restyling of all dialogs +## All dialogs restyled -{% details "TODO" %} +All dialogs that are shown in the Home Assistant have been slightly updated. -- Probably can be moved to the other noteworthy -- Add an actual story -- Needs a better title -- Screenshots (before after?) -- What is next? -- Spelling/grammar +Most notably: The dialogs are now rounder on the edges, and the action buttons +have been styled and named more consistently. It brings Home Assistant closer +to version 3 of the Material Design that Home Assistant follows. -{% enddetails %} - -All dialogs that are shown in the Home Assistant UI have been slightly updated. -They now have a more consistent look and contents (in terms of action buttons & -icons) and are styled closer towards the Material Design v3 styling. +Screenshosts showing one of the restyled dialogs.
## Viewing manual automations in the automation editor diff --git a/source/images/blog/2022-10/new-dialogs.png b/source/images/blog/2022-10/new-dialogs.png new file mode 100644 index 00000000000..9866ad76a8e Binary files /dev/null and b/source/images/blog/2022-10/new-dialogs.png differ