livebook/lib/livebook_web/live
Frank Hunleth 3131610ad8
Fix error when specifying custom learn notebooks (#1570)
This fixes the following error:

```
07:18:26.178 [error] #PID<0.2236.0> running LivebookWeb.Endpoint (connection #PID<0.2226.0>, stream id 6) terminated
Server: localhost:8080 (http)
Request: GET /
** (exit) an exception was raised:
    ** (ArgumentError) expected a path starting with a single / but got "data:image/svg+xml;base64,PD94bWwgdmVyc2lv..."
        (phoenix 1.6.15) lib/phoenix/endpoint/supervisor.ex:311: Phoenix.Endpoint.Supervisor.raise_invalid_path/1
        (phoenix 1.6.15) lib/phoenix/config.ex:65: Phoenix.Config.cache/3
        (livebook 0.8.0) lib/phoenix/endpoint.ex:597: LivebookWeb.Endpoint.static_path/1
        (livebook 0.8.0) lib/livebook_web/live/learn_helpers.ex:15: anonymous fn/2 in LivebookWeb.LearnHelpers.notebook_card/1
        (livebook 0.8.0) /Users/fhunleth/git/livebook-dev/livebook/lib/livebook_web/live/home_live.ex:119: LivebookWeb.HomeLive.render/1
        (elixir 1.14.2) lib/enum.ex:1780: Enum."-map_reduce/3-lists^mapfoldl/2-0-"/3
```
2022-12-10 12:46:56 +01:00
..
home_live Tiny adjustments to style and responsiveness based on feedback 2022-10-11 19:06:21 +02:00
hooks Support passing an MFA for customizing shutdown (#1519) 2022-11-10 18:09:01 +01:00
hub Base url path configuration variable (#1549) 2022-11-29 23:34:38 +01:00
output Support monospace font in textarea input (#1565) 2022-12-06 19:36:22 +01:00
session_live Track evaluation dependencies and cache results (#1517) 2022-11-09 14:40:44 +01:00
settings_live Move file system actions into a menu (#1484) 2022-10-13 15:31:06 +02:00
env_var_component.ex Update to LV 0.18 (#1426) 2022-10-04 08:46:55 +02:00
env_vars_component.ex Final adjustments to env vars (#1418) 2022-09-16 20:37:01 -03:00
file_select_component.ex Require fewer clicks to save a notebook (#1458) 2022-10-04 10:56:11 +02:00
file_system_helpers.ex Group LV helpers (#1061) 2022-03-17 23:33:18 +01:00
form_helpers.ex Unify several forms in the application (#1392) 2022-09-05 23:59:13 +02:00
home_live.ex Allow a file system to be set as default in the UI (#1450) 2022-10-13 15:16:52 +02:00
js_view_component.ex Use binary ids for session clients (#1333) 2022-08-05 14:43:41 +02:00
layout_helpers.ex Format 2022-11-29 23:35:35 +01:00
learn_helpers.ex Fix error when specifying custom learn notebooks (#1570) 2022-12-10 12:46:56 +01:00
learn_live.ex Format 2022-11-29 23:35:35 +01:00
live_helpers.ex Add a clarification for editor shortcuts (#1460) 2022-10-04 11:56:52 +02:00
output.ex Release v0.8.0 2022-12-08 21:05:48 +01:00
page_helpers.ex Rename the Explore section to Learn (#1424) 2022-09-21 12:06:22 +02:00
session_helpers.ex Add support for anchor links during navigation (#1327) 2022-08-04 21:24:19 +02:00
session_live.ex Release v0.8.0 2022-12-08 21:05:48 +01:00
settings_live.ex Clarify that env vars are specific to this machine 2022-10-20 19:55:38 +02:00
user_component.ex Update to LV 0.18 (#1426) 2022-10-04 08:46:55 +02:00
user_helpers.ex Enable HEEx formatter (#1322) 2022-08-02 15:51:02 +02:00