Skip to content

Commit

Permalink
aligned tag styling in search (#9864)
Browse files Browse the repository at this point in the history
* aligned styling

* updated changelog
  • Loading branch information
grimmoc authored and AlexAndBear committed Dec 13, 2023
1 parent ba47ecc commit a640a82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions changelog/unreleased/enhancement-search-tags-filter-style
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Enhancement: Search tags filter chips style aligned

We've aligned the style of tags filter in search with the tags panel redesign.

https://github.com/owncloud/web/pull/9864
https://github.com/owncloud/web/issues/9834
8 changes: 4 additions & 4 deletions packages/web-app-files/src/components/Search/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
filter-name="tags"
>
<template #image="{ item }">
<oc-avatar :width="24" :user-name="item.label" />
</template>
<template #item="{ item }">
<span v-text="item.label" />
<div class="tag-option-wrapper oc-flex oc-flex-middle">
<oc-icon name="price-tag-3" size="small" />
<span class="oc-ml-s">{{ item.label }}</span>
</div>
</template>
</item-filter>
<item-filter
Expand Down

0 comments on commit a640a82

Please sign in to comment.