mirror of
https://github.com/sct/overseerr.git
synced 2025-09-29 21:51:46 +02:00
feat: notification framework
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user