Extract variables from html, add black theme to surveillance cameras, use svgs directly in the frontend

This commit is contained in:
Pieter Vander Vennet 2020-11-14 02:54:33 +01:00
parent 3183dec830
commit 3fdb84e481
26 changed files with 402 additions and 152 deletions

View file

@ -38,7 +38,7 @@ export default class EditableTagRendering extends UIElement {
if(State.state.featureSwitchUserbadge.data){
this._editButton =
Svg.pencil_ui().SetClass("edit-button")
Svg.pencil_svg().SetClass("edit-button")
.onClick(() => {
self._editMode.setData(true);
});