vendure-ecommerce / storefront-remix-starter

A storefront starter kit for Vendure built with Remix
https://remix-storefront.vendure.io
176 stars 93 forks source link

feat: Account details, E-Mail change #30

Closed kyunal closed 1 year ago

kyunal commented 1 year ago

Adds basic account functionality. Allows editing the account details as well as changing the E-Mail address. Also includes some preparation for unified styling (e.g. by providing pre-styled Button components).

The verification page is largely taken from @FlushBG in https://github.com/vendure-ecommerce/storefront-remix-starter/pull/17 (thank you!)

image image image

netlify[bot] commented 1 year ago

Deploy Preview for remix-vendure ready!

Name Link
Latest commit dd4dec97d657d283cbd424e70bab1e1f2ba6ab96
Latest deploy log https://app.netlify.com/sites/remix-vendure/deploys/639a38d1e3d812000874b5dd
Deploy Preview https://deploy-preview-30--remix-vendure.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] commented 1 year ago

Deploy Preview for inspiring-boba-355f4d ready!

Name Link
Latest commit dd4dec97d657d283cbd424e70bab1e1f2ba6ab96
Latest deploy log https://app.netlify.com/sites/inspiring-boba-355f4d/deploys/639a38d1c200ee0008d689b9
Deploy Preview https://deploy-preview-30--inspiring-boba-355f4d.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

michaelbromley commented 1 year ago

This is good stuff! Good idea to start building up a library of reusable components too. 👍