mirror of
https://github.com/ManInDark/HabitTrove.git
synced 2026-01-20 22:24:28 +01:00
fix completion badge
This commit is contained in:
@@ -164,6 +164,12 @@ export interface Settings {
|
||||
profile: ProfileSettings;
|
||||
}
|
||||
|
||||
export type CompletionCache = {
|
||||
[dateKey: string]: { // dateKey format: "YYYY-MM-DD"
|
||||
[habitId: string]: number // number of completions on that date
|
||||
}
|
||||
}
|
||||
|
||||
export type ViewType = 'habits' | 'tasks'
|
||||
|
||||
export interface JotaiHydrateInitialValues {
|
||||
|
||||
Reference in New Issue
Block a user