Submit design error to Umbraco

Hi

I have noticed a design problem with the Umbraco 17.

I want to submit a resolution so I forked the latest repo on version 17. Everything runs locally.

I tried to make a simple change in the project Umbraco.web.ui.client to target a admin office page in the back then run the npm build in my environment but the changes never show no matter how small they are.

As an example I added some text to show once I have logged into the back next to an existing visible text but this never shows.

Does anybody have a small example I can follow to set my system up to show these changes?

Thank you

Make sure you disable your browser cache. I’ve has so many issues where I wouldn’t see a change, only to find out I just needed to refresh the cache :smiley:

You should invoke the `npm run build:for:cms` command to have them show up in the production build.

Hi

I ensured I disabled cache and tried incognito window as well.

Is there a simple change you can recommend by changing one of the controls and check if that works in case I have selected the wrong control, therefore it may never show?