Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
okplanbo authored Jan 3, 2024
1 parent 8fda3a8 commit ed3118b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,25 @@ export const basicList = [
"Glass of water",
"Brush hair",
"Breakfast",
"Leetcode challenge",
"Work smart, not hard",
"Check exchange rates",
"Leetcode",
"Finance management",
"Eat a fruit",
"Talk to a friend",
"Tasty lunch",
"Take a selfie",
"Cardio 8'000 steps",
"Git commit",
"Cardio 10'000 steps",
"Check email & reply",
"Read an article, book",
"Relax and rest",
"Podcast",
"Dinner",
"Wash dishes",
"Brush teeth before bed",
"Put phone to charge",
"23:00 - go to sleep",
"Go to sleep early",
];
export const storage_key = "SIA_TASKS_STATE_V2";
export const total_percent = 100;
export const tooptip_offset = [45, -10];
export const task_input_limit = 45;
export const debounce_delay = 300;
export const vibrate_duration = 100;
export const vibrate_duration = 100;

0 comments on commit ed3118b

Please sign in to comment.