Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bootstrap icon on the TaskType #283

Open
4 tasks
dherbst opened this issue Jan 18, 2024 · 2 comments
Open
4 tasks

Add bootstrap icon on the TaskType #283

dherbst opened this issue Jan 18, 2024 · 2 comments

Comments

@dherbst
Copy link
Member

dherbst commented Jan 18, 2024

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/ 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

@ovindu-a
Copy link

Hi @dherbst can I work on this task?

@dherbst
Copy link
Member Author

dherbst commented Jan 30, 2024

@ovindu-a Yes! Go for it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants