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

Add functionality for linking directly to instances in Predictions page #3121

Merged
merged 5 commits into from
Nov 1, 2024

Conversation

farzaank
Copy link
Contributor

@farzaank farzaank commented Oct 31, 2024

Basic functionality for linking to specific instances from Predictions page(s)

See demo below (note added button for link after demo GIF)

Screen Recording 2024-10-30 at 10 16 45 PM

Screenshot 2024-10-31 at 4 34 06 PM

@farzaank farzaank requested a review from yifanmai October 31, 2024 05:21
<div id={"instance-" + instance.id} className="border p-4">
<div className="flex items-center justify-between">
<h3 className="text-xl mb-4">{renderInstanceId(instance)}</h3>
<button
Copy link
Collaborator

Choose a reason for hiding this comment

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

why isn't this just a regular link?

@yifanmai yifanmai merged commit c1750e7 into main Nov 1, 2024
3 checks passed
@yifanmai yifanmai deleted the farzaan/anchor-instances branch November 1, 2024 03:49
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