wonderful-panda

Results 2 issues of wonderful-panda

今の実装では、リポジトリの場所はバッファに開かれているファイルのパスから検索されますが、 AgitFileで明示的にファイルを指定して起動した場合はそのパスから検索する必要があるのではないでしょうか。

enhancement

TypeScript supposes first argument of functional component is props. https://www.typescriptlang.org/docs/handbook/jsx.html#stateless-functional-component It would be nice if some option will be added that treats first argument as props. Example: ```ts const A...