You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Table of results in main app and in widget can display array of Result object. Result is described here. Pull request data are presented similarly to pipeline data:
repositoryName is in uppercase on leftest side of the row. Underneath is name in gray color. duration and age is on the right side of the row. state is presented using icons - xmark or checkmark for closed or merged pull requests and clock.arrow.circlepath for inProgress state. url! is implemented same way as pipeline url`.
Table of results in main app and in widget can display array of
Result
object.Result
is described here. Pull request data are presented similarly to pipeline data:repositoryName
is in uppercase on leftest side of the row. Underneath isname
in gray color.duration
andage
is on the right side of the row.state
is presented using icons -xmark
orcheckmark
forclosed
ormerged
pull requests andclock.arrow.circlepath
forinProgress
state.url! is implemented same way as pipeline
url`.Depends on #15
The text was updated successfully, but these errors were encountered: