berti92 / mega_calendar

Plugin for redmine: Brings a better calendar and more opportunities to display issues and holidays
http://www.devbert.de/index.php/en/project/megacalendar/
MIT License
70 stars 51 forks source link

Feature request: Option to change the text color in the calendar #117

Closed peipert closed 4 months ago

peipert commented 5 months ago

After upgrading the mega calendar from version 1.8.1 (with redmine 4.2.10) to 1.9.5 (with redmine 5.0.8) and later 1.9.6 with (redmine 5.1.2) it was hard to read the text in the calendar because the text color changed from black to white.

We rolled this back for us by changing "--fc-event-text-color:#fff;" into "--fc-event-text-color:#000;" in the files mega_calendar/assets/javascripts/fullcalendar-6.1.9/dist/index.global.min.js and mega_calendar/assets/javascripts/fullcalendar-6.1.9/dist/index.global.js

It would be great to have an option to change this color in the configuration.

berti92 commented 4 months ago

Implemented in v1.9.8

peipert commented 4 months ago

Hello Berti92, after upgrading the plugin with the 1.9.8 release, the shown version number is 1.9.7 and there ist no option for the text color. Could you please check this? Thanks in advance Peter

berti92 commented 4 months ago

Sorry, my bad. https://github.com/berti92/mega_calendar/releases/tag/1.9.8bugfix Now it should work.

peipert commented 4 months ago

Great, now it works.

Two little things, that are not critical but could improve the plugin:

  1. The default text color could be black.
  2. After opening the configuration page of the plugin the color chooser is open and the fields for the different colors are hidden behind it. You have to click somewhere on the page to hide the color chooser. This is not intuitive and one may not find the different options.

Thanks again for the new Version. Peter