Loading CSS and using read-only version

Who6 years ago

Hi!

I need some help with changes i recently done on my server. Traccar version is 3.17.

a) I've added one element (this one https://ibb.co/h6d4Aq), for changing map. Its working perfectly but i have a problem with CSS. I've made the changes in app.css but they work only AFTER reloading (refreshing) the web interface/web app. And its not cache or anything. Im pretty sure the problem is simple - CSS from app.css load after compiled JS files. I want to load them before, so the changes are applied right away. Is there an easy way to do that or i have to implement CSS changes into JS files? Could you please give me an example how to do that?

b) I've created demo account with read-only property. What should I do if i want to let it change the maps (like on a screen a) ), but only that? Is that even possible?

I'm really thankful for all the advice You already gave me and looking forward for Your help now.