mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-17 14:19:53 +08:00
* Update phoenix deps
* Update reference to LiveDashboard encode_pid
* Fix form input id references
* Move to HEEx
* Update back to filesystem LV npm package
* Further HEEx rewrites
* Refactor icons into function components
* .html.leex -> .html.heex
* Further refactoring
* Move render helpers into function components
* Add doctype back
* Further refactoring
* Refactor cell component
* Further refactoring
* Compose sidebar using function components
* Rewrite notebook card component as function component
* Fruther refactoring
* Fix race condition in runtime tests
* Rewrite tooltips into function component
* Update Tailwind purge rules
* Revert "Rewrite tooltips into function component"
This reverts commit
|
||
|---|---|---|
| .. | ||
| attached_live.ex | ||
| bin_component.ex | ||
| cell_component.ex | ||
| cell_upload_component.ex | ||
| delete_section_component.ex | ||
| elixir_cell_settings_component.ex | ||
| elixir_standalone_live.ex | ||
| embedded_live.ex | ||
| indicators_component.ex | ||
| input_cell_settings_component.ex | ||
| insert_buttons_component.ex | ||
| mix_standalone_live.ex | ||
| persistence_component.ex | ||
| runtime_component.ex | ||
| section_component.ex | ||
| shortcuts_component.ex | ||