Skip to content

Commit

Permalink
feat: full resolution in view history
Browse files Browse the repository at this point in the history
  • Loading branch information
SayakMukhopadhyay committed Aug 11, 2021
1 parent ee4d6d7 commit 2dc214e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/profile/ViewsHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<v-timeline-item v-for="(view, i) in viewedImagesDeDuped" :key="i">
<template v-slot:opposite>
<v-card>
<v-img :src="view.thumbnail_location" class="image-thumbnail" min-height="200px" @click="clickThumbnail(i)">
<v-img :src="view.image_location" class="image-thumbnail" min-height="200px" @click="clickThumbnail(i)">
<v-btn :to="{ name: 'image-item', params: { imageId: view._id } }" icon target="_blank" @click.stop="">
<v-icon>launch</v-icon>
</v-btn>
Expand Down

0 comments on commit 2dc214e

Please sign in to comment.