mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2026-03-03 17:46:35 +00:00
Compare commits
1 Commits
18adc25eef
...
153c7b0b4e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
153c7b0b4e |
11
src/App.vue
11
src/App.vue
@@ -237,11 +237,6 @@ export default {
|
||||
event.preventDefault();
|
||||
this.$refs.filterInput.focus();
|
||||
}
|
||||
|
||||
if (event.key === "r" && !isInput) {
|
||||
event.preventDefault();
|
||||
this.fetchDeals();
|
||||
}
|
||||
},
|
||||
|
||||
parseFiltersFromUrl() {
|
||||
@@ -468,7 +463,7 @@ export default {
|
||||
:href="topic.Offer.url"
|
||||
target="_blank"
|
||||
class="card-link"
|
||||
title="Open direct link to deal"
|
||||
title="Open deal"
|
||||
>
|
||||
<span class="material-symbols-outlined">open_in_new</span>
|
||||
</a>
|
||||
@@ -506,12 +501,12 @@ export default {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card-timestamp">First post: {{ formatDate(topic.post_time) }}</div>
|
||||
<div class="card-timestamp">Last post: {{ formatDate(topic.last_post_time) }}</div>
|
||||
</div>
|
||||
|
||||
<div class="row-stats" v-if="viewMode === 'list'">
|
||||
<span class="stat-compact">{{ formatDate(topic.post_time) }} - {{ formatDate(topic.last_post_time) }}</span>
|
||||
<span class="stat-compact">{{ topic.total_views }} views</span>
|
||||
<span class="stat-compact">{{ topic.total_replies }} replies</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user