From f5ba0531c5b79a37dcfb5e817ff711613a0fd7bf Mon Sep 17 00:00:00 2001 From: David Ascanio Date: Mon, 25 May 2026 12:53:47 -0300 Subject: [PATCH] fix bug reference publication detail --- .claude/settings.local.json | 15 +++++++++++++++ app/components/searchPanel/SearchPanel.vue | 4 ++-- .../Collections/Listar todas las collections.bru | 15 +++++++++++++++ bruno/Collections/activities_paragraphs.bru | 15 +++++++++++++++ bruno/Collections/conferences_paragraphs.bru | 15 +++++++++++++++ bruno/Collections/folder.bru | 3 +++ bruno/bruno.json | 6 ++++++ bruno/environments/Produccion.bru | 5 +++++ 8 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 .claude/settings.local.json create mode 100644 bruno/Collections/Listar todas las collections.bru create mode 100644 bruno/Collections/activities_paragraphs.bru create mode 100644 bruno/Collections/conferences_paragraphs.bru create mode 100644 bruno/Collections/folder.bru create mode 100644 bruno/bruno.json create mode 100644 bruno/environments/Produccion.bru diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..0122428 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,15 @@ +{ + "permissions": { + "allow": [ + "Bash(xargs grep -l \"useTypesenseApi\\\\|documentsApi\")", + "Bash(xargs grep -l \"multiSearch\\\\|Typesense\")", + "Bash(xargs grep -l \"multiSearch\")", + "Bash(cd d:\\\\\\\\proyectos\\\\\\\\search)", + "Bash(find d:\\\\\\\\proyectos\\\\\\\\search -name \"auto-imports.d.ts\" -o -name \".nuxt\" -type d)", + "Bash(find d:\\\\\\\\proyectos\\\\\\\\search\\\\\\\\bruno -type f)", + "Bash(grep -r \"useSearchUrlState\\\\|useDetailHistory\\\\|restoreScrollPosition\\\\|formatDate\\\\|formatLocation\" --include=\"*.ts\" d:\\\\\\\\proyectos\\\\\\\\search\\\\\\\\app -n)", + "Bash(grep \"^d.*\\\\\\\\.ts\")", + "Bash(find d:\\\\\\\\proyectos\\\\\\\\search -maxdepth 2 -type f \\\\\\( -name \"README*\" -o -name \"CLAUDE.md\" -o -name \".env*\" \\\\\\))" + ] + } +} diff --git a/app/components/searchPanel/SearchPanel.vue b/app/components/searchPanel/SearchPanel.vue index 9ba2adb..4020e97 100644 --- a/app/components/searchPanel/SearchPanel.vue +++ b/app/components/searchPanel/SearchPanel.vue @@ -1,7 +1,7 @@