Fork me on GitHub
#fulcro
<
2022-10-25
>
roklenarcic19:10:25

I’ve got an icon in the corner that has this on-click handler:

(rroute/route-to! this LandingPage {})
So it routes to start page. It works, but it doesn’t actually change URL if used from within a form. When I open a form to create a new entity, the url changes to: ...... The form is dirty and invalid, when I click the corner icon to navigate to landing page I am presented with a confirmation screen:

tony.kay22:10:42

confirm in js IS blocking

roklenarcic19:10:14

When I confirm the landing page is shown but the URL remains to be:

....
Instead of If I click the icon again on the page it will fix the URL

johnny.martin20:10:07

I have this in my deps.edn com.github.awkay/workspaces {:mvn/version "1.0.3"} Any idea where to find sources? I looked for repos on github under awkay and fulcrologic but found none. Thx.

johnny.martin23:10:19

Thank you. Dunno why I missed this searching through github's online indices.