livebook/test/livebook_web
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
..
controllers Change wording from delete session to close session (#160) 2021-04-12 23:24:26 +02:00
live Support inputs (#328) 2021-06-08 12:33:50 +02:00
plugs Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
views Rename project (#68) 2021-03-03 22:56:28 +01:00
ansi_test.exs Ignore RFC 1468 switch to ASCII code sequence (#225) 2021-04-20 15:05:30 +02:00
helpers_test.exs Change anchor tags for sections to be based on the titles, not randomly generated (#288) 2021-05-23 18:22:55 +02:00