9ecf7f4dfc70147b9a38b655b1f1a3371a98cf0e
Defaults `now` in $props() destructure so each row instance freezes its reference time at mount, instead of calling new Date() inside the $derived every reactivity tick. No behavioural change — the date math is stable across re-renders for a given row — but drops the nullish-coalesce dance and is cleaner under Storybook-style testing where a deterministic `now` is injected. Refs #305 Fixes @felixbrandt suggestion 3 from PR review Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%