chore: cleanup
This commit is contained in:
parent
835a27cf51
commit
f5d7fe3072
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue