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 2 additions and 2 deletions
Showing only changes of commit 0ae389f485 - Show all commits

View File

@ -8,7 +8,7 @@
</div>
<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>
<div
v-for="(n, index) in notifications"
@ -155,7 +155,7 @@ function to(n, index) {
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;
right: 1rem;
margin-top: 1rem;