-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(welcome): Welcome page UI #736
Conversation
@tthvo I just added the email credentials, do you mind checking? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Awesome work!
Rebase again and resolve conflicts pls :)) |
Note that this will require changes to Helm Chart. Will look into it as soon as this is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love the redesign! The gif on the front page is a great idea.
However, I don't have the font Inter
installed on my system so I get this rendering error:
We are importing Inter correctly in /layout.tsx
so all that needs changing is adding a custom CSS variable name. From the Next.js font docs:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! Love this
Welcome to PrivacyPal! 👋
Fixes: #698
Description of the change:
Change the UI for
/
.Also added a Feedback form, when the user enters their email and feedback in the form, AWS SES will send the user's email and their feedback to an admin email.
I want to make an automatic confirmation email back to the user as well, i.e.
We have received your feedback...
or something like that, but for that I believe we need a domain to send emails to addresses that are not verified in AWS SES. If not possible, we can skip this.Motivation for the change:
The previous home page is pretty monotonous. Should modify the home page to look like a welcome page to introduce the use of the website briefly.