feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e090221ebd - Show all commits

View File

@ -17,7 +17,7 @@
class="pagination-next">
{{ $t('misc.next') }}
</router-link>
<ul class="pagination-project">
<ul class="pagination-list">
konrad marked this conversation as resolved Outdated

This is a list of pagination items

This is a list of pagination items

Fixed.

Fixed.
<li :key="`page-${i}`" v-for="(p, i) in pages">
<span class="pagination-ellipsis" v-if="p.isEllipsis">&hellip;</span>
<router-link