-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Enhancement 🌪Things that improve our project.Things that improve our project.Frontend 🖥Stuff related to Frontend part.Stuff related to Frontend part.P3Things with #3 PriorityThings with #3 Priority
Description
Current Behavior
In many cases in the frondend code we use string values instead of consistent enum values (e.g. tools)
<mat-icon [svgIcon]="getToolIconName('ZOOM_OUT')"></mat-icon>
[disabled]="!isToolSupportedByCurrentTag('RECTANGLE')"
Expected Behavior
We should introduce and use enums with appropriate values.
Metadata
Metadata
Assignees
Labels
Enhancement 🌪Things that improve our project.Things that improve our project.Frontend 🖥Stuff related to Frontend part.Stuff related to Frontend part.P3Things with #3 PriorityThings with #3 Priority