livebook/lib/livebook_web/live/session_live
Jonatan Kłosko d93b5d8450
Set up image uploads for Markdown content (#132)
* Add cell image upload modal

* Add controller for serving the images and handle this on markdown side

* Use per-session images dir

* Add etag header to session image responses

* Adjust markdown image styling

* Properly manage session images dir

* Add tests

* Set maximum file size for image uploads

* Move images dir specifics to the Session module

* Move images when nonpersistent session becomes persistent

* Update lib/livebook_web/live/session_live.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

* Update lib/livebook_web/live/session_live.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

* Update lib/livebook_web/live/session_live/cell_upload_component.ex

Co-authored-by: José Valim <jose.valim@dashbit.co>

* Test that close gets rid of session temporary dir

Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-04-04 18:55:51 +02:00
..
attached_live.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00
cell_component.ex Set up image uploads for Markdown content (#132) 2021-04-04 18:55:51 +02:00
cell_settings_component.ex Add confirmation for session deletion (#117) 2021-03-25 17:39:18 +01:00
cell_upload_component.ex Set up image uploads for Markdown content (#132) 2021-04-04 18:55:51 +02:00
elixir_standalone_live.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00
indicators_component.ex Notebook status indicators (#127) 2021-04-01 12:56:19 +02:00
insert_buttons_component.ex Prevent from scrolling to top on modal open (#129) 2021-04-02 14:00:49 +02:00
mix_standalone_live.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00
persistence_component.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00
runtime_component.ex Add confirmation for session deletion (#117) 2021-03-25 17:39:18 +01:00
section_component.ex Prevent from scrolling to top on modal open (#129) 2021-04-02 14:00:49 +02:00
settings_component.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00
shortcuts_component.ex Logo and README (#133) 2021-04-04 12:42:46 +02:00