fdd34b2eb3
* Clarify conditions to show edit countdown * Fix edit countdown shown for deleted items * refactor: Minimize canEdit state I noticed that only anonEdit requires state because it needs to use useEffect to fetch from local storage. The other conditions can simply be checked during render. * refactor: Use datePivot for edit countdown