livebook/assets
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
..
css Improve inline code in rendered markdown 2021-04-09 14:31:34 +02:00
js Allow re-ordering of sections (#221) 2021-04-20 12:12:29 +02:00
test/lib Highlight viewed section within the list (#76) 2021-03-12 16:40:37 +01:00
.babelrc Initial commit 2021-01-07 20:56:24 +01:00
package-lock.json Bump marked from 1.2.8 to 2.0.0 in /assets (#163) 2021-04-13 18:11:11 +02:00
package.json Bump marked from 1.2.8 to 2.0.0 in /assets (#163) 2021-04-13 18:11:11 +02:00
postcss.config.js Use tailwindcss jit (#79) 2021-03-17 11:17:52 +01:00
tailwind.config.js Redesign (#80) 2021-03-20 14:10:15 +01:00
webpack.config.js Further redesign (#112) 2021-03-23 17:46:33 +01:00