It appears that renaming a widget changes its name attribute, but not the original name of the widget in the underlying JSON file. And it appears the CSS refers to the latter, whcih might lead to und
If you dig into the webui.json file, you'll see the widget object for the “Diego” Table as:
"widgets/Diego_Table"
with attribute:
"name": { "literal": "TA_Diego" },Would it be possible to make it so that the “rename widget” functionality also updates the original widget name in the JSON file?
Maybe there is a good reason why it doesn’t so just submitting it here as an idea 😀