Fork me on GitHub
#re-frame
<
2017-03-12
>
andre13:03:16

live app-db "filter" 🙂

andre13:03:26

i love it 🙂

andre13:03:22

btw this is lein plugin for debugging rn 🙂

elahti13:03:29

would be cool to be able to use arrow keys to navigate at re-frisk.

andre13:03:12

Could you please explain use case?

elahti13:03:27

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.

elahti13:03:55

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.

elahti13:03:36

Its kinda frustrating some times when you're in a hurry 🙂

andre13:03:53

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

andre13:03:25

PR are welcome 🙂

elahti13:03:27

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 🙂

elahti13:03:53

Yea, I'll see if I can summon the time 🙂

tpatja18:03:54

@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 🙂

tagore23:03:11

@elahti So you've been using re-frame in production? I'd be interested in hearing about that.

tagore23:03:55

I like re-frame- there are aspects of it I like quite a bit more than redux, but...