This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-03-12
Channels
- # arachne (1)
- # beginners (26)
- # cljs-dev (53)
- # cljsrn (1)
- # clojure (140)
- # clojure-italy (13)
- # clojure-russia (14)
- # clojure-spec (5)
- # clojure-uk (6)
- # clojurescript (52)
- # datascript (4)
- # datomic (11)
- # dirac (11)
- # emacs (12)
- # hoplon (9)
- # jobs (4)
- # lein-figwheel (1)
- # off-topic (29)
- # om (10)
- # om-next (1)
- # pedestal (3)
- # protorepl (1)
- # re-frame (16)
- # ring (12)
- # rum (27)
- # slack-help (12)
- # spacemacs (27)
- # unrepl (19)
- # untangled (26)
- # yada (8)
Use case: very large app state. Now I'll have to click those tiny arrows with my mouse to open/close parts of the app state in re-frisk view.
So I was thinking that wouldn't it be nice, when at least in separate window mode, to be able to use arrow keys to explore the app state in re-frisk.
i think it's a good point, thank you, now it's easy to implement here https://github.com/flexsurfer/re-frisk-shell/blob/master/src/re_frisk_shell/frisk.cljs#L8
Yea. I think re-frisk is great and one of the prime reasons that we've been able to create several successful reagent / re-frame projects 🙂
@elahti actually navigating the tree with the keyboard is possible, just a but clunky: tab/shift-tab to move focus across expand/collapse buttons and space to expand/collapse. agree arrow key navigation would be nice though 🙂