From 2a15d6377f1c9d063f608a2842d1fdcaaec2a29a Mon Sep 17 00:00:00 2001 From: Miguel Sanches Date: Sat, 28 Feb 2026 18:59:42 +0000 Subject: [PATCH 1/6] feat: business logic for ordered fuzzy search --- frontend/.husky/commit-msg | 4 +- ...rSpeakerOrMemberAutocompleteWithDialog.vue | 201 +++++++++--------- 2 files changed, 106 insertions(+), 99 deletions(-) diff --git a/frontend/.husky/commit-msg b/frontend/.husky/commit-msg index 8b621f17..6ac94926 100644 --- a/frontend/.husky/commit-msg +++ b/frontend/.husky/commit-msg @@ -1,2 +1,2 @@ - -npx --yes commitlint --config frontend/commitlint.config.js --edit "$1" +cd "$(dirname "$0")/.." # goes to frontend/ +npx --yes commitlint --config ./commitlint.config.js --edit "$1" \ No newline at end of file diff --git a/frontend/src/components/CompanyOrSpeakerOrMemberAutocompleteWithDialog.vue b/frontend/src/components/CompanyOrSpeakerOrMemberAutocompleteWithDialog.vue index 27accc3e..a223b9bc 100644 --- a/frontend/src/components/CompanyOrSpeakerOrMemberAutocompleteWithDialog.vue +++ b/frontend/src/components/CompanyOrSpeakerOrMemberAutocompleteWithDialog.vue @@ -30,7 +30,7 @@