Skip to content

Conversation

@ben-fornefeld
Copy link
Member

@ben-fornefeld ben-fornefeld commented Dec 18, 2025

  • Updated the timestamp format in logs to display in 12-hour format with AM/PM using date-fns locale support.
  • Increased the column width for the timestamp in the dashboard logs for better readability.

Note

Switch logs to 12-hour timestamp with AM/PM and widen the timestamp column for readability.

  • Dashboard Logs:
    • Timestamp formatting: Switch to 12-hour format hh:mm:ss.SS a using date-fns with enUS locale in src/features/dashboard/build/logs-cells.tsx.
    • Layout: Increase timestamp column width from 164px to 192px in src/features/dashboard/build/logs.tsx.

Written by Cursor Bugbot for commit 54fa708. This will update automatically on new commits. Configure here.

…oard

- Updated the timestamp format in logs to display in 12-hour format with AM/PM using `date-fns` locale support.
- Increased the column width for the timestamp in the dashboard logs for better readability.
@vercel
Copy link

vercel bot commented Dec 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
web Ready Ready Preview, Comment Dec 18, 2025 3:47pm
web-juliett Ready Ready Preview, Comment Dec 18, 2025 3:47pm

@dobrac dobrac self-assigned this Dec 18, 2025
@ben-fornefeld ben-fornefeld merged commit a00dd36 into main Dec 18, 2025
6 checks passed
@ben-fornefeld ben-fornefeld deleted the improve-log-timestamp-format branch December 18, 2025 15:48
Copy link

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

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.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically 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 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines 5 to +6
import { format } from 'date-fns'
import { enUS } from 'date-fns/locale/en-US'

Choose a reason for hiding this comment

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

P1 Badge Fix invalid locale import for date-fns format

The new 12-hour format path imports enUS as a named export from date-fns/locale/en-US, but that module only provides a default locale object (named exports are exposed from date-fns/locale). Next/SWC will fail module evaluation with “does not provide an export named 'enUS'”, breaking the build. Import the locale via the date-fns/locale barrel or use the default export from date-fns/locale/en-US before passing it to format.

Useful? React with 👍 / 👎.

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.

3 participants