livebook/lib/livebook_web
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
..
channels Introduce broadcast communication from runtime (#845) 2022-01-10 18:38:08 +01:00
controllers Add support for JS output widgets (#818) 2021-12-24 14:18:34 +01:00
helpers Restructure frame output (#857) 2022-01-16 20:37:00 +01:00
live Bulk actions for sessions (#939) 2022-01-28 17:45:04 -03:00
plugs Introduce a dedicated channel for JS widget communication (#843) 2022-01-06 16:31:26 +01:00
templates Favicon as png to work on Safari (#920) 2022-01-22 18:15:06 -03:00
views Move auth to its own view 2021-04-16 22:18:59 +02:00
endpoint.ex Allow LIVEBOOK_PORT to be set to 0 for a random port (#906) 2022-01-21 09:18:02 +01:00
helpers.ex Bulk actions for sessions (#939) 2022-01-28 17:45:04 -03:00
router.ex Bulk actions for sessions (#939) 2022-01-28 17:45:04 -03:00
telemetry.ex Rename project (#68) 2021-03-03 22:56:28 +01:00