livebook/assets/js
Cristine Guadelupe 4dd28388a5
Bulk actions for sessions (#939)
* Initial implementation to close multiple sessions

* Sessions: bulk actions with components

* Rename Disconnect sessions to Disconnect runtime

* Select all and disabled when nothing is selected

* Styled checkbox

* Renames toggle events

* Warning about not persisted notebooks

* Adds disconnect runtime option for a single session

* Edit sessions on right

* Fix: typos and plural

* Minor adjustments

* Removes the loop for rendering the menu

* Menus with fixed width

* Minor adjustments

* Pluralize as global helper

* Bulk actions form on client side

* Track bulk actions buttons state

* Fix: home live tests

* Doctests for pluralize

* Fix: bulk actions buttons losing state on session update

* Fix: format

* Minor adjustment on toggle_edit

* Review-based adjustments

* Reset the Edit state after single-session actions

* Minor adjustments

* Fixes bulk action events

* Submit the bulk action form directly

* Tests for bulk actions

* Indentation

* Update lib/livebook_web/live/home_live/close_session_component.ex

Co-authored-by: José Valim <jose.valim@gmail.com>

Co-authored-by: José Valim <jose.valim@gmail.com>
2022-01-28 17:45:04 -03:00
..
cell Highlight code errors on formatting and evaluation (#948) 2022-01-28 21:00:31 +01:00
drag_and_drop
editor_settings Apply editor theme to markdown snippets (#873) 2022-01-16 13:50:44 +01:00
focus_on_update Automatically back up notebooks without a file (#736) 2021-12-04 16:29:14 +01:00
headline
highlight Implement signature intellisense (#640) 2021-12-03 21:57:21 +01:00
js_output Allow downloads inside JS output iframe (#931) 2022-01-25 14:29:57 +01:00
keyboard_control Disable keyboard control when an editable element is focused (#885) 2022-01-19 13:05:21 +01:00
lib Fix line break support in Mermaid graph definition (#932) 2022-01-25 16:19:33 +01:00
markdown_renderer
password_toggle
scroll_on_update
session Fix cell insertion while editing Markdown cell (#883) 2022-01-19 11:34:38 +01:00
timer Fix evaluation timer on page refresh (#732) 2021-12-03 14:23:50 +01:00
user_form
virtualized_lines Restructure frame output (#857) 2022-01-16 20:37:00 +01:00
app.js Bulk actions for sessions (#939) 2022-01-28 17:45:04 -03:00
morphdom_callbacks.js