#687 Make the unassigned text in the PR list not stand out as much
Closed: Fixed None Opened 8 years ago by ryanlerch.

In a recent change to the Issue list, we made the text that says "unassigned" in the assigned column not stand out as much. Basically, we made the text grey, and removed the () from around it. We should also do this for the similar column in the Pull request list page (https://pagure.io/pagure/pull-requests)

Here is the PR list page as it currently looks:
PRlistpage.png

and here is the Issue list page with the more subtle unassigned text:

issuepage.png


I can have a go at this .
Just one question when I run pagure in development mode (runserver.py), is there a way to create a fake pull request in one project, so I can test the UI ?

@cverna, There is no way to create a fake PR sorry.

The simplest is to

  • Create a project
  • Clone the repo on your machine (ie: git clone ~/project/pagure/repos/foo.git)
  • Put some dummy content in there
  • push
  • Create a second branch and add one or two more commits
  • push
  • Go back to the UI, create a PR from the branch created into master
  • Enjoy :)

Ok Just tried it, works fine :smile:

I can work on this issue then !

Thanks

Login to comment on this ticket.

Metadata
Attachments 2
Attached 8 years ago View Comment
Attached 8 years ago View Comment