From 8ace4769f71014718facbe9b40ee3ed67792f38c Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 3 Jan 2025 19:14:26 +0100 Subject: [PATCH] 2025.1: Process review comments --- source/_posts/2025-01-03-release-20251.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_posts/2025-01-03-release-20251.markdown b/source/_posts/2025-01-03-release-20251.markdown index 4b1a8db6afb..0e494eda91b 100644 --- a/source/_posts/2025-01-03-release-20251.markdown +++ b/source/_posts/2025-01-03-release-20251.markdown @@ -497,14 +497,14 @@ of this release: ## Other noteworthy changes There are many more improvements in this release; here are some of the other -noteworthy changes this release: +noteworthy changes: - When viewing data tables and using `ctrl+f` in your browser to search, the search input will now be focused automatically. As native browser searches will not work on data tables. Thanks [@jpbede]! -- [@marcinbauer85] adjust the "Add card" dialog, to automatically focus on the - search field when you add a card and can start typing to search right - away! Nice touch! +- [@marcinbauer85] adjusted the "Add card" dialog, to automatically focus on the + search field when you add a card, so you can start typing to search + right away! Nice touch! - Images uploaded through Home Assistant (for example, as background or as a user profile picture) are now browsable in the media browser. Thanks [@karwosts]!