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
7 changes: 7 additions & 0 deletions lib/core/settings/setting_keys.dart
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ abstract final class SettingKeys {
'map.showScanRange',
);

/// Whether the radar echo also draws the lightning strikes of the frame it is
/// showing (absent = false — it is extra data over the echo, not chrome, so
/// it is opt-in). See `RadarMapLayer`.
static const SettingKey<bool> mapRadarShowLightning = SettingKey<bool>._(
'map.radarShowLightning',
);

/// Saved Home township codes (ordered list). See `RegionStore`.
static const SettingKey<List<String>> savedRegionCodes =
SettingKey<List<String>>._('home.savedRegionCodes');
Expand Down
386 changes: 212 additions & 174 deletions lib/features/earthquake/presentation/pages/report_replay_page.dart

Large diffs are not rendered by default.

Loading
Loading