dezoito / ollama-grid-search

A multi-platform desktop application to evaluate and compare LLM models, written in Rust and React.
MIT License
511 stars 31 forks source link

Experiment started timestamp updates on re-render #10

Closed calebsheridan closed 7 months ago

calebsheridan commented 7 months ago

The timestamp for Experiment started uses new Date() in the render function which incorrectly updates the start time on re-renders.

The start time should not update on re-renders.

Recreate this issue by starting an experiment, waiting a few seconds, then pressing one of the Expand buttons which updates state and re-renders the date.

dezoito commented 7 months ago

Thank you! Adding that to the list of changes for the next release.

dezoito commented 7 months ago

Fixed as of v0.4.0