vykes-mac

Results 21 comments of vykes-mac

I was thinking along a similar line @p-jackson , instead of using server value use some in memory value to store the display mode and save in the background without...

Haven't reach out to @SaxonF yet but wanted some feedback on the css. There's a `ExternalLink` component that encapsulate the icon and text but not sure how to show the...

@danielbachhuber what I've done is instead of using the `ExternalLink` component I wrapped the `GridIcon` in a style component that I can manage the hover state. Not sure if it's...

@p-jackson @SaxonF what's your consensus on this, If we are not hiding the icon then we don't have to concern ourselves with hover.

> Thanks for testing! Do you mean you didn't see the changes in WP Admin? What exactly "did not work" in your sandbox? I select a simple site go to...

@mrfoxtalbot from ticker 8213241-zd-a8c you mentioned > After some investigation, I noticed that the "launch your site" message was blinking for a moment when I tried to visit Could you...

@bizanimesh I was able to reproduce this way: https://github.com/user-attachments/assets/8b8c2c56-bee6-4684-b7a6-fc41d781f23a @nateweller Can you confirm this is the issue you're referring to?

It seems showing the authorization modal after the checkout breaks the redirection.

I updated the [siteless checkout logic](https://github.com/Automattic/wp-calypso/blob/90f108c02e8f9a2966d6a6bb4d826cff19a457d6/client/my-sites/checkout/get-thank-you-page-url/index.ts#L263) in Calypso to redirect to the jetpack protect page however the license is not activated as seen here. ![Image](https://github.com/user-attachments/assets/dd40c032-a0b0-400a-a9ec-364a48ecca25) The license is auto activated...

@jareddr I'm facing a similar issue implementing apple in app purchases with supabase edge functions. Did you find a way to make it work?