Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Verify email dialog #167

Merged
merged 26 commits into from
Nov 9, 2021
Merged

Verify email dialog #167

merged 26 commits into from
Nov 9, 2021

Conversation

Carla-Moz
Copy link
Contributor

I apologize for how large this one is and promise the next ones will be a lot smaller. I had to go from dialogs to cards, along with a bunch of cleanup. This merge is finalizing all the storybook sign-in flows before I create a separate branch to update our current sign-in experience, which will pop up around Monday.

@Carla-Moz Carla-Moz requested review from rhelmer and stansky November 5, 2021 20:29
@Carla-Moz Carla-Moz self-assigned this Nov 5, 2021
@stansky
Copy link

stansky commented Nov 5, 2021

should the build directory be included?

@Carla-Moz
Copy link
Contributor Author

Carla-Moz commented Nov 5, 2021

should the build directory be included?

Nope! I'll update.

@github-pages github-pages bot temporarily deployed to github-pages November 5, 2021 20:47 Inactive
@github-pages github-pages bot temporarily deployed to github-pages November 5, 2021 21:28 Inactive
Copy link

@stansky stansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@rhelmer rhelmer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Carla-Moz I'm going to take a look at the actual substance here next :) But it looks like this is wiping out everything in the docs/ dir and landing a built site in there - is that expected? Maybe we should put it in a different dir?

Also the dirs in ./screenshots shouldn't be checked in, those are just from the integration test (the only reason they go in the working directory is so we can have CI serve them up), I think those probably shouldn't be landed.

The actual changes here lgtm so far, as I mentioned I'm going to pull this down and test it next.

@Carla-Moz
Copy link
Contributor Author

@Carla-Moz I'm going to take a look at the actual substance here next :) But it looks like this is wiping out everything in the docs/ dir and landing a built site in there - is that expected? Maybe we should put it in a different dir?

Also the dirs in ./screenshots shouldn't be checked in, those are just from the integration test (the only reason they go in the working directory is so we can have CI serve them up), I think those probably shouldn't be landed.

The actual changes here lgtm so far, as I mentioned I'm going to pull this down and test it next.

Oh yikes, I didn't intend for this to happen regarding the docs directory. My original intent was to update .gitignore for the docs-build dir but it looks I ended up changing more than I planned. Will revert to previous commit for .gitingore and fix. Thanks for catching this!

@github-pages github-pages bot temporarily deployed to github-pages November 9, 2021 02:47 Inactive
@github-pages github-pages bot temporarily deployed to github-pages November 9, 2021 21:08 Inactive
@github-pages github-pages bot temporarily deployed to github-pages November 9, 2021 21:25 Inactive
@Carla-Moz Carla-Moz requested a review from rhelmer November 9, 2021 21:30
@github-pages github-pages bot temporarily deployed to github-pages November 9, 2021 22:18 Inactive
package.json Outdated
@@ -24,7 +24,8 @@
"test:integration:jest": "jest ./tests/integration/",
"test:integration": "npm run build:web:emulator && npm run build:functions && ./scripts/integration-test.sh",
"storybook": "start-storybook -s ./static -p 6006",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook -o storybook/build -s ./static",
"build-static-webapp": "expo build:web"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should expo (and expo-cli) be dev dependencies?

@Carla-Moz Carla-Moz merged commit af056a9 into master Nov 9, 2021
@Carla-Moz Carla-Moz deleted the verify-email-dialog branch November 9, 2021 22:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants