livebook/assets/js
Jonatan Kłosko 19baf013d5
Introduce a dedicated channel for JS widget communication (#843)
* Introduce a dedicated channel for JS widget communication

* Handle payload serialization errors

* Tie channel lifetime to the session

* Catch serialization errors instead of encoding twice

* Merge JS static and dynamic outputs

* Authenticate socket connection from session

* Update JS output format

* Remove unused helper

* Apply review comments
2022-01-06 16:31:26 +01:00
..
cell Focus fixes (#831) 2021-12-28 19:42:04 +01:00
drag_and_drop Fix typo in drag_and_drop directory name (#723) 2021-12-01 19:44:42 +01:00
editor_settings Implement signature intellisense (#640) 2021-12-03 21:57:21 +01:00
focus_on_update Automatically back up notebooks without a file (#736) 2021-12-04 16:29:14 +01:00
headline Fix headline blur on click and improve editor focus 2021-11-18 17:34:04 +01:00
highlight Implement signature intellisense (#640) 2021-12-03 21:57:21 +01:00
js_output Introduce a dedicated channel for JS widget communication (#843) 2022-01-06 16:31:26 +01:00
keyboard_control Add support for controls output type (#710) 2021-12-02 16:45:00 +01:00
lib Add support for JS output widgets (#818) 2021-12-24 14:18:34 +01:00
markdown_renderer
password_toggle Add show/hide button for password inputs #566 (#664) 2021-11-01 16:04:11 +01:00
scroll_on_update
session Introduce a dedicated channel for JS widget communication (#843) 2022-01-06 16:31:26 +01:00
timer Fix evaluation timer on page refresh (#732) 2021-12-03 14:23:50 +01:00
user_form Migrate to latest LV (#437) 2021-07-07 14:32:49 +02:00
vega_lite Dynamically import Vega-Lite JS when needed (#673) 2021-11-03 15:58:46 +01:00
virtualized_lines Keep original source when highlighting (#480) 2021-07-28 19:35:36 +02:00
app.js Add support for JS output widgets (#818) 2021-12-24 14:18:34 +01:00
morphdom_callbacks.js