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
Add a string attribute named icon to the TaskType. It should be in the format for a https://icons.getbootstrap.com/ like bi-door-closed for the door tasktype.
On the TaskType page, add an <i class="bi bi-info-circle"></i> link to the bootstrap icons page to help selection, browser should open in a new tab.
On the calendar, when displaying the tasktype put the icon before the tasktype text.
On mobile, just show the icon, not the text. using the format <i class="bi bi-icon" title="tasktype.name"></i>
Testing
The text was updated successfully, but these errors were encountered:
Feature Description
Want to have an optional icon for a TaskType.
Expected solution
Add a string attribute named
icon
to the TaskType. It should be in the format for a https://icons.getbootstrap.com/ likebi-door-closed
for the door tasktype.On the TaskType page, add an
<i class="bi bi-info-circle"></i>
link to the bootstrap icons page to help selection, browser should open in a new tab.On the calendar, when displaying the tasktype put the icon before the tasktype text.
On mobile, just show the icon, not the text. using the format
<i class="bi bi-icon" title="tasktype.name"></i>
Testing
The text was updated successfully, but these errors were encountered: