feat(reddit): add reddit integration

This commit is contained in:
Rıdvan Akca
2023-11-10 12:47:28 +03:00
parent 3b9aadb90f
commit 354b331b08
14 changed files with 221 additions and 0 deletions

View File

@@ -289,6 +289,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/pushover/connection' },
],
},
{
text: 'Reddit',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/reddit/connection' }],
},
{
text: 'Remove.bg',
collapsible: true,