This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-10-25
Channels
- # babashka (65)
- # beginners (34)
- # biff (18)
- # calva (8)
- # clara (22)
- # clj-kondo (32)
- # clojure (24)
- # clojure-bay-area (4)
- # clojure-europe (135)
- # clojure-nl (3)
- # clojure-norway (9)
- # clojure-uk (1)
- # clojurescript (11)
- # clojutre (1)
- # core-async (8)
- # cursive (3)
- # datomic (31)
- # emacs (5)
- # fulcro (6)
- # graalvm (5)
- # graphql (3)
- # honeysql (1)
- # introduce-yourself (9)
- # kaocha (1)
- # lsp (65)
- # meander (5)
- # nbb (7)
- # nrepl (2)
- # off-topic (44)
- # rum (3)
- # shadow-cljs (23)
- # specter (1)
- # tools-deps (6)
- # vim (3)
- # xtdb (30)
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: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 URLI 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.
Thank you. Dunno why I missed this searching through github's online indices.