This repository was archived by the owner on Apr 25, 2022. It is now read-only.
Add a landing page for app purchases#266
Open
jameswestman wants to merge 2 commits intoflathub-infra:masterfrom
Open
Add a landing page for app purchases#266jameswestman wants to merge 2 commits intoflathub-infra:masterfrom
jameswestman wants to merge 2 commits intoflathub-infra:masterfrom
Conversation
6382258 to
c95427f
Compare
kymckay
reviewed
Mar 12, 2022
This page doesn't display anything yet, it just asks the backend for a token and then redirects to another page to give flathub-authenticator the token. Finally, flathub-authenticator redirects once again to another landing page to let the user know the transaction is finished.
c95427f to
8af8de7
Compare
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This page doesn't display anything yet, it just asks the backend for a token and then redirects to another page to give flathub-authenticator the token. Finally, flathub-authenticator redirects once again to another landing page to let the user know the transaction is finished.
The UI needs design, and of course we will need to add payment stuff when that is finished on the backend. This PR just gets it to where you can successfully install an authenticated app (currently, since no payment is needed, with no interaction).