pearai-app
pearai-app copied to clipboard
[PAUSED FOR NOW] Settings Page Implementation
UPDATE:
@ItWasEnder Is currently working on a alternative to this, where the sign in is directly from the list of LLM options. Thus this task's priority is now reduced. We will hold off on this settings page for now.
Context
Task corequisite: #120 Backend sign in API
This PR is for the ui/ux webview component within the code editor to sign in. #120 is the backend functionality and will contain the API to call from PearAI electron app.
Users flows on landing page (finished):
- Sign in
- Sign up
- Subscribe to PearAI
User flows from PearAI app (need to implement):
- Only sign ins will be allowed
- Sign up button will open link to landing page sign up page website
- Subscribe to PearAI button will link to pricing page on landing page website
This Task
We need a settings page for PearAI app. Please see example below. Ours will be much simpler, and should only contain the Account section at the top with a sign in and sign out button. If the user is already sign in, it should display a Subscribe to PearAI button if the user has not subscribed already.