jlaustill / fm2

An open-source file manager released under MIT license. Up-to-date for use with nodejs, but under HEAVY development, so expect rapid changes until we reach a working state. Currently at verion 2.4.0-alpha. Contributions and / or donations are welcome!
2 stars 1 forks source link

filetree needs a custom binding #4

Closed jlaustill closed 8 years ago

jlaustill commented 8 years ago

After working with it for a bit I've concluded that the filetree needs a custom binding to control it. I wasn't sure at first whether I wanted to drive everything from the filetree events, or control the filetree externally. I think controlling it externally will be the way to go due to the difficulty of controlling the viewmodel with filetree's events.

jlaustill commented 8 years ago

This is done and I will call it v2.4.0-alpha7