Replies: 2 comments 2 replies
-
|
There seems to be a regression in the CSS watcher related to the bug in the localization tool. We're working on better test coverage for this and a fix: #4929 |
Beta Was this translation helpful? Give feedback.
-
|
Since you're working on this aspect of the simulator, I'd like to ask you to also check the recently added light/dark mode feature. It works in principle, but the font sizes are completely wrong and sometimes it activates zoom mode for no reason. I then have to close and reopen the simulator. Also, neither the CSS nor the localizations always reload even after closing and reopening the simulator; I first have to run a “clean” or manually remove the “target” folder to force it to recompile everything. A little while ago, I had to delete “target” because the CSS compilation was giving me an error, but there were no syntax errors. After deleting “target,” everything started working again. I know, I’ve listed more than one bug here without test cases. For now, I can’t do any better, because these are sporadic issues that can’t be clearly replicated in a deterministic way. Maybe you should set up some fairly complex tests involving CSS and multilingual localization that are modified and recompiled dozens and dozens of times before you realize that something has broken at some point. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm making the final adjustments to theme.css in light and dark modes. However, if I leave the simulator open, the updates aren't applied. I have to close it and reopen it. For example, I had:
I changed it to:
But until I closed and reopened the simulator, I didn't see the change.
Do I need to do something specific to see the effect of CSS changes in real time, or does it just work sometimes and not others?
Beta Was this translation helpful? Give feedback.
All reactions