feat(trello): add new cards trigger

This commit is contained in:
Rıdvan Akca
2023-10-25 12:46:41 +03:00
parent 2fceaf2cf4
commit 2846dd2bdd
9 changed files with 213 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/trello.svg
items:
- name: New cards
desc: Triggers upon the addition of a new card.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />