mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
improve suggestions display, with more details, and different according to the entity
This commit is contained in:
parent
bfdfd19711
commit
36326a2a70
@ -152,9 +152,15 @@ div.results {
|
|||||||
background-color: #ececec;
|
background-color: #ececec;
|
||||||
border-bottom: 1px dotted #8b8b8b;
|
border-bottom: 1px dotted #8b8b8b;
|
||||||
}
|
}
|
||||||
|
& > input {
|
||||||
|
margin-right: 0.8em;
|
||||||
|
}
|
||||||
div.container {
|
div.container {
|
||||||
& > input {
|
span:not(.name) {
|
||||||
margin-right: 0.8em;
|
margin-left: 0.5em;
|
||||||
|
opacity: 0.5;
|
||||||
|
font-size: 90%;
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
div.right_actions {
|
div.right_actions {
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{{ item.result.text }}
|
<span class="name">
|
||||||
|
{{ item.result.text }}
|
||||||
|
</span>
|
||||||
|
<span class="birthday">
|
||||||
|
{{ $d(item.result.birthdate.datetime, 'short') }}
|
||||||
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="right_actions">
|
<div class="right_actions">
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
||||||
{{ item.result.text }}
|
<span class="name">
|
||||||
|
{{ item.result.text }}
|
||||||
|
</span>
|
||||||
|
<span class="location">
|
||||||
|
{{ item.result.address.text }} -
|
||||||
|
{{ item.result.address.postcode.name }}
|
||||||
|
</span>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="right_actions">
|
<div class="right_actions">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user