From 216e2f09b62461c69f283da0eb89afb2ae789d89 Mon Sep 17 00:00:00 2001 From: MatteoGabriele Date: Wed, 22 Apr 2026 11:47:44 +0200 Subject: [PATCH 1/3] feat: adds fuzzy search in the automation list page --- app/components/Verified/AutomationList.vue | 5 +- app/composables/useVerifiedAutomations.ts | 2 +- app/layouts/default.vue | 2 +- app/layouts/minimal.vue | 17 ++ app/pages/automations.vue | 170 ++++++++++++-------- app/pages/privacy-policy.vue | 173 +++++++++++---------- 6 files changed, 214 insertions(+), 155 deletions(-) create mode 100644 app/layouts/minimal.vue diff --git a/app/components/Verified/AutomationList.vue b/app/components/Verified/AutomationList.vue index 830d757..fd4080b 100644 --- a/app/components/Verified/AutomationList.vue +++ b/app/components/Verified/AutomationList.vue @@ -1,9 +1,10 @@ @@ -18,7 +19,7 @@ const recentAutomations = computed(() => {