You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to have an install guide that is easy to understand.
RN it's in apps/[appid]/install
User Story:
As a user, I want an easy to follow guide so I don't get stuck when trying to install an app.
As a developer, I want to be able to send resources to my users that make it easy for them to install my application.
Limitations:
deeplink setup (open install page if zapstore not installed)
replace google image
insert video (player) if wanted
duplicated code in install/+page.js, install/+page.server.js [not sure how this works in sveltekit]
adjust fonts and zapstore ci
the app color is extracted from the logo, could be dev specified.
Motivation:
I am not sure if this is a wanted feature for zapstore, thats why this pr lacks polishing, just want to get it out there to discuss and continue to work.
We are looking into how to skip several of these steps by allowing you to send a link to people of on-demand Zapstore APKs that have the app(s) you define preconfigured in there.
We are looking into how to skip several of these steps by allowing you to send a link to people of on-demand Zapstore APKs that have the app(s) you define preconfigured in there.
That would be awesome!!! However, the first part would still be useful.
The page could be made configurable with query params like zapstore.dev/install?appid=com.minibits_wallet
I've been meaning to add an Install CTA on web (again) #31 and this might be. the way forward for that tbh.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
The goal is to have an install guide that is easy to understand.
RN it's in
apps/[appid]/installUser Story:
As a user, I want an easy to follow guide so I don't get stuck when trying to install an app.
As a developer, I want to be able to send resources to my users that make it easy for them to install my application.
Limitations:
install/+page.js,install/+page.server.js[not sure how this works in sveltekit]Motivation:
I am not sure if this is a wanted feature for zapstore, thats why this pr lacks polishing, just want to get it out there to discuss and continue to work.