🎨 Palette: Add precise timestamps to session list#64
Conversation
Wraps relative timestamps in the session list with a tooltip that displays the exact date and time. This implements the "Progressive Disclosure for Metadata" pattern from the UX journal, improving data precision while maintaining a clean interface. - Adds `Tooltip` wrapper to session creation dates in `SessionList` - Formats exact date using `date-fns` `PPpp` format - Adds `cursor-help` to indicate interactivity - Imports `format` from `date-fns` Co-authored-by: sbhavani <182751+sbhavani@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Implemented the "Progressive Disclosure for Metadata" pattern by adding tooltips to the relative timestamps in the session list. Now, hovering over "5 minutes ago" reveals the exact date and time (e.g., "Jan 31, 2026, 5:28:31 PM").
This micro-UX improvement:
cursor-helpand standard tooltip interactions.Verified with
pnpm testand a custom Playwright script.PR created automatically by Jules for task 4906395623590021337 started by @sbhavani