Refactor to separate paskia lib functionality generally useful for various apps.

This commit is contained in:
Leo Vasanko
2026-01-29 16:55:46 +00:00
parent 760b109eef
commit d8743d9f90
15 changed files with 381 additions and 504 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ import { useAuthStore } from '@/stores/auth'
import { adminUiPath, makeUiHref } from '@/utils/settings'
import passkey from '@/utils/passkey'
import { goBack } from '@/utils/helpers'
import { apiJson } from '@/utils/api'
import { apiJson } from '@/paskia/fetch'
import { navigateButtonRow, focusPreferred, focusAtIndex, getDirection } from '@/utils/keynav'
const authStore = useAuthStore()