feat(changedetection): add changed watch trigger

This commit is contained in:
Rıdvan Akca
2024-05-13 17:18:19 +02:00
parent c62aea3852
commit d893a36a47
7 changed files with 91 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/changedetection.svg
items:
- name: Changed watch
desc: Triggers when any changes detected.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />