Skip to content

Commit

Permalink
kodadot#5548 empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
prachi00 committed Apr 9, 2023
1 parent 6f596ae commit 3bf6a1b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 7 additions & 0 deletions components/collection/activity/events/Events.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
<span>{{ $t('activity.event.time') }}</span>
</div>
</div>
<div
class="is-flex is-flex-direction-column is-align-items-center is-justify-content-center mt-6">
<span class="has-text-weight-bold">{{ $t('activity.noResults') }}</span>
<span class="is-size-7 has-text-grey">{{
$t('activity.noResultsSub')
}}</span>
</div>
<EventRow
v-for="(event, i) in displayedEvents"
:key="i"
Expand Down
4 changes: 3 additions & 1 deletion locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -929,7 +929,9 @@
"from": "From",
"to": "To",
"time": "Time"
}
},
"noResults": "Looks Like There's Nothing Here Yet",
"noResultsSub": "Check back later or reset your filters"
},
"profileStats": {
"listed": "Listed",
Expand Down

0 comments on commit 3bf6a1b

Please sign in to comment.