Skip to content

feat: lens open frames standard#4802

Closed
defispartan wants to merge 7 commits intobigint:mainfrom
defispartan:feat/lens-open-frames-standard
Closed

feat: lens open frames standard#4802
defispartan wants to merge 7 commits intobigint:mainfrom
defispartan:feat/lens-open-frames-standard

Conversation

@defispartan
Copy link
Copy Markdown

What does this PR do?

Add support for embedding and interacting with Open Frames following the Lens specification

Related issues

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking small changes to existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Explanation of the changes

@height
Copy link
Copy Markdown

height bot commented Apr 9, 2024

Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword link (e.g. "Link T-123").

💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2024

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

Name Status Preview Updated (UTC)
web ❌ Failed (Inspect) Apr 17, 2024 3:24am

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2024

@defispartan is attempting to deploy a commit to the Hey Team on Vercel.

A member of the Team first needs to authorize it.

@vercel vercel bot temporarily deployed to Preview – web April 9, 2024 16:51 Inactive

const { document } = parseHTML(data);

logger.info(`Portal button clicked by ${id} on ${postUrl}`);
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Suggested change
logger.info(`Portal button clicked by ${id} on ${postUrl}`);
logger.info(`Open frame button clicked by ${id} on ${postUrl}`);

<Player og={og} />
) : og.nft ? (
<Nft nft={og.nft} publicationId={publicationId} />
) : og.portal ? (
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Suggested change
) : og.portal ? (
) : og.frame ? (

@vercel vercel bot temporarily deployed to Preview – web April 12, 2024 07:00 Inactive
@vercel vercel bot temporarily deployed to Preview – web April 12, 2024 07:08 Inactive
@notion-workspace
Copy link
Copy Markdown

@vercel vercel bot temporarily deployed to Preview – web April 17, 2024 03:24 Inactive
@bigint bigint closed this Jun 6, 2024
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