diff --git a/src/components/history-query-filters.vue b/src/components/history-query-filters.vue new file mode 100644 index 00000000..e5f83d58 --- /dev/null +++ b/src/components/history-query-filters.vue @@ -0,0 +1,24 @@ + + + diff --git a/src/components/my-history/custom-my-history.vue b/src/components/my-history/custom-my-history.vue index ddb2c920..ec305c41 100644 --- a/src/components/my-history/custom-my-history.vue +++ b/src/components/my-history/custom-my-history.vue @@ -17,11 +17,18 @@ data-test="my-history-query" :suggestion="suggestion" suggestionClass="x-suggestion" + class="hover:x-no-underline" > -
-

{{ suggestion.query }}

+
+

{{ suggestion.query }}

+ + +

{{ formatTime(suggestion.timestamp) }}