Bug
Sessions that were last updated minutes ago still render as on the index grid. The relative timestamp helper doesn’t age beyond a minute, so users can’t tell how stale a pad is.
Expected
Show both the absolute timestamp and an accurate relative delta (e.g., ), or drop the text once a minute passes.
Actual
For an entry edited ~20 minutes earlier, the card still says .
Notes
- Observed on Safari 18
- API returns correct ISO string; formatting logic in seems to be the culprit.
Bug
Sessions that were last updated minutes ago still render as on the index grid. The relative timestamp helper doesn’t age beyond a minute, so users can’t tell how stale a pad is.
Expected
Show both the absolute timestamp and an accurate relative delta (e.g., ), or drop the text once a minute passes.
Actual
For an entry edited ~20 minutes earlier, the card still says .
Notes