1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-11-22 19:33:27 +01:00
ntfy/web
nimbleghost 8ccfa5c3fb Fix session replica behaviour (merge with session)
The harder-to-refactor parts are the places where exists/username/token
are called within a React component. However, `resetAndRedirect` and
`store` are already called from async contexts, so adding an `await`
is simple.

This thus merges the logic, keeping localStorage for the components to
call, but making sure reset/store behaviour works correctly for the
replica.
2023-06-13 14:00:51 +02:00
..
public Change wording in prefs based on setting 2023-06-10 20:51:24 -04:00
src Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
.eslintignore Add eslint with eslint-config-airbnb 2023-05-24 12:51:52 +02:00
.eslintrc Add PWA, service worker and Web Push 2023-06-07 20:38:20 +02:00
.prettierignore Add eslint with eslint-config-airbnb 2023-05-24 12:51:52 +02:00
index.html Add PWA, service worker and Web Push 2023-06-07 20:38:20 +02:00
package-lock.json Add PWA, service worker and Web Push 2023-06-07 20:38:20 +02:00
package.json Add PWA, service worker and Web Push 2023-06-07 20:38:20 +02:00
vite.config.js Add PWA, service worker and Web Push 2023-06-07 20:38:20 +02:00