Skip to content

Show full timestamps in event and stack list tooltips - #2583

Open
niemyjski wants to merge 1 commit into
mainfrom
issue/customer-timestamp-tooltips
Open

niemyjski wants to merge 1 commit into
mainfrom
issue/customer-timestamp-tooltips

Conversation

@niemyjski

Copy link
Copy Markdown
Member

Relative timestamps in event and stack lists now expose the full local date and time, including seconds and timezone, on hover or keyboard focus. Compact labels and date-filter boundaries remain unchanged; midnight retains its time component.

Validation: 15 focused formatter/date tests passed; npm run validate passed with zero Svelte errors or warnings. Local browser checks against synthetic API data passed for event and stack lists, including hover, keyboard focus, and Escape. Maintainability review found no outstanding issues.

No public API changes or breaking changes.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 16, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-16T02:40:29.132405Z 8b269f6 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8b269f64d4

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +29 to +31
<span
{...props}
class="focus-visible:ring-ring inline cursor-help rounded-sm outline-none focus-visible:ring-2 focus-visible:ring-offset-2"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the tooltip trigger to the keyboard tab order

When navigating event or stack lists with a keyboard, this custom trigger is a plain <span> without tabindex, so it cannot receive normal Tab focus and the full timestamp remains unavailable. The test's programmatic fireEvent.focus() succeeds even for non-focusable elements and therefore does not cover this scenario; make the trigger natively focusable or explicitly add it to the tab order.

Useful? React with 👍 / 👎.

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
Exceptionless.Insulation 37% 35% 286
Exceptionless.Web 85% 70% 8108
Exceptionless.Core 76% 68% 10538
Exceptionless.AppHost 38% 41% 147
Summary 79% (26389 / 33396) 68% (12275 / 18049) 19079

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant