Keep deleted boards for a while and delete with cron
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user