-
-
Notifications
You must be signed in to change notification settings - Fork 398
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
leaner task renderer #2323
leaner task renderer #2323
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -458,9 +462,7 @@ | |||
status-ref (str "((" new-status "))")] | |||
(rf/dispatch [:graph/update-in [:block/uid parent-block-uid] [":task/status"] | |||
(fn [db uid] [(graph-ops/build-block-save-op db uid status-ref)])])))] | |||
(prn status-string) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find this println for the life of me.
Thank you for removing it.
(when (and show-description? description) | ||
[:> Text {:fontSize "sm" :flexGrow 1 :flexBasis "100%" :m 0 :py 1 :lineHeight 1.4 :color "foreground.secondary"} | ||
description]) | ||
#_(when (and show-description? description) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm really missing this part of UI
Todo: