From ee743a7b01fae50f8aeb23352dd7f74243f2f047 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sat, 26 Feb 2022 11:51:45 -0500 Subject: [PATCH] TODOs --- web/src/components/App.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/src/components/App.js b/web/src/components/App.js index 94b9235c..d22bd80d 100644 --- a/web/src/components/App.js +++ b/web/src/components/App.js @@ -15,6 +15,16 @@ import ActionBar from "./ActionBar"; import Users from "../app/Users"; import notificationManager from "../app/NotificationManager"; +// FIXME chrome notification order +// TODO subscribe dialog: +// - check/use existing user +// - add baseUrl +// TODO user management +// TODO embed into ntfy server +// TODO remember selected subscription +// TODO since= +// TODO top left corner + const App = () => { console.log(`[App] Rendering main view`);