livebook/lib/live_book_web/live
Jonatan Kłosko 0925ec77cd
Implement notebook persistence and import (#44)
* Basic filesystem navigation

* Add file picker modal

* Implement autosave when dirty and show the status

* Add hompage link in the session view

* Improve file picker and use in both places

* Move session list to homepage

* Some refactoring

* Show import messages if any

* Fix and extend tests

* Show a message when there are no sessions running

* Rename import to fork and make that clear in notebook name

* Fix old route

* Show info when no file is connected to the given session

* Show runtime type next to filename

* Show button for joining session when a running path is selected

* Move modal components to SessionLive namespace

* Add FileGuard to lock files used for notebook persistence

* Use radio for specifying persistence type

* Don't lock nil path

* Simplify FileGuard implementation

* Test notebook persistence

* Fix typo

* Further simplify FileGuard

* Improve file listing

* Don't show parent dir when there's a basename being typed

* Add path component tests
2021-02-21 16:54:44 +01:00
..
session_live Implement notebook persistence and import (#44) 2021-02-21 16:54:44 +01:00
cell_component.ex UI polishing (#43) 2021-02-18 15:11:24 +01:00
home_live.ex Implement notebook persistence and import (#44) 2021-02-21 16:54:44 +01:00
icons.ex Implement notebook persistence and import (#44) 2021-02-21 16:54:44 +01:00
insert_cell_component.ex UI polishing (#43) 2021-02-18 15:11:24 +01:00
modal_component.ex Add keyboard shortcuts help modal (#41) 2021-02-18 13:14:09 +01:00
path_select_component.ex Implement notebook persistence and import (#44) 2021-02-21 16:54:44 +01:00
section_component.ex UI polishing (#43) 2021-02-18 15:11:24 +01:00
session_live.ex Implement notebook persistence and import (#44) 2021-02-21 16:54:44 +01:00
sessions_component.ex Implement notebook persistence and import (#44) 2021-02-21 16:54:44 +01:00