Hey Eduardo, I'm making a kinda cool File Navigator / Git-In-The-Browser thingy.

It uses BrowserFS to provide the Node.js fs API in the browser, and I'm working on adding support for fs.watch so I can do live-reloading and stuff.
Anyway, I don't have any concrete idea, but as I started thinking, "OK, I'll need a meta-data structure to track each folder's [open|closed] toggle state. And a meta-data structure to track each file's git [unchanged|modified|added|removed] state. And a meta-data structure to display a loader or spinner next to files while they're compiling..." and I remembered your project and thought I'd ping you because you have experience with that stuff!
Hey Eduardo, I'm making a kinda cool File Navigator / Git-In-The-Browser thingy.
It uses BrowserFS to provide the Node.js
fsAPI in the browser, and I'm working on adding support forfs.watchso I can do live-reloading and stuff.Anyway, I don't have any concrete idea, but as I started thinking, "OK, I'll need a meta-data structure to track each folder's [open|closed] toggle state. And a meta-data structure to track each file's git [unchanged|modified|added|removed] state. And a meta-data structure to display a loader or spinner next to files while they're compiling..." and I remembered your project and thought I'd ping you because you have experience with that stuff!