mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +00:00
improve suggestions display, with more details, and different according to the entity
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
<template>
|
||||
<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 class="right_actions">
|
||||
|
@@ -1,7 +1,13 @@
|
||||
<template>
|
||||
<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 class="right_actions">
|
||||
|
Reference in New Issue
Block a user