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

Update issue state to new serialization #244

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

sebastinez
Copy link
Member

This PR closes #242

@sebastinez sebastinez added the bug Broken functionality that prevents users from getting work done label Jun 22, 2022
@sebastinez sebastinez self-assigned this Jun 22, 2022
@sebastinez sebastinez force-pushed the sebastinez/fix-issue-state-serialization branch from 9623027 to 913396c Compare June 22, 2022 07:47
class:closed={issue.state !== "open"}
class:opened={issue.state == "open"}
class:closed={issue.state.status === "closed"}
class:opened={issue.state.status === "open"}
Copy link
Contributor

Choose a reason for hiding this comment

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

We're using class:open bellow, maybe we should do the same here?

Copy link
Member Author

Choose a reason for hiding this comment

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

done ✅

Signed-off-by: Sebastian Martinez <me@sebastinez.dev>
@sebastinez sebastinez force-pushed the sebastinez/fix-issue-state-serialization branch from 913396c to 638fecf Compare June 22, 2022 11:49
@cloudhead cloudhead merged commit 638fecf into master Jun 23, 2022
@sebastinez sebastinez deleted the sebastinez/fix-issue-state-serialization branch June 27, 2022 08:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken functionality that prevents users from getting work done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rewrite issue state due to new serialization in radicle_common
2 participants