From dabc28f3137f18a612b0737c1fbf283e1ad9f17c Mon Sep 17 00:00:00 2001 From: Nils Windisch <windisch@sub.uni-goettingen.de> Date: Thu, 1 Jul 2021 08:57:38 +0200 Subject: [PATCH] style: expand Search Hit Data Display closes #58 --- src/.vuepress/components/SearchResultList.vue | 39 +++++-------------- 1 file changed, 9 insertions(+), 30 deletions(-) diff --git a/src/.vuepress/components/SearchResultList.vue b/src/.vuepress/components/SearchResultList.vue index 1ad097b..a68741c 100644 --- a/src/.vuepress/components/SearchResultList.vue +++ b/src/.vuepress/components/SearchResultList.vue @@ -7,44 +7,23 @@ <!-- TODO: add actual search results hits --> <v-list-item> <v-list-item-content> - <v-list-item-title>Sheet 2A</v-list-item-title> - <v-list-item-subtitle>Cod. Arab. 236 Copenhagen</v-list-item-subtitle> + <v-list-item-title>"actual search string hit" <em>in</em> sheet title</v-list-item-title> + <v-list-item-subtitle>Collection: collection title</v-list-item-subtitle> + <v-list-item-subtitle>Manifest: manifest title</v-list-item-subtitle> </v-list-item-content> </v-list-item> <v-list-item> <v-list-item-content> - <v-list-item-title>Sheet 1</v-list-item-title> - <v-list-item-subtitle>Vat. Arab. 2054</v-list-item-subtitle> + <v-list-item-title>"lorem" <em>in</em> Sheet 2A</v-list-item-title> + <v-list-item-subtitle>Collection: Cod. Arab. 236 Copenhagen</v-list-item-subtitle> + <v-list-item-subtitle>Manifest: The Story and Proverbs of Ahikar the Wise (Syriac Texts)</v-list-item-subtitle> </v-list-item-content> </v-list-item> <v-list-item> <v-list-item-content> - <v-list-item-title>Sheet 194</v-list-item-title> - <v-list-item-subtitle>Or. 1292. The Arabic Text in Leiden.</v-list-item-subtitle> - </v-list-item-content> - </v-list-item> - <v-list-item> - <v-list-item-content> - <v-list-item-title>Sheet 130</v-list-item-title> - <v-list-item-subtitle>Mingana Arabic Christian 93</v-list-item-subtitle> - </v-list-item-content> - </v-list-item> - <v-list-item> - <v-list-item-content> - <v-list-item-title>Sheet 3b</v-list-item-title> - <v-list-item-subtitle>Cambrigde Add 3497</v-list-item-subtitle> - </v-list-item-content> - </v-list-item> - <v-list-item> - <v-list-item-content> - <v-list-item-title>Sheet 82a</v-list-item-title> - <v-list-item-subtitle>Mingana Syriac 133 ff.82v-103r</v-list-item-subtitle> - </v-list-item-content> - </v-list-item> - <v-list-item> - <v-list-item-content> - <v-list-item-title>Sheet 293a</v-list-item-title> - <v-list-item-subtitle>Vat. sir. 159. ff.293rb-299va</v-list-item-subtitle> + <v-list-item-title>"lorem" <em>in</em> Sheet 1 </v-list-item-title> + <v-list-item-subtitle>Collection: Vat. Arab. 2054</v-list-item-subtitle> + <v-list-item-subtitle>Manifest: The Story and Proverbs of Ahikar the Wise (Arabic and Karshuni Ahiqar Texts)</v-list-item-subtitle> </v-list-item-content> </v-list-item> </v-list> -- GitLab