livebook/lib/livebook_web/live
Jonatan Kłosko 8dea99e600
Support inputs (#328)
* Render basic input

* Make each cell type a separate struct

* Add operation to set input value

* Prototype communication

* Make input name editable

* Refactoring

* Unify cell attribute setters

* IO tests

* Document input communication protocol in Runtime

* Add more tests

* Add persistence

* Fix status update on cell attributes change

* Rework persistence

* Integrate input cell with insert mode

* Add missing users keybinding

* Mimic autofocus for dynamically inserted elements

* Support input type selection

* Support URL input and set up validation

* Convert input error into a more meaningful io error

* Add missing client checks

* Consume every input only once per evaluation

* Fixes
2021-06-08 12:33:50 +02:00
..
home_live Support inputs (#328) 2021-06-08 12:33:50 +02:00
output Delegate output formatting rules to Kino (#309) 2021-06-01 17:47:03 +02:00
session_live Support inputs (#328) 2021-06-08 12:33:50 +02:00
explore_live.ex Update LV version and remove deprecations (#312) 2021-06-03 13:53:03 +02:00
home_live.ex Update LV version and remove deprecations (#312) 2021-06-03 13:53:03 +02:00
modal_component.ex Update LV version and remove deprecations (#312) 2021-06-03 13:53:03 +02:00
notebook_card_component.ex Make images in explore cards clickable 2021-06-03 14:55:25 +02:00
path_select_component.ex Restructure settings (#233) 2021-04-21 23:02:09 +02:00
session_helpers.ex Introduce an Explore section (#310) 2021-06-02 21:51:43 +02:00
session_live.ex Support inputs (#328) 2021-06-08 12:33:50 +02:00
sidebar_component.ex Introduce an Explore section (#310) 2021-06-02 21:51:43 +02:00
user_component.ex Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
user_helpers.ex Setup user profiles (#253) 2021-05-03 20:03:19 +02:00