[Desktop App] There is a formatting error with the project timeline on the homepage. #5782

Closed
opened 2026-02-16 17:56:44 -05:00 by yindo · 0 comments
Owner

Originally created by @crper on GitHub (Jan 14, 2026).

Originally assigned to: @adamdotdevin on GitHub.

Description

There should be no instances of "0". We need to implement a filter for the recent projects list:
For items with invalid or unobtainable timestamps, please either replace them with a dash ("-") or filter them out entirely.
Only projects with valid timestamps should be retained, and the list should then be sorted accordingly.

//filepath :  https://github.com/anomalyco/opencode/blob/dev/packages/app/src/pages/home.tsx
{DateTime.fromMillis(project.time.updated ?? project.time.created).toRelative()}

Plugins

no

OpenCode version

1.1.19

Steps to reproduce

No response

Screenshot and/or share link

Image

Operating System

macos 26

Terminal

No response

Originally created by @crper on GitHub (Jan 14, 2026). Originally assigned to: @adamdotdevin on GitHub. ### Description There should be no instances of "0". We need to implement a filter for the recent projects list: For items with invalid or unobtainable timestamps, please either replace them with a dash ("-") or filter them out entirely. Only projects with valid timestamps should be retained, and the list should then be sorted accordingly. ```js //filepath : https://github.com/anomalyco/opencode/blob/dev/packages/app/src/pages/home.tsx {DateTime.fromMillis(project.time.updated ?? project.time.created).toRelative()} ``` ### Plugins no ### OpenCode version 1.1.19 ### Steps to reproduce _No response_ ### Screenshot and/or share link <img width="1758" height="1042" alt="Image" src="https://github.com/user-attachments/assets/c054fad6-c665-4897-90c6-d3fc92be1f8b" /> ### Operating System macos 26 ### Terminal _No response_
yindo added the bugweb labels 2026-02-16 17:56:44 -05:00
yindo closed this issue 2026-02-16 17:56:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#5782