feat: show indicator on a repeating task #925

Merged
konrad merged 3 commits from feat/repeating-task-indicator into main 2021-11-01 16:06:04 +00:00
Owner

This PR adds an indicator to repeating tasks in the task list.

Here's how it looks:

Task List:

image

Kanban:

image

This PR adds an indicator to repeating tasks in the task list. Here's how it looks: Task List: ![image](/attachments/91849411-f84e-46aa-a9df-a8c3230a4d53) Kanban: ![image](/attachments/a8d5541e-45e0-4886-9637-ec6f5a90c300)
3.1 KiB
4.0 KiB
konrad added 1 commit 2021-10-31 15:42:17 +00:00
continuous-integration/drone/pr Build is passing Details
4204056dfb
feat: show indicator on a repeating task
konrad added 1 commit 2021-10-31 15:43:31 +00:00
dpschen requested changes 2021-10-31 19:49:13 +00:00
@ -30,7 +30,7 @@
{{ task.title }}
</span>
<labels class="labels" :labels="task.labels"/>

Instead of adding and removing the margin depending on the contents we might aswell remove the labels completely and keep the class (but use a margin like you did)?

Instead of adding and removing the margin depending on the contents we might aswell remove the labels completely and keep the class (but use a margin like you did)?
Author
Owner

That makes sense. I've changed it accordingly.

That makes sense. I've changed it accordingly.
konrad marked this conversation as resolved
konrad added 1 commit 2021-10-31 21:04:48 +00:00
konrad requested review from dpschen 2021-10-31 21:05:03 +00:00
dpschen approved these changes 2021-10-31 22:09:26 +00:00
dpschen self-assigned this 2021-11-01 00:39:34 +00:00
konrad merged commit d8d4803e2d into main 2021-11-01 16:06:04 +00:00
konrad deleted branch feat/repeating-task-indicator 2021-11-01 16:06:04 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.