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

[ITG-106] Added visiualization of indirectly done status. Changed checkbox icons #47

Merged
merged 2 commits into from
May 27, 2022

Conversation

Gajkes
Copy link
Contributor

@Gajkes Gajkes commented May 27, 2022

No description provided.

@@ -1,15 +1,20 @@
// import { RiCheckboxBlankCircleLine, RiCheckboxCircleLine, RiCheckboxMultipleLine } from "react-icons/ri";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop that comment 💥

Comment on lines 52 to 61
const resolveClassname = (status: TaskStatus) => {
switch (status) {
case TaskStatus.DONE:
return "done";
case TaskStatus.TODO:
return "todo";
case TaskStatus.INDIRECTLY_DONE:
return "indirectly_done";
}
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you actually need these classes? They aren't referenced in any CSS code

@Gajkes Gajkes merged commit 7a9e892 into develop May 27, 2022
@Gajkes Gajkes deleted the feature/ITG-106 branch May 27, 2022 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants