Skip to content

Add URL params to feed#79

Merged
elliotBraem merged 3 commits intomainfrom
URL-params-feed
Jan 22, 2024
Merged

Add URL params to feed#79
elliotBraem merged 3 commits intomainfrom
URL-params-feed

Conversation

@itexpert120
Copy link
Copy Markdown
Collaborator

No description provided.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gateway ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2024 3:14pm

}
`;

function ButtonLink({ id, children, variant, type, href, className, style }) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Renaming to ButtonLink is going to break current implementations -- it only still works because the Button code has been pushed on chain and can always be referenced, but we lose the parity with our code base.

Can this be renamed to Button? Then add a condition that checks for href and renders accordingly

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I tried that, the implementation does not look that pretty and didn't worked for some reason. But if you want, I'll do it

@elliotBraem elliotBraem merged commit e5d20f7 into main Jan 22, 2024
@elliotBraem elliotBraem deleted the URL-params-feed branch January 22, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants