SubscribeDialog use existing user

This commit is contained in:
Philipp Heckel 2022-03-04 12:10:11 -05:00
parent 5878d7e5a6
commit e7bd3abadc
6 changed files with 49 additions and 29 deletions

View file

@ -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);