Add modal for guiding users once they've finished their project #221
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I've seen several users report that they're (understandably) not quite sure what to do once they've finished building their order
Adding a new modal for stepping users through the second phase of using the tool
Looks a bit like this:
![image](https://private-user-images.githubusercontent.com/3079166/310482269-73b6c5d5-e7fc-4789-8803-285c73692bae.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MzI3OTYsIm5iZiI6MTczODgzMjQ5NiwicGF0aCI6Ii8zMDc5MTY2LzMxMDQ4MjI2OS03M2I2YzVkNS1lN2ZjLTQ3ODktODgwMy0yODVjNzM2OTJiYWUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMDkwMTM2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OThhMDIyMmNjNDMyY2JlNDc1NDdiZTEyN2YxZGVmZWI0NDc1MzAwOWQzN2ZlZmNiNjhmNGNlODFhODZhNWYwZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.wxDVziv9NOCRMhCm6F2AIShe5DWRoJmVQBKkWUjQ2hU)
Re-styled the right panel buttons so they look like this now:
![image](https://private-user-images.githubusercontent.com/3079166/310482397-bcf50b5a-6c96-4304-b296-d70edfd94aca.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MzI3OTYsIm5iZiI6MTczODgzMjQ5NiwicGF0aCI6Ii8zMDc5MTY2LzMxMDQ4MjM5Ny1iY2Y1MGI1YS02Yzk2LTQzMDQtYjI5Ni1kNzBlZGZkOTRhY2EucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNiUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDZUMDkwMTM2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MjY0N2FmNmE5OWE5ZDgwNGNjOGRjYjQzNDNkZjdmMDgyM2M0YTgyOWIzZjEwYzc3ODk1YmE3NGNmM2E4YWNmNCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.hqVP5u5SthZdjgBGkEakkE-Vz7B8XUAvnTavy_cxW9A)
Checklist
pre-commit
and installed the hooks withpre-commit install
before creating any commits.