From 7e0fbed06ba5115a2de802977bb8ba168d2f2ee6 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 15 Mar 2024 07:23:19 -0700 Subject: [PATCH 1/3] Remove commented out code --- src/components/widgets/openmeteo/openmeteo.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/widgets/openmeteo/openmeteo.jsx b/src/components/widgets/openmeteo/openmeteo.jsx index 4c47fc4ab..4d3e7e89b 100644 --- a/src/components/widgets/openmeteo/openmeteo.jsx +++ b/src/components/widgets/openmeteo/openmeteo.jsx @@ -84,8 +84,6 @@ export default function OpenMeteo({ options }) { } }; - // if (!requesting && !location) requestLocation(); - if (!location) { return ( Date: Sun, 17 Mar 2024 08:06:49 -0700 Subject: [PATCH 2/3] Update settings.md --- docs/configs/settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index a44805719..76a5e5404 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -211,13 +211,13 @@ layout: ### Five Columns -You can add a fifth column (when `style: columns` which is default) by adding: +You can add a fifth column to services (when `style: columns` which is default) by adding: ```yaml fiveColumns: true ``` -By default homepage will max out at 4 columns for column style +By default homepage will max out at 4 columns for services with `columns` style ### Collapsible sections From edc38c93e2e7d6d8eb569bfe156fc2a2bb9fd770 Mon Sep 17 00:00:00 2001 From: Lukas H Date: Mon, 18 Mar 2024 18:56:04 -0400 Subject: [PATCH 3/3] Documentation: fix minor typo (#3136) --- docs/configs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configs/settings.md b/docs/configs/settings.md index 76a5e5404..753d71d81 100644 --- a/docs/configs/settings.md +++ b/docs/configs/settings.md @@ -85,7 +85,7 @@ Or you may pass the path to a local image relative to the `/app/public` director ## Theme -You can configure a fixed them (and disable the theme switcher) by passing the `theme` option, like so: +You can configure a fixed theme (and disable the theme switcher) by passing the `theme` option, like so: ```yaml theme: dark # or light