livebook/lib/live_book_web/live
Jonatan Kłosko 3e6a4adce2
Implement collaborative text editing (#10)
* Set up editor and client side delta handling

* Synchronize deltas on the server

* Document the client code, add more tests

* Implement delta on the server, use compact representation when transmitting changes

* Simplify transformation implementation and add documentation

* Add session and data tests

* Add more delta tests

* Clean up evaluator tests wait timeout
2021-01-21 13:11:45 +01:00
..
cell.ex Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
home_live.ex Set up assets and layout (#2) 2021-01-07 22:13:17 +01:00
icons.ex Setup initial session UI (#9) 2021-01-17 22:03:03 +01:00
insert_cell_actions.ex Setup initial session UI (#9) 2021-01-17 22:03:03 +01:00
section.ex Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
session_live.ex Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
sessions_live.ex Setup initial session UI (#9) 2021-01-17 22:03:03 +01:00