houston
houston copied to clipboard
FlowRouter Support
[Still WIP]
@gterrono, looks like MDG is leaning towards just supporting FlowRouter. For Houston to work with FlowRouter is a non-trivial rewrite, since we rely on template data context and router level subscriptions pretty heavily and FlowRouter doesn't particularly like that approach.
That said, an (as you can see) temporary hack includes just passing data
through anyway.
A bunch of stuff is still broken (had a few hours during a hackday to poke at this) but figured I'd share and see if you or others had time to contribute.
How well does this work? I'm still on the lookout for a no-config admin solution.
The intention of this PR is good, but unfortunately I think it was not tested.
When I go to /admin
and introduce the login data, then I get a blank page and no visible errors on console. The same all the time for every click that I do in any link: white page and only reloading I can access the page. Any clue @AlexeyMK ?