owltide/composables
Hornwitser d4cbbcbc2d Fix session being double requested
If the returned value of the fetched endpoint is blank that gets
converted to undefined, which confuses the request sharing between the
client and server causing the session to be requested on both sides.

Transform value to null if it's blank so that the session fetch is
de-duplicated.
2025-03-07 16:45:40 +01:00
..
push-notification.ts Refactor push subscription logic into a composable 2025-03-07 16:08:45 +01:00
session.ts Fix session being double requested 2025-03-07 16:45:40 +01:00
states.ts Port application from Next.js to Nuxt 2025-03-05 15:36:50 +01:00