livebook/lib/livebook_web/live/session_live
Jonatan Kłosko c2636b8220
Migrate inputs to Kino (#714)
* Migrate inputs to Kino

* Update lib/livebook/session/data.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

* Try parsing numbers as integers

* Garbage collect input values

* Adjust tests

* Remove unused variable

* Fix frame rendering

* Wrap inputs in border depending on its type

* Add textarea

* Reorder

* Update tests

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-11-25 18:43:42 +01:00
..
attached_live.ex Add runtime info panel (#692) 2021-11-09 18:37:22 +01:00
bin_component.ex Implement clipboard copy with JS commands (#699) 2021-11-10 20:17:32 +01:00
cell_component.ex Migrate inputs to Kino (#714) 2021-11-25 18:43:42 +01:00
cell_upload_component.ex
delete_section_component.ex
elixir_cell_settings_component.ex Revert wording in code formatting configuration (#681) 2021-11-05 20:04:50 +01:00
elixir_standalone_live.ex Add runtime info panel (#692) 2021-11-09 18:37:22 +01:00
embedded_live.ex Add runtime info panel (#692) 2021-11-09 18:37:22 +01:00
export_component.ex Update Phoenix LV (#656) 2021-11-01 19:33:43 +01:00
export_elixir_component.ex Implement clipboard copy with JS commands (#699) 2021-11-10 20:17:32 +01:00
export_live_markdown_component.ex Implement clipboard copy with JS commands (#699) 2021-11-10 20:17:32 +01:00
indicators_component.ex Improve icon buttons accessibility and navigation (#667) 2021-11-01 18:20:56 +01:00
insert_buttons_component.ex Migrate inputs to Kino (#714) 2021-11-25 18:43:42 +01:00
mix_standalone_live.ex Add runtime info panel (#692) 2021-11-09 18:37:22 +01:00
persistence_live.ex Update Phoenix LV (#656) 2021-11-01 19:33:43 +01:00
runtime_component.ex Redesign runtime panel and sessions list (#697) 2021-11-10 18:50:39 +01:00
section_component.ex Restructure j/k navigation to support headlines (#707) 2021-11-16 21:57:10 +01:00
shortcuts_component.ex