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

[Framegear] Add support for post_redirect, link + icons #200

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

taycaldwell
Copy link
Contributor

What changed? Why?

  • Add support for post_redirect, link actions.
  • Add external link icon for post_redirect, link buttons.

Screenshot
Screenshot 2024-02-27 at 4 58 17 PM

Notes to reviewers
N/A

How has it been tested?
Manually

@taycaldwell taycaldwell mentioned this pull request Feb 28, 2024
19 tasks
@taycaldwell
Copy link
Contributor Author

PR addresses some items listed in the following roadmap: #146

@Zizzamia Zizzamia requested a review from cnasc February 28, 2024 01:50
<div className="flex flex-col gap-4">
<FrameInput />
<Frame />
<RedirectModalProvider>
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh Nice

>
<span className="block max-w-full overflow-hidden text-ellipsis whitespace-nowrap">
{children}
{button?.action === 'post_redirect' || button?.action === 'link' ? (
<ArrowTopRightIcon className="ml-1 inline" />
Copy link
Contributor

Choose a reason for hiding this comment

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

We should probably pick a distinct icon for each case (not a blocker for this PR, can be done in future)

Copy link
Contributor

@cnasc cnasc left a comment

Choose a reason for hiding this comment

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

LGTM, one nonblocker we can do in the future

@Zizzamia Zizzamia merged commit 1d5dba0 into coinbase:main Feb 28, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants