feat: add functionality to import tasks from a project

This commit is contained in:
mundry
2022-11-14 12:33:23 +01:00
committed by Frédéric Guillot
parent d90987a09c
commit ac94004ea9
7 changed files with 100 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -88,3 +88,8 @@
.project-header .filter-box-component form {
margin: 0
}
.no-projects {
margin: 1rem 0 0;
font-style: italic;
}