Merge Tag v0.2.17.0

This commit is contained in:
2025-06-04 16:08:11 +02:00
13 changed files with 125 additions and 108 deletions

View File

@@ -99,6 +99,7 @@ export const pomodoroAtom = atom<PomodoroAtom>({
})
export const userSelectAtom = atom<boolean>(false)
export const aboutOpenAtom = atom<boolean>(false)
// Derived atom for completion cache
export const completionCacheAtom = atom((get) => {