James Kerr

Results 71 issues of James Kerr

We need to document the Tree's onClick and onContextMenu props. Those are attached to the tree container so that you can take action when the user clicks or rightclicks on...

It'd be nice to have a demo where you have folders of expenses and each expense amount is on the right. The folders would sum the children and display it...

demo

This will help users get up and running quickly, without needing to create their own styles at first. @mason-fish had this idea.

`handlers.select(e, {selectOnClick: true})` That's weird.

I am trying to ingest data from standard in using zapi load. I'm getting an error that is hard to debug like so: My command (without a -use): ``` echo...

- Remove unused png - Remove stray console log

There's no way to open the sidebar once you've closed it in the UI. You have to use the View menu. It's not ideal. There is also no dividing line...

bug

There is no visual indication that a folder or query is readonly. We need to add a lock icon next to the folder or the queries or both. We also...

If the JSON is appState.json is in an unexpected state, the app won't start. In the example below (on main branch), I've changed app state.json to be what's on the...