feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
Showing only changes of commit 0ae389f485 - Show all commits

View File

@ -8,7 +8,7 @@
</div> </div>
<CustomTransition name="fade"> <CustomTransition name="fade">
<div class="notifications-project" v-if="showNotifications" ref="popup"> <div class="notifications-list" v-if="showNotifications" ref="popup">
konrad marked this conversation as resolved Outdated

This is a list of notifications

This is a list of notifications

Fixed.

Fixed.
<span class="head">{{ $t('notification.title') }}</span> <span class="head">{{ $t('notification.title') }}</span>
<div <div
v-for="(n, index) in notifications" v-for="(n, index) in notifications"
@ -155,7 +155,7 @@ function to(n, index) {
border: 2px solid var(--white); border: 2px solid var(--white);
} }
.notifications-project { .notifications-list {
konrad marked this conversation as resolved Outdated

This is a list of notifications

This is a list of notifications

Fixed.

Fixed.
position: fixed; position: fixed;
right: 1rem; right: 1rem;
margin-top: 1rem; margin-top: 1rem;