Skip to content

Commit 901e2c3

Browse files
nicomiguelinoclaude
andcommitted
refactor(asset-metadata): remove unused theme setting and CSS variable overrides
- Remove `theme` setting from `screenly.yml`, `screenly_qc.yml`, and README - Remove unused `setProperty` calls for `--app-bg`, `--card-bg`, `--card-border`, `--text-primary`, `--text-secondary`, `--chip-bg`, and `--chip-color` - Replace with a single `--theme-color-primary` set from branding colors Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent d3dd36c commit 901e2c3

File tree

14 files changed

+5
-43
lines changed

14 files changed

+5
-43
lines changed

edge-apps/asset-metadata/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Screenshots are saved to the `screenshots/` directory.
5555

5656
## Configuration
5757

58-
| Setting | Description | Type | Default |
59-
| ---------------- | ----------------------------------------- | -------- | ------- |
60-
| `display_errors` | Display errors on screen for debugging | optional | `false` |
61-
| `theme` | Visual theme for the app (`light`/`dark`) | required | `light` |
58+
| Setting | Description | Type | Default |
59+
| ---------------- | -------------------------------------- | -------- | ------- |
60+
| `display_errors` | Display errors on screen for debugging | optional | `false` |

edge-apps/asset-metadata/screenly.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,3 @@ settings:
4242
help_text: |
4343
Enter your Google Tag Manager container ID to enable tracking and analytics.
4444
is_global: true
45-
theme:
46-
type: string
47-
default_value: light
48-
title: Theme
49-
optional: false
50-
help_text: |
51-
Select the visual theme for the app ('light' or 'dark').

edge-apps/asset-metadata/screenly_qc.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,3 @@ settings:
4242
help_text: |
4343
Enter your Google Tag Manager container ID to enable tracking and analytics.
4444
is_global: true
45-
theme:
46-
type: string
47-
default_value: light
48-
title: Theme
49-
optional: false
50-
help_text: |
51-
Select the visual theme for the app ('light' or 'dark').
430 Bytes
Loading
30 Bytes
Loading
466 Bytes
Loading
10 Bytes
Loading
12 Bytes
Loading
-64 Bytes
Loading
256 Bytes
Loading

0 commit comments

Comments
 (0)