Keep deleted boards for a while and delete with cron

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2017-05-17 22:01:37 +02:00
parent 247b4dde0c
commit 2c63bfb4b8
15 changed files with 182 additions and 53 deletions

View File

@@ -705,6 +705,10 @@ button.button-inline:hover {
width: 50%;
}
#boardlist tr.deleted td * {
opacity: 0.5;
}
#boardlist td form {
display: flex;
width: 100%;
@@ -722,11 +726,17 @@ button.button-inline:hover {
width: 32px;
}
#boardlist .popovermenu {
top: 9px;
right: -36px;
#boardlist td .app-popover-menu-utils {
float: right;
}
#boardlist .popovermenu {
top: 33px;
right: -5px;
}
/**
* Board details
*/