Skip to content

Commit 9ffc7aa

Browse files
nicomiguelinoclaude
andcommitted
feat(clock): remove theme setting
- Remove theme from screenly.yml and screenly_qc.yml manifests - Remove theme entry from README configuration table - Remove theme from e2e screenshot mock settings Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3fafc6a commit 9ffc7aa

File tree

4 files changed

+0
-16
lines changed

4 files changed

+0
-16
lines changed

edge-apps/clock/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ The app accepts the following settings via `screenly.yml`:
2525
| `openweathermap_api_key` | OpenWeatherMap API key to access weather data and location information. Get your API key from the [OpenWeatherMap API](https://openweathermap.org/api) | optional | - |
2626
| `override_locale` | Override the default locale with a supported language code | optional | `en` |
2727
| `override_timezone` | Override the default timezone with a supported timezone identifier (e.g., `Europe/London`, `America/New_York`). Defaults to the system timezone if left blank | optional | - |
28-
| `theme` | Visual theme for the app: 'light' or 'dark' | required | `light` |
2928
| `unit` | Measurement unit for temperature display: `auto` (automatically determined based on location), `metric` (Celsius), or `imperial` (Fahrenheit) | optional, advanced | `auto` |
3029

3130
**Note:** When `unit` is set to `auto` (default), temperature units are automatically determined based on the device's location. The following countries use Fahrenheit: United States (US), Bahamas (BS), Cayman Islands (KY), Liberia (LR), Palau (PW), Federated States of Micronesia (FM), and Marshall Islands (MH). All other countries use Celsius.

edge-apps/clock/e2e/screenshots.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const { screenlyJsContent } = createMockScreenlyForScreenshots(
1616
location: 'New York, NY',
1717
},
1818
{
19-
theme: 'light',
2019
override_timezone: 'America/New_York',
2120
override_locale: 'en',
2221
openweathermap_api_key: 'mock-api-key',

edge-apps/clock/screenly.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ settings:
5151
help_text: |
5252
Enter your Google Tag Manager container ID to enable tracking and analytics.
5353
is_global: true
54-
theme:
55-
type: string
56-
default_value: light
57-
title: Theme
58-
optional: false
59-
help_text: |
60-
Select the visual theme for the app ('light' or 'dark').
6154
unit:
6255
type: string
6356
default_value: auto

edge-apps/clock/screenly_qc.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ settings:
5151
help_text: |
5252
Enter your Google Tag Manager container ID to enable tracking and analytics.
5353
is_global: true
54-
theme:
55-
type: string
56-
default_value: light
57-
title: Theme
58-
optional: false
59-
help_text: |
60-
Select the visual theme for the app ('light' or 'dark').
6154
unit:
6255
type: string
6356
default_value: auto

0 commit comments

Comments
 (0)