Hey hackers, the creator here.<p>StorePreviewer is a developer tool that helps you optimize and preview your app's copy and screenshots on the App Store without the need for publishing it live or other any other design tools.<p>It is built on vue.js, tailwind css and some components from Element UI. In order to move things fast and ship this MVP I decided to just use a single index.html with vue's cdn.<p>Would love to hear more feedback from you!<p>P.S I launched it today on PH: <a href="https://www.producthunt.com/posts/storepreviewer" rel="nofollow">https://www.producthunt.com/posts/storepreviewer</a>
Great idea. One bug I noticed: once you open the pro view modal, the close button doesn't work to close it. Clicking the background (off modal) doesn't close it either.
Your corner rounding is a bit strange: if I make the navigation bar appear the rounding disappears entirely on the top, and on the bottom has the wrong radius.
There's two dead scrollbars for me: <a href="https://i.imgur.com/inG24MZ.png" rel="nofollow">https://i.imgur.com/inG24MZ.png</a><p>If you are developing on OSX, you can turn on scrollbars in system settings to see them.
Hi. Nice app, but what's the point of the Cookie alert?<p>Is this for GDPR? If so, then it's non-compliant since GDPR requires active consent (as in clicking on an "Accept" button) before storing personal information in cookies. I have no idea if other laws (California, etc) are different though...