livebook/lib/livebook_web
Jean Carlos 421b1c69a1
Show indicators of state on session sidebar (#657)
* Added range input (Slider)
* Added range input (Slider)
* Custom css to range input

* Formatting correction

* Defined min and max values of input range

* Revert "Defined min and max values of input range"

This reverts commit 815167ab0f.

* Added input select

* working with a options like list

* Formatting correction

* swapped li for inputs in input settings

* Removed unused attribute

* Final adjustments

* Improve users connected display

* Update lib/livebook_web/live/session_live.ex

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

* Update lib/livebook_web/live/session_live.ex

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

* Adjust elements

* Change favicon based on notebook status

* Format correction

* "operation" is unused

* Improvements for better functioning of icons

* Renamed icons files

* Update favicons

* Update changelog

* Show indicators of state on session sidebar

* Changes to status colors

* Improve spacing

* Scroll to cell on status click

* global_evaluation_status -> global_status

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-11-01 13:15:21 +01:00
..
controllers Remove version from the health endpoint (#601) 2021-10-18 18:28:19 +02:00
helpers Separate ANSI parsing from HTML rendering (#482) 2021-07-29 14:51:40 +02:00
live Show indicators of state on session sidebar (#657) 2021-11-01 13:15:21 +01:00
plugs Make it possible to configure custom plug for all requests (#576) 2021-10-05 00:44:27 +02:00
templates Add action for clearing evaluation and outputs (#661) 2021-10-29 16:34:44 +02:00
views Move auth to its own view 2021-04-16 22:18:59 +02:00
endpoint.ex Fix typos (#654) 2021-10-31 07:14:35 +01:00
helpers.ex Redesign save to file modal (#663) 2021-10-30 12:02:26 +02:00
router.ex Add support for importing notebook from URL query parameter (#598) 2021-10-16 12:23:08 +02:00
telemetry.ex Rename project (#68) 2021-03-03 22:56:28 +01:00