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

Hide message reaction count when user not reacted yet #1303

Merged
merged 5 commits into from Feb 8, 2023

Conversation

notmd
Copy link
Collaborator

@notmd notmd commented Feb 7, 2023

close #1252
Also add a copy message link feature

@@ -54,7 +54,7 @@ MessageDetail.getLayout = (page) => getDashboardLayout(page);
export const getServerSideProps = async ({ locale, query }) => ({
props: {
id: query.id,
...(await serverSideTranslations(locale, ["common", "message", "labelling"])),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I also fix hydration issues in side menu

Copy link
Collaborator

@fozziethebeat fozziethebeat left a comment

Choose a reason for hiding this comment

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

Looks like there's a small merge conflict to handle

@fozziethebeat fozziethebeat merged commit 7175ce3 into LAION-AI:main Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide the number of thumbs up or down before interaction
2 participants