Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

refactor(icons): moved widget icons to class attribute ICON_NAME

wakonig_k requested to merge refactor/icon_name into main

Description

moved widget icons to class attribute ICON_NAME. This should allow for a more consistent behaviour and easier modifications of icons.

Type of Change

  • All BECWidgets now specify their material icon as class attribute
  • The designer plugin template was updated to automatically access the icon.
  • Removed toolbar icons from bec widgets assets as they are not used anymore.

relates to #308 (closed)

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading