livebook/test/live_book
Jonatan Kłosko 0b77fd4279
Add keyboard shortcuts help modal (#41)
* Update keybindings and add help modal

* Add more evaluation shortcuts

* Add shortcut to the help modal

* Show appropriate shortcuts depending on the user system

* Handle missing user-agent header

* Conditionally render shortcut based on user agent

* Implement vim-style navigation

* Remove warning

* Determine platform based on socket on mount

* Improve shortcuts list UI
2021-02-18 13:14:09 +01:00
..
delta Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
evaluator Extend Evaluator with response formatter (#23) 2021-02-11 14:04:29 +01:00
live_markdown Define notebook file format (#27) 2021-02-16 18:39:52 +01:00
runtime Add keyboard shortcuts help modal (#41) 2021-02-18 13:14:09 +01:00
session Move evaluation to a separate Elixir runtime (#20) 2021-02-11 12:42:17 +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 Move evaluation to a separate Elixir runtime (#20) 2021-02-11 12:42:17 +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 Add module for managing multiple running sessions (#3) 2021-01-08 14:14:26 +01:00
session_test.exs Move evaluation to a separate Elixir runtime (#20) 2021-02-11 12:42:17 +01:00