mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 22:23:32 +08:00
* 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. |
||
|---|---|---|
| .. | ||
| attached_live.ex | ||
| cell_component.ex | ||
| cell_settings_component.ex | ||
| cell_upload_component.ex | ||
| elixir_standalone_live.ex | ||
| indicators_component.ex | ||
| insert_buttons_component.ex | ||
| mix_standalone_live.ex | ||
| persistence_component.ex | ||
| runtime_component.ex | ||
| section_component.ex | ||
| settings_component.ex | ||
| shortcuts_component.ex | ||