working leantime widget 137
This commit is contained in:
parent
7e1a734085
commit
4e09fe203a
@ -36,7 +36,7 @@ interface TaskWithDate extends Task {
|
|||||||
validDate?: Date;
|
validDate?: Date;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function Flow() {
|
export function Duties() {
|
||||||
const [tasks, setTasks] = useState<TaskWithDate[]>([]);
|
const [tasks, setTasks] = useState<TaskWithDate[]>([]);
|
||||||
const [error, setError] = useState<string | null>(null);
|
const [error, setError] = useState<string | null>(null);
|
||||||
const [loading, setLoading] = useState(true);
|
const [loading, setLoading] = useState(true);
|
||||||
@ -210,7 +210,7 @@ export function Flow() {
|
|||||||
return (
|
return (
|
||||||
<Card className="transition-transform duration-500 ease-in-out transform hover:scale-105 bg-white/95 backdrop-blur-sm border-0 shadow-lg">
|
<Card className="transition-transform duration-500 ease-in-out transform hover:scale-105 bg-white/95 backdrop-blur-sm border-0 shadow-lg">
|
||||||
<CardHeader className="flex flex-row items-center justify-between pb-2 border-b border-gray-100">
|
<CardHeader className="flex flex-row items-center justify-between pb-2 border-b border-gray-100">
|
||||||
<CardTitle className="text-lg font-semibold text-gray-800">Flow</CardTitle>
|
<CardTitle className="text-lg font-semibold text-gray-800">Duties</CardTitle>
|
||||||
<Button
|
<Button
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="icon"
|
size="icon"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user