3 comments

[ 5.5 ms ] story [ 25.6 ms ] thread
spentMinutes should be an array of objects with a timestamp, ie:

  spentMinutes: [
    {time: 20, at: "2025-08-14T22:33:19.419Z"},
    {time: 35, at: "2025-08-16T22:33:19.419Z"}
  ]
This thought is what triggered me to try and build an offline web app - https://news.ycombinator.com/item?id=44930814

After building this, I realise that we need a standalone electron that can download and run offline apps that are more complex.