TeamStatus-for-GitHub icon indicating copy to clipboard operation
TeamStatus-for-GitHub copied to clipboard

A macOS application for tracking code review process

Results 2 TeamStatus-for-GitHub issues
Sort by recently updated
recently updated
newest added

I ran the app from the terminal with the company's repos (it's private and my private user is invited), I see in Charles that the request succeeds, 200 OK, with...

When I try to build the project with `xcodebuild` I get an error: ``` [path]/TeamStatus-for-GitHub/TeamStatusCommon/MainViewModel.swift:136:53: error: use of undeclared type 'ReviewerCellView' func viewDataForUserLoginCell(at rowIndex: Int) -> ReviewerCellView.ViewData { ``` Can...