mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-05-01 22:41:24 +02:00
TODOs
This commit is contained in:
parent
e422c2c479
commit
ee743a7b01
1 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,16 @@ import ActionBar from "./ActionBar";
|
||||||
import Users from "../app/Users";
|
import Users from "../app/Users";
|
||||||
import notificationManager from "../app/NotificationManager";
|
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=<ID>
|
||||||
|
// TODO top left corner
|
||||||
|
|
||||||
const App = () => {
|
const App = () => {
|
||||||
console.log(`[App] Rendering main view`);
|
console.log(`[App] Rendering main view`);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue