Remove newsletter prompt, add "save to home screen" prompt
Do this when #148 is done.
It seems that the newsletter prompt is gone somehow anyway.
After the welcome prompt, there should be prompt letting people know they should save to home screen for a more app like experience. Maybe even a link to a support page on this, with a video or something.
All the code for this can be found in onboarding/Welcome, start by deleting newsletter stuff. Then replicate the welcomeCompleted code.
This is the welcome prompt I am talking about:

Have you seen this one @olavea?
All the code for this can be found in
- [x] Onboarding/Welcome,
- [x] start by deleting newsletter stuff. Then
- [x] replicate the welcomeCompleted code.
Ideas: "You should save to home screen for a more app like experience." Text from Glideapps? Maybe even a link to a support page on this, with a video or something.
Questions:
Look good so far.
I think there is a possibility to get a link that does it for us, not having to send them to a "how to article".
https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen https://web.dev/customize-install/
- [ ] I have looked at my code.
- [x] I will "pull" new master
- [x] I will make a new branch
- [ ] I have read https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Add_to_home_screen
- [ ] and https://web.dev/customize-install/
- [ ] Next step is _ _ _ _
@raae
Question 1
Why is this old alert still here?
It should say "Add POW! To Your Home Screen πΊπ"

Wrong page. The alert us the one that comes under today on the timeline page.
I figured out why, you are reading the welcomeCompleted value into your addToHomeScreen variable. See pull request for inline comments.
I'll keep working on this, I have some ideas πΈ π

I gave you some inline comments in the pull request, I will also link this issue to the PR you do the work in. See below.