Closed jlkDE closed 2 years ago
@jlkDE, thank you for your feedback.
I'm not sure if the bug can be fixed, please have a try and tell me the results:
ThemeRevision/Helper/ColorSwitchHelper.php
and edit the codes both in line 15 and line 23:
from
$this->container[colorModel] = $this->container->factory(function ($c) {
to (pay attention to the apostrophes)
$this->container['colorModel'] = $this->container->factory(function ($c) {
Please also tell me your Kanboard and PHP version.
@jlkDE both bugs should be fixed, please clone the main branch again and have a try.
Hey @greyaz, thank you much for fixing all this quick, great job! Indeed everything now works as intended and I am really enjoying the dark theme so far. My team really likes it too as it matches a more modern look and after some small adjustments via a custom CSS I am sure that I will keep this theme for longer. :)
I'm so happy after reading your comments, thank you :)
After cloning the repository and checking out 1.0.2 an error is thrown instead of showing anything from Kanboard anymore. This does happen for every site and route:
Interestingly 1.0.0 throws a different but similar error:
As with 0.8.0 there is no ColorSwitchController.php so the error does not appear.