livebook/test
Benjamin Philip 682ee396d0
Allow re-ordering of sections (#221)
* Allow server-side re-ordering of sections

* `Livebook.Notenook.move_section` definition
* Management and implementation of requests
* tests

This commit allows a person to send a request to the server to move a
section. However, the functionality in not yet available in the UI.

* Allow "Move up" and "Move down" functionality for sections

* Rendering of up and down "arrows" at Section's side
* Request from UI on click

This commit enables a user to move a section upwards or downwards, much
like a cell. However, after the section moves, the focus is not changed
to it.

* Apply formatting

* Define a function to update cell status

* Defines a common function for `move_cell` and `move_section` to use to
update cell status.
2021-04-20 12:12:29 +02:00
..
livebook Allow re-ordering of sections (#221) 2021-04-20 12:12:29 +02:00
livebook_web Unify env variables and change auth to use session (#195) 2021-04-15 15:50:29 +02:00
support Add test for standalone Mix runtime (#184) 2021-04-14 20:12:14 +02:00
test_helper.exs