Skip to content

Commit

Permalink
UI: improve filter field menu design
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksey-hoffman committed Aug 7, 2021
1 parent dc7ae34 commit 2a6ef8f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/components/FilterField.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,14 @@ Copyright © 2021 - present Aleksey Hoffman. All rights reserved.

<v-divider></v-divider>

<v-list-item class="inactive">
<v-list-item-content class="text--sub-title-1 ma-0">
<v-list-item-title>
<v-list-item three-line class="inactive">
<v-list-item-content>
<v-list-item-title class="text--sub-title-1 ma-0">
Filter prefixes
</v-list-item-title>
<v-list-item-subtitle>
Add a prefix to the start to filter by specific property.
</v-list-item-subtitle>
</v-list-item-content>
</v-list-item>

Expand All @@ -107,7 +110,8 @@ Copyright © 2021 - present Aleksey Hoffman. All rights reserved.
>
<v-list-item-content>
<v-list-item-title>
{{item.prefix}} [{{item.title}}]
<span class="inline-code--light">{{item.prefix}}</span>
{{item.title}}
</v-list-item-title>
</v-list-item-content>
</v-list-item>
Expand Down

0 comments on commit 2a6ef8f

Please sign in to comment.