Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions edge-apps/strava-club-leaderboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A beautiful, real-time leaderboard for Strava clubs that displays member ranking
- **Caching**: Efficient data caching to reduce API calls
- **Error handling**: Graceful error states with helpful messages
- **Responsive**: Adapts to different screen sizes and resolutions
- **Unit Type Configuration**: Users can choose whether to display units in Imperial or Metric.

## Prerequisites

Expand Down
18 changes: 17 additions & 1 deletion edge-apps/strava-club-leaderboard/screenly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,20 @@ settings:
title: Strava Refresh Token
optional: false
help_text: |
Enter your Strava Refresh Token from https://www.strava.com/settings/api (keep this secure).
Enter your Strava Refresh Token from https://www.strava.com/settings/api (keep this secure).
unit_type:
type: string
title: Unit System
default_value: metric
optional: true
help_text:
properties:
type: select
help_text: |
Choose the unit system for displaying distance and elevation. Options: "metric" (km, m) or "imperial" (mi, ft).
options:
- label: Metric
value: metric
- label: Imperial
value: imperial
schema_version: 1
16 changes: 16 additions & 0 deletions edge-apps/strava-club-leaderboard/screenly_qc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,19 @@ settings:
optional: false
help_text: |
Enter your Strava Refresh Token from https://www.strava.com/settings/api (keep this secure).
unit_type:
type: string
title: Unit System
default_value: metric
optional: true
help_text:
properties:
type: select
help_text: |
Choose the unit system for displaying distance and elevation. Options: "metric" (km, m) or "imperial" (mi, ft).
options:
- label: Metric
value: metric
- label: Imperial
value: imperial
schema_version: 1
Loading