]> source.dussan.org Git - nextcloud-server.git/commit
Move search result section to component & hide thumbnail if error 41507/head
authorfenn-cs <fenn25.fn@gmail.com>
Sat, 18 Nov 2023 12:40:04 +0000 (13:40 +0100)
committernextcloud-command <nextcloud-command@users.noreply.github.com>
Tue, 21 Nov 2023 13:29:03 +0000 (13:29 +0000)
commit701e626d1855beecb16433dec5a2ec9076951aba
tree0e5549c29778ec667222e97fcafeb43e8f6c549b
parent8dadb09e54b67ee8726d39ba7ee201a30fb963d5
Move search result section to component & hide thumbnail if error

The section that handles the search result list item is big and complex enough
 to have it's own component. Inside this component, a new method is added to hide
the thumbnail preview if the image load errors out.

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
core/src/components/GlobalSearch/CustomDateRangeModal.vue
core/src/components/GlobalSearch/SearchResult.vue [new file with mode: 0644]
core/src/views/GlobalSearchModal.vue
dist/core-global-search.js
dist/core-global-search.js.map