feat(reddit): add create link post action

This commit is contained in:
Rıdvan Akca
2023-11-10 18:18:26 +03:00
parent 97bcd3792b
commit ff00644e62
5 changed files with 71 additions and 0 deletions

View File

@@ -295,6 +295,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/reddit/triggers' },
{ text: 'Actions', link: '/apps/reddit/actions' },
{ text: 'Connection', link: '/apps/reddit/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/reddit.svg
items:
- name: Create link post
desc: Create a new link post within a subreddit.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />