Ability to pause session to resolve #8
This commit is contained in:
+8
-5
@@ -1,11 +1,14 @@
|
||||
pub const APP_TITLE: &str = "AntiDrift";
|
||||
pub const INTENTION_TITLE: &str = "Intention";
|
||||
pub const DURATION_TITLE: &str = "Duration";
|
||||
pub const INTENTION_TITLE: &str = "Intention";
|
||||
pub const PREVIOUS_SESSIONS_TITLE: &str = "Previous Sessions";
|
||||
pub const SESSION_STATS_TITLE: &str = "Session Stats";
|
||||
pub const STATUS_TITLE: &str = "Status";
|
||||
pub const PROVIDE_INTENTION: &str = "Provide intention! ";
|
||||
pub const PROVIDE_VALID_DURATION: &str = "Provide valid duration in minutes! ";
|
||||
pub const READY_TO_START: &str = "Ready to start next session.";
|
||||
pub const SESSION_IN_PROGRESS: &str = "Session In-Progress";
|
||||
pub const RATE_TITLES: &str = "Press 1, 2, 3 to rate titles!";
|
||||
pub const READY_TO_START: &str = "Ready to start next session.";
|
||||
pub const SESSION_PAUSED: &str = "Session is paused. Unpause with 'p'.";
|
||||
pub const SESSION_IN_PROGRESS: &str = "Session In-Progress";
|
||||
pub const SESSION_STATS_TITLE: &str = "Session Stats";
|
||||
pub const STATUS_TITLE: &str = "Status";
|
||||
pub const DEFAULT_DURATION: &str = "25";
|
||||
pub const PAUSED: &str = "paused";
|
||||
|
||||
Reference in New Issue
Block a user