livebook/lib/livebook
Jonatan Kłosko 5c8e117800
Setup user profiles (#253)
* Add initial user config modal

* Assign user ids

* Update session data to hold user ids

* Get users list for specific ids

* Render user avatar

* User update

* Refactor user changes

* Subscribe to individual user updates

* Show users in side panel

* Add sidebar to homepage

* Don't generate the same color twice in a row

* Add documentation notes

* Fix tests

* Add tests

* Keep users in session data

* Rename color to hex_color
2021-05-03 20:03:19 +02:00
..
delta Fix spec in delta operation (#193) 2021-04-15 08:56:03 +02:00
evaluator Fix some typos in moduledocs (#180) 2021-04-14 13:40:32 +02:00
live_markdown Fix markdown line breaks rendering (#227) 2021-04-20 19:31:02 +02:00
notebook Format 2021-04-28 14:10:52 +02:00
runtime Require cookie for connecting to an attached node (#245) 2021-04-28 14:28:28 +02:00
session Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
users Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
utils Rename project (#68) 2021-03-03 22:56:28 +01:00
application.ex Setup Docker image with releases (#244) 2021-04-27 16:34:02 +02:00
completion.ex Fix undefined function warning (#241) 2021-04-26 08:59:46 +02:00
config.ex Setup Docker image with releases (#244) 2021-04-27 16:34:02 +02:00
content_loader.ex Set up importing notebook from URL or clipboard (#237) 2021-04-23 17:40:13 +02:00
delta.ex Rename project (#68) 2021-03-03 22:56:28 +01:00
evaluator.ex Add editor completion to Elixir cells (#208) 2021-04-20 19:34:17 +02:00
js_interop.ex Rename project (#68) 2021-03-03 22:56:28 +01:00
live_markdown.ex Remove extra word in comment (#185) 2021-04-14 21:02:47 +02:00
notebook.ex Restructure settings (#233) 2021-04-21 23:02:09 +02:00
runtime.ex Add editor completion to Elixir cells (#208) 2021-04-20 19:34:17 +02:00
session.ex Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
session_supervisor.ex Change wording from delete session to close session (#160) 2021-04-12 23:24:26 +02:00
users.ex Setup user profiles (#253) 2021-05-03 20:03:19 +02:00
utils.ex Setup Docker image with releases (#244) 2021-04-27 16:34:02 +02:00