Sacha Greif
Sacha Greif
Thanks for mentioning The Toolbox! But I should mention its source code is just the WP source code, there's nothing special there (and it's not open source, sorry…).
Oh ok. I think that's the main feature I would need to use Autoform throughout Telescope. To recap, what I want to do is use quickform to dynamically generate all...
Wow, the ability to add `type:color` and have a color input out of the box is so awesome! I feel like this is a _major_ step towards having reusable UI...
Cross-posting this here because it might help others, here's a solution to this issue by @abernix: https://gist.github.com/abernix/a7619b07b687bb97ab573b0dc30928a0
Oh, but we might also need to send the checkout ID to the server for SSR. So I don't know if Localstorage would work…
I guess you could also say that the cart is hidden by default so doesn't need to be SSR'd.
Note that #1888 is related to the React front-end, not Meteor accounts. I want to be clear that there's three separate moving parts to discuss here: 1. The front-end (currently...
See also #1897.
Yep we could get rid of Minimongo and other client-side parts of Meteor, assuming that's possible to remove them.
@Apollinaire good points!