mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-24 23:41:47 -05:00
Wrong color of Card tittle when switching to Dark mode #1894
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hugosxm on GitHub (Dec 11, 2023).
Description
Hi,
I just tried to color cards, and I found that when you switch theme from light to dark, it reverts color of the colored card, but this is not good, if you choose a yellow or white color you won't be able to read the tittle anymore :
Dark mode :
Light mode :

Dark mode should revert color of the tittle only for cards that are close to black and white I think.
Sorry if this is not clear ^^
Vikunja Frontend Version
0.21.0
Vikunja API Version
0.21.0
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
Yes
Screenshots
No response
@kolaente commented on GitHub (Dec 13, 2023):
Fixed in
34e4862c88. Please check with the next unstable build.@hugosxm commented on GitHub (Dec 13, 2023):
@kolaente Yep ! Much better ! Thanks for the very quick fix !!
@hugosxm commented on GitHub (Jan 19, 2024):
@kolaente sorry but i just saw this :
Maybe we should fix all the text of the card and not just the tittle ...
@kolaente commented on GitHub (Jan 20, 2024):
Pushed another fix in
da311fce9e- please check again with the next unstable build.@hugosxm commented on GitHub (Jan 21, 2024):
Seems the same to me, i used sha256:300eb43e01de4cec355bd197d2d62f8a872b55a088ee178a6a53cd2a757edf67 image, pushed two hours ago ? Am I on the right image to test ?
@kolaente commented on GitHub (Jan 21, 2024):
@hugosxm which Vikunja version is that?
@hugosxm commented on GitHub (Jan 21, 2024):
@kolaente from the webui : Version : 0.22.0+68-c7b70844c6
@kolaente commented on GitHub (Jan 22, 2024):
Seems to work fine for me. Can you share a screenshot and explain what you think is wrong?
@hugosxm commented on GitHub (Jan 22, 2024):
I have exaclty the same behavior, like my screenshot 3 days ago, I tried to clean the cache, different browser... weird
EDIT : On the red card the number is colored right, but not the task progression :
@kolaente
@kolaente commented on GitHub (Jan 26, 2024):
Pushed another fix for this in
cd0149ef69. Please check again with the next unstable build (in ~45min)@hugosxm commented on GitHub (Jan 30, 2024):
I still see color mismatches, I tried all the predefined colors, the first one, the blue is not working by the way.
Maybe I should try with a fresh install ? Each time I tested, I tested on my existing vikunja as I tought it is safe because it is the frontend part not the api part...
@kolaente commented on GitHub (Jan 30, 2024):
Does it work on try?
@hugosxm commented on GitHub (Jan 30, 2024):
@kolaente yes it works on the demo ! I forgot that vikunja have this public demo ...
But the blue color is not working on the demo too ^^ if you selected blue the card stay uncolored
EDIT : I switched my own vikunja from 0.22.0 to 0.22.1 ( as I saw the release just now ) on BOTH api and frontend and now it works ! But still no blue card ...
@kolaente commented on GitHub (Feb 6, 2024):
@hugosxm The blue color issue should be fixed in
6cc75928d8