livebook/assets/js
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
..
cell Fix issue with font-family detection (#157) 2021-04-12 18:31:10 +02:00
content_editable UI polishing (#43) 2021-02-18 15:11:24 +01:00
focus_on_update Implement notebook persistence and import (#44) 2021-02-21 16:54:44 +01:00
lib Make autoscroll behaviour more intuitive (#143) 2021-04-05 15:06:14 +02:00
scroll_on_update Support starting runtime in Mix context (#61) 2021-02-26 20:53:29 +01:00
session Allow re-ordering of sections (#221) 2021-04-20 12:12:29 +02:00
virtualized_lines Automatically scroll output (#106) 2021-03-22 16:23:42 +01:00
app.js Add support for math formulas (#151) 2021-04-08 15:31:46 +02:00
morphdom_callbacks.js Redesign (#80) 2021-03-20 14:10:15 +01:00