nazoadiego_tiny-habits/models
Diego Marrufo 41a391d56c simplify DateRange to backwards-only API
Remove unused direction branching from DateRange and update call sites/tests to the leaner signature. Also fix a duplicated lockfile entry so pnpm install works.
2026-06-21 20:38:10 +02:00
..
DateRange.ts simplify DateRange to backwards-only API 2026-06-21 20:38:10 +02:00
DateValue.ts lint 2026-02-13 19:51:40 +01:00
Entry.ts Fix off by one date error when marking a habit in UTC 2025-09-14 12:47:07 +02:00
Habit.ts updating an entry loaded all entries. Every entry would need to be instantiated and proccessed all over again. If you have a year worth of entries, it will do it 365 times per habit. Instead, we should filter those entries we are dealing with by date 2026-02-20 20:22:13 +01:00
SourceSettings.ts Properly formatted the example, give feedback on button when copying to clipboard 2025-08-27 21:26:17 +02:00
Streak.ts New eslint rules for formatting. No more semicolons, always single quotes and some other things. Fixed wrong config between svelte and typescript files regarding tabs indentation 2025-08-24 20:55:51 +02:00