-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coloring issues by status + coloring the text of tracker / status in issues menu #192
Comments
Hello there! These sure sound like useful additions to have, please open a Pull Request. As for testing this - I'm using docker-compose to run multiple different versions of Redmine on my machine. If you would like to try that there are some instructions here: https://hub.docker.com/_/redmine?tab=description. If not (you don't have much Docker experience) we can work something out. |
sorry for being late on creating the pull request, was busy with uni and all 😅 |
For testing I just used non a production version of redmine 3.4 (using sqlite and webrick) and I have a 4.0 production server which I uploaded the theme to. |
Hello, first of all, congratulation for this great work. The best redmine theme by far. |
Hi @slim-benhammouda. I apologize again for my lack of communication. |
A while back I modified _list.scss to allow the issue number to be colored by either the status color instead of the tracker color, I also added the ability to color the texts of the tracker or status fields (all 3 are separate variables and can be toggled on and off). And while I was in there I also added a bunch of status colors for statuses like feedback, resolved, and rejected.
I have a couple issues though, the first being the fact that I only have Redmine 4.0 which makes it difficult for me to make sure my additions work on earlier versions, the second being the fact that I had to test all my work in production which made a bunch of useless unnecessary commits.
So I was wondering if you're interested in these additions, if so, I can try to organize them and open a pull request.
(attached screenshot only has the variables for coloring number by status and coloring status text set to true, the tracker text can also be colored)
The text was updated successfully, but these errors were encountered: