You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Project view reads all its icons from one svg file, generated from Figma with custom plugin. It is useful to have one set of named icons, because we allow users to use them in their methods.
The task is to make dashboard use the same icons system:
Make sure that all icons it ises are in the figma project and the icons are re-generated to icons.svg
Use exported icons; perhaps by making a small react component similar to SvgIcon.vue
The text was updated successfully, but these errors were encountered:
The Project view reads all its icons from one svg file, generated from Figma with custom plugin. It is useful to have one set of named icons, because we allow users to use them in their methods.
The task is to make dashboard use the same icons system:
SvgIcon.vue
The text was updated successfully, but these errors were encountered: