From 9cb1213efce62efb3a408f30dead6d7866cff3ac Mon Sep 17 00:00:00 2001 From: isra el Date: Sat, 18 Jul 2026 21:27:21 +0300 Subject: [PATCH] feat: show relative timestamps with the exact time on hover Device and API key cards rendered full timestamps ("Registered at: May 18, 2023, 1:42 PM"), which wrapped and dominated the cards at 375px. New shared RelativeTime renders "7 days ago" with the exact date and time in a tooltip. Formatting is delegated to date-fns, already a dependency and already used by the webhook table, so no new package and no hand-rolled date parsing. The only local rule is a "Just now" threshold under one minute. Details: - formatDistanceToNowStrict, not formatDistanceToNow, so it reads "3 minutes ago" rather than "about 3 minutes ago". - Renders a real