mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-03-09 12:09:48 +01:00
fix: migrate atoms to normal functions
This commit is contained in:
13
lib/types.ts
13
lib/types.ts
@@ -210,3 +210,16 @@ export interface ParsedFrequencyResult {
|
||||
message: string | null
|
||||
result: ParsedResultType
|
||||
}
|
||||
|
||||
export interface PomodoroAtom {
|
||||
show: boolean
|
||||
selectedHabitId: string | null
|
||||
autoStart: boolean
|
||||
minimized: boolean
|
||||
}
|
||||
|
||||
export interface BrowserSettings {
|
||||
expandedHabits: boolean
|
||||
expandedTasks: boolean
|
||||
expandedWishlist: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user