Benoît Rouleau
Benoît Rouleau
When scrolling into view with `block: 'start'`, it seems `scroll-padding` is ignored. It should offset the final scroll position.
Okay, sorry about the confusing title, but here are some "repro steps" to explain what I mean: 1. Change the URI of an entry from `entry-1` to `cool-entry-1` 2. Notice...
This would prevent issues like the one fixed by PR #604
This PR adds support for Craft 3.1's [environmental settings feature](https://docs.craftcms.com/v3/config/environments.html#control-panel-settings) for the `testPublishableKey`, `testSecretKey`, `livePublishableKey`, and `liveSecretKey` settings. Please note that it increases the minimum Craft version to 3.1. Fixes...
It seems like all the config settings of this plugin would be good candidates for Craft 3.1's environmental settings feature: https://docs.craftcms.com/v3/extend/environmental-settings.html That would make it possible to use environment variables...
I discovered that this plugin sends Stripe email receipts to customers (due to passing the `receipt_email` parameter). It would be nice if this could be made optional.
**What package within Headless UI are you using?** @headlessui/react **What version of that package are you using?** 0.0.0-insiders.dcbcd79 **What browser are you using?** Chrome **Reproduction URL** https://codesandbox.io/p/sandbox/amazing-glitter-forked-ctqf7f?file=%2Fsrc%2FApp.tsx%3A13%2C25 **Describe your issue**...
**Is your feature request related to a problem? Please describe.** [The documentation for `AnimatePresence`](https://www.framer.com/motion/animate-presence/) actually touches on the problem I'm having: "When a component is removed, there's no longer a...
It would be really useful if we could pass a custom `checkoutSuccessUrl` and `checkoutCancelUrl` in the `options` of `craft.enupalStripe.paymentForm()`, like so: ```twig {{ craft.enupalStripe.paymentForm('paymentForm', { amount: 100, checkoutSuccessUrl: url('payment-success', {...