From 7c39bc7124f89aa28aaeaffb60b71af9e6335295 Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Mon, 17 Aug 2026 10:34:06 +0200 Subject: refactor(web): split ride detail rendering concerns --- web/frontend/types.d.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'web/frontend/types.d.ts') diff --git a/web/frontend/types.d.ts b/web/frontend/types.d.ts index a5e83b8..c53b7e5 100644 --- a/web/frontend/types.d.ts +++ b/web/frontend/types.d.ts @@ -84,8 +84,7 @@ export interface OfficialProfileColors { accent: string; } -export interface RideDetailColors { - accent: string; +export interface RideProfileColors { subtle: string; plotSurface: string; grid: string; @@ -98,10 +97,15 @@ export interface RideDetailColors { crossing: string; crossingLabel: string; hoverLine: string; - climbRoute: string; climbFocusFill: string; } +export interface RideMapColors { + accent: string; + forest: string; + climbRoute: string; +} + export interface SyncProgress { total: number; completed: number; -- cgit v1.2.3