livebook/test/live_book
Jonatan Kłosko d93ab41e7a
Implement reordering cells using keyboard (#63)
* Implement moving cells with keyboard shortcuts

* Add tests for cell movement operation

* Refactor

* Does not mark cells as stale if Elixir cells did not change order
2021-03-01 13:29:46 +01:00
..
delta Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
evaluator Support ANSI escape codes (#55) 2021-02-22 22:08:02 +01:00
live_markdown Markdown snippets (#56) 2021-02-24 15:41:00 +01:00
runtime Support starting runtime in Mix context (#61) 2021-02-26 20:53:29 +01:00
session Implement reordering cells using keyboard (#63) 2021-03-01 13:29:46 +01:00
utils Support starting runtime in Mix context (#61) 2021-02-26 20:53:29 +01:00
delta_test.exs Make the Delta behavior consistent for client and server (#26) 2021-02-11 22:02:07 +01:00
evaluator_test.exs Fixes (#62) 2021-02-26 20:39:32 +01:00
js_interop_test.exs Make the Delta behavior consistent for client and server (#26) 2021-02-11 22:02:07 +01:00
notebook_test.exs Set up markdown rendering (#16) 2021-01-30 00:33:04 +01:00
session_supervisor_test.exs Save notebook and notify clients when session is stopped (#45) 2021-02-21 19:17:14 +01:00
session_test.exs Support starting runtime in Mix context (#61) 2021-02-26 20:53:29 +01:00