mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
SubscribeDialog use existing user
This commit is contained in:
parent
5878d7e5a6
commit
e7bd3abadc
6 changed files with 49 additions and 29 deletions
|
@ -19,10 +19,10 @@ import pruner from "../app/Pruner";
|
|||
import subscriptionManager from "../app/SubscriptionManager";
|
||||
import userManager from "../app/UserManager";
|
||||
|
||||
// TODO subscribe dialog check/use existing user
|
||||
// TODO make default server functional
|
||||
// TODO routing
|
||||
// TODO embed into ntfy server
|
||||
// TODO new notification indicator
|
||||
|
||||
const App = () => {
|
||||
const [mobileDrawerOpen, setMobileDrawerOpen] = useState(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue