mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: cleanup
This commit is contained in:
parent
835a27cf51
commit
f5d7fe3072
@ -138,7 +138,6 @@ export function SessionTodoDock(props: {
|
|||||||
"--tool-motion-mask-height": `${props.countMaskHeight ?? 0}px`,
|
"--tool-motion-mask-height": `${props.countMaskHeight ?? 0}px`,
|
||||||
"--tool-motion-spring-ms": `${props.countWidthDuration ?? 560}ms`,
|
"--tool-motion-spring-ms": `${props.countWidthDuration ?? 560}ms`,
|
||||||
opacity: `${Math.max(0, Math.min(1, 1 - shut()))}`,
|
opacity: `${Math.max(0, Math.min(1, 1 - shut()))}`,
|
||||||
filter: `blur(${Math.max(0, Math.min(1, shut())) * 2}px)`,
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<AnimatedNumber value={done()} />
|
<AnimatedNumber value={done()} />
|
||||||
@ -196,7 +195,6 @@ export function SessionTodoDock(props: {
|
|||||||
style={{
|
style={{
|
||||||
visibility: off() ? "hidden" : "visible",
|
visibility: off() ? "hidden" : "visible",
|
||||||
opacity: `${Math.max(0, Math.min(1, 1 - hide()))}`,
|
opacity: `${Math.max(0, Math.min(1, 1 - hide()))}`,
|
||||||
filter: `blur(${Math.max(0, Math.min(1, hide())) * 2}px)`,
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<TodoList todos={props.todos} open={!store.collapsed} />
|
<TodoList todos={props.todos} open={!store.collapsed} />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user