1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-07-22 04:57:30 +02:00
ntfy/web/src/components
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
..
Account.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
ActionBar.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
App.jsx Make web push toggle global 2023-06-08 10:46:51 +02:00
AttachmentIcon.jsx Use esm mui imports for Vite compatibility 2023-05-24 22:16:10 +02:00
AvatarBox.jsx Use esm mui imports for Vite compatibility 2023-05-24 22:16:10 +02:00
DialogFooter.jsx Use esm mui imports for Vite compatibility 2023-05-24 22:16:10 +02:00
EmojiPicker.jsx Make small code style improvements 2023-05-25 07:17:05 +02:00
ErrorBoundary.jsx Formatting, npm update 2023-05-24 21:44:12 -04:00
hooks.js Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
i18n.jsx Add .jsx filename extension 2023-05-24 12:51:53 +02:00
Login.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
Messaging.jsx Use esm mui imports for Vite compatibility 2023-05-24 22:16:10 +02:00
Navigation.jsx Simplify web push UX and updates 2023-06-07 20:38:21 +02:00
Notifications.jsx Format emojis in the service worker directly 2023-06-07 20:38:21 +02:00
PopupMenu.jsx Run eslint autofixes 2023-05-24 12:51:53 +02:00
Pref.jsx Run eslint autofixes 2023-05-24 12:51:53 +02:00
Preferences.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
PublishDialog.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
ReserveDialogs.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
ReserveIcons.jsx Use esm mui imports for Vite compatibility 2023-05-24 22:16:10 +02:00
ReserveTopicSelect.jsx Use esm mui imports for Vite compatibility 2023-05-24 22:16:10 +02:00
routes.js Run prettier 2023-05-23 21:13:17 +02:00
Signup.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
styles.js Use esm mui imports for Vite compatibility 2023-05-24 22:16:10 +02:00
SubscribeDialog.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
SubscriptionPopup.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00
theme.js Run prettier 2023-05-23 21:13:17 +02:00
UpgradeDialog.jsx Fix session replica behaviour (merge with session) 2023-06-13 14:00:51 +02:00