Bug Fixes
This commit is contained in:
@@ -34,8 +34,6 @@ export interface FocusTaskSettings {
|
|||||||
tickSoundEnabled: boolean;
|
tickSoundEnabled: boolean;
|
||||||
// Daily note logging
|
// Daily note logging
|
||||||
logToDaily: boolean;
|
logToDaily: boolean;
|
||||||
dailyNoteFormat: string;
|
|
||||||
dailyNoteHeading: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FocusTaskData {
|
export interface FocusTaskData {
|
||||||
@@ -64,8 +62,6 @@ export const DEFAULT_SETTINGS: FocusTaskSettings = {
|
|||||||
tickSoundEnabled: false,
|
tickSoundEnabled: false,
|
||||||
// Daily note logging
|
// Daily note logging
|
||||||
logToDaily: false,
|
logToDaily: false,
|
||||||
dailyNoteFormat: 'YYYY-MM-DD',
|
|
||||||
dailyNoteHeading: '## ⚡ Completed Tasks',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export const DEFAULT_DATA: FocusTaskData = {
|
export const DEFAULT_DATA: FocusTaskData = {
|
||||||
@@ -104,4 +100,4 @@ export const OVERTIME_MESSAGES = [
|
|||||||
{ emoji: '💪', message: 'Persistence pays off!' },
|
{ emoji: '💪', message: 'Persistence pays off!' },
|
||||||
{ emoji: '🏃', message: 'Marathon runner!' },
|
{ emoji: '🏃', message: 'Marathon runner!' },
|
||||||
{ emoji: '🔥', message: 'The grind is real!' },
|
{ emoji: '🔥', message: 'The grind is real!' },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user