mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-08-25 20:32:40 +02:00
Configurable max height for node tags box, localizations for new UX strings
This commit is contained in:
@@ -79,6 +79,9 @@ const int kDataRefreshIntervalSeconds = 60; // Refresh cached data after this ma
|
||||
const Duration kFollowMeAnimationDuration = Duration(milliseconds: 600);
|
||||
const double kMinSpeedForRotationMps = 1.0; // Minimum speed (m/s) to apply rotation
|
||||
|
||||
// Sheet content configuration
|
||||
const double kMaxTagListHeightRatio = 0.4; // Maximum height for tag lists as fraction of screen height
|
||||
|
||||
// Proximity alerts configuration
|
||||
const int kProximityAlertDefaultDistance = 200; // meters
|
||||
const int kProximityAlertMinDistance = 50; // meters
|
||||
|
||||
Reference in New Issue
Block a user