Issue and workaround to get PurpleMind2 theme working with redmine 6.04
Added by Jeremos Angelos 4 months ago
The redmine 6 version has new div tables instead of old html tables.
Icon and cells in PurpleMind2 are so big on the screen.
The PurpleMind versio nI use is
https://github.com/mrliptontea/PurpleMine2/tree/build-on-node-20
My workaround is to add a custom.css thru the redmine_x_client plugin with :
https://www.redmine-x.com/redmine-css-js-overrides
#list-definition {
margin: 0 15px;
width: auto !important;
}
#list-definition > div .field {
width: 160px;
}
#query_form_content > fieldset {
min-width: 0;
max-width: 100%;
}
Cheers
Replies (2)
RE: Issue and workaround to get PurpleMind2 theme working with redmine 6.04
-
Added by Achmad Fienan Rahardianto 25 days ago
Hello Jeremos,
I'm facing the same issue and tried to follow your solution.
so far it doesn't work for me.
can you provide the steps how to make your workaround works?
RE: Issue and workaround to get PurpleMind2 theme working with redmine 6.04
-
Added by İsmail Sahillioğlu about 5 hours ago
Hi everyone,
It looks like the repo owner of the PurpleMine2 theme does not respond to nothing anymore. I hope he is well. What a shame because this theme is one of the best of the bests for Redmine.
Well, I'd like to let you know the workaround that I followed. After I've been looking around in the repo, I've found out that someone has already suggested a pull request for Redmine 6.x compatibility. His username is gagnieray. Then I happenned to clone this theme from his branch since he claims to get it sorted for Redmine 6.x.
Then I've done the following steps:
- İnstall the theme to the
REDMINE_ROOT/themes
directory.
git clone -b feature/redmine-6-support --single-branch https://github.com/gagnieray/PurpleMine2.git PurpleMine2-R6
- Select theme from the settings UI. But the UI's got broken.
- Execute the following command in the root directory of Redmine:
bundle exec rake assets:precompile RAILS_ENV=production
- Restart Redmine and it should work: