gngrOrg / gngr

a cross-platform browser focussed on privacy.
https://gngr.info
287 stars 60 forks source link

Proposed Solution to Issue 171 #274

Open behrens-web opened 3 years ago

behrens-web commented 3 years ago

The project I just submitted should display the number of accepted jobs and total jobs when the "Req Mgr" button is pressed on gngr. Accepted jobs will be on the left side of the "OK" button whereas Total jobs will be on the right side of the "OK" button.

I look forward to your input on my contribution.

hrj commented 3 years ago

Hey @behrens-web

This is a great start.

Quick comment: can you avoid committing changes to files that are not relevant to the PR? I am not sure what were the changes (Github diff says "empty file") but they were probably some minor changes.

I assume you are not that familiar with git yet.

It will help if you can do something like this:

Once I can see only the relevant changes, I will also be able to compile and try the changes on my system.

best, HRJ