livebook/lib/livebook_web
Shavit a104d9d73b
Show the evaluation time next to the cell indicator (#366)
* Display the time in seconds

Show the evaluation time next to the cell indicator

* Test session data

* Send evaluation time to session

Start the evaluation time inside the evaluator, display the time in seconds
or milliseconds.

The output is not a string but a map

* Add metadata to evaluation_response

* Wrap the evaluation indicator in a tooltip

  • Add metadata argument to the evaluation_response message
  • Use a tooltip to display the evaluation time

* Display the toolip below the indicator

* Remove the evaluation start time

* Make the tooltip optional

* Rename finish_cell_evaluation

* Evaluator tests

* Update test to accespt metadata

* Pass the evaluated time as a third argument

* Make status tooltip more generic

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-06-20 14:48:00 +02:00
..
controllers Move auth to its own view 2021-04-16 22:18:59 +02:00
live Show the evaluation time next to the cell indicator (#366) 2021-06-20 14:48:00 +02:00
plugs Show consistent user avatar on initial page load (#349) 2021-06-15 19:33:16 +02:00
templates Introduce an Explore section (#310) 2021-06-02 21:51:43 +02:00
views Move auth to its own view 2021-04-16 22:18:59 +02:00
ansi.ex Ignore RFC 1468 switch to ASCII code sequence (#225) 2021-04-20 15:05:30 +02:00
endpoint.ex Fix assets path in development 2021-05-20 12:28:00 +02:00
helpers.ex correct spelling mistake, should be list and not lits (#343) 2021-06-11 00:16:18 +02:00
router.ex Introduce an Explore section (#310) 2021-06-02 21:51:43 +02:00
telemetry.ex Rename project (#68) 2021-03-03 22:56:28 +01:00