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 fbf88b2ea7 - Show all commits

View File

@ -6,7 +6,7 @@
$filter-container-top-default: -59px;
$filter-container-top-link-share-gantt: -133px;
$filter-container-top-link-share-project: -47px;
$filter-container-top-link-share-list: -47px;
konrad marked this conversation as resolved Outdated

This is for the "list-view" so it should stay $filter-container-top-link-share-list

This is for the "list-view" so it should stay `$filter-container-top-link-share-list`

Correct. Fixed!

Correct. Fixed!
.filter-container {
text-align: right;
@ -98,7 +98,7 @@ $filter-container-top-link-share-project: -47px;
}
.link-share-container .project-view .filter-container {
konrad marked this conversation as resolved Outdated

Should stay list-view

Should stay `list-view`

Done.

Done.
margin-top: $filter-container-top-link-share-project - 10px;
margin-top: $filter-container-top-link-share-list - 10px;
konrad marked this conversation as resolved Outdated

This is for the "list-view" so it should stay $filter-container-top-link-share-list

This is for the "list-view" so it should stay `$filter-container-top-link-share-list`

Done

Done
}
.link-share-container.project\.table-view,