dioxus/packages/liveview/src
Evan Almloff 281087469a
Move the history provider into the context (#3048)
* move history providers into a separate crate

* start moving route providers into the renderers

* clean up intoroutable

* remove into routable

* fix router tests

* Provide history providers in each renderer

* implement nested routers

* move the lens out of the history crate

* re-export dioxus history trait in the prelude

* also re-export the history function

* fix history doctests

* some light cleanups

---------

Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-10-31 12:44:04 -07:00
..
adapters Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
config.rs Simplify the launch builder (#2967) 2024-10-10 16:00:58 -07:00
document.rs Move the history provider into the context (#3048) 2024-10-31 12:44:04 -07:00
element.rs Add access to the Element attributes related to scrolling (#2338) 2024-05-21 12:56:49 -05:00
events.rs Add the onresize event handler to Element (#2479) 2024-08-15 01:23:49 +00:00
history.rs Move the history provider into the context (#3048) 2024-10-31 12:44:04 -07:00
index.html Revert "fix: liveview interpreter using new templates" 2022-12-16 14:20:05 -08:00
launch.rs Fix liveview launch (#3145) 2024-10-30 09:32:18 -07:00
lib.rs Move the history provider into the context (#3048) 2024-10-31 12:44:04 -07:00
main.js Synchronous prevent default (#2792) 2024-08-13 11:57:54 -07:00
pool.rs Move the history provider into the context (#3048) 2024-10-31 12:44:04 -07:00
query.rs Move the history provider into the context (#3048) 2024-10-31 12:44:04 -07:00