From 52256fd634300b39b915bf1db6020d9d2871a0b4 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 7 Nov 2025 14:58:32 +0100 Subject: Implement experimental consolidated circulation view --- src/frontend/app/AppContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend/app/AppContext.tsx') diff --git a/src/frontend/app/AppContext.tsx b/src/frontend/app/AppContext.tsx index b986880..a369293 100644 --- a/src/frontend/app/AppContext.tsx +++ b/src/frontend/app/AppContext.tsx @@ -16,7 +16,7 @@ import { } from "./data/RegionConfig"; export type Theme = "light" | "dark" | "system"; -type TableStyle = "regular" | "grouped"; +type TableStyle = "regular" | "grouped" | "experimental_consolidated"; type MapPositionMode = "gps" | "last"; interface MapState { -- cgit v1.3