The PR Reminder panel shows the following info (3 lines per PR):
number, PR title , repo, date, reviewers <--(icons, not text)
labels
description (truncated, shows complete description when hovering over)
Also, dummy-data.js now has PR Reminder data for testing.
The reminders don't include a url to the PR, issue or branch because the back-end doesn't provide that information. We should probably open an issue for that.
Closes #92
The PR Reminder panel shows the following info (3 lines per PR):
number
,PR title
,repo
,date
,reviewers
<--(icons, not text)labels
description
(truncated, shows complete description when hovering over)Also,
dummy-data.js
now has PR Reminder data for testing.The reminders don't include a
url
to the PR, issue or branch because the back-end doesn't provide that information. We should probably open an issue for that.