update kanban styling, add more detailed error log for gmail

This commit is contained in:
cesnimda
2026-03-21 19:22:02 +01:00
parent 7211d67c62
commit 793ed6eb65
5 changed files with 210 additions and 134 deletions
@@ -133,6 +133,7 @@ export default function KanbanBoard() {
border: `1px solid ${alpha(c, theme.palette.mode === "dark" ? 0.22 : 0.14)}`,
background: theme.palette.mode === "dark" ? "rgba(15,23,42,0.55)" : "rgba(255,255,255,0.8)",
backdropFilter: "blur(8px)",
color: theme.palette.text.primary,
}}
>
<CardContent sx={{ p: 1.25, "&:last-child": { pb: 1.25 } }}>
@@ -142,6 +143,7 @@ export default function KanbanBoard() {
</Typography>
<IconButton
size="small"
sx={{ color: theme.palette.text.primary }}
onClick={(e) => {
e.stopPropagation();
setMenuJobId(j.id);