Commit a00dd36
authored
Improve: timestamp formatting in logs and adjust column width in dashboard (#209)
- 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.
<!-- CURSOR_SUMMARY -->
---
> [!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`.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
54fa708. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent b2659f1 commit a00dd36
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments