feat: notification framework

This commit is contained in:
sct
2020-11-22 19:11:14 +09:00
parent fb5c791b0b
commit d8e542e5fe
15 changed files with 577 additions and 3 deletions

View File

@@ -24,6 +24,11 @@ const settingsRoutes: SettingsRoute[] = [
route: '/settings/services',
regex: /^\/settings\/services/,
},
{
text: 'Notifications',
route: '/settings/notifications',
regex: /^\/settings\/notifications/,
},
{
text: 'Logs',
route: '/settings/logs',