Skip to content
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

Fixes #190 : Added Premium Features Option #207

Merged
merged 2 commits into from
Jun 3, 2024

Conversation

AkshitGarg24
Copy link
Contributor

Fixes #190

A "Go Pro!" button has been added to the footer section of the website. When clicked, a new web page displaying different options for both the Free and Premium plans will appear. A video has been attached for further reference.

Premium1.mp4

Please label my PR and add my name to the Assignees section before merging the PR.

Thank you!

Copy link

vercel bot commented Jun 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
uni-collab ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 3, 2024 10:50am

Copy link
Owner

@SUGAM-ARORA SUGAM-ARORA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@AkshitGarg24 Impressive work . Just 2 changes needed -
While we hover on free version we are not able to select this . By default only pro version is selected. Make it more dynamic.
Secondly - update the branch

@AkshitGarg24
Copy link
Contributor Author

@SUGAM-ARORA, the decision to leave the free option unselectable while hovering is intentional. This design choice ensures that when a new user signs up, they automatically start with the free version. By highlighting the "UniCollab Pro" plan, we draw users' attention to it. I've attached the video from which I got this idea.

Pro.mp4

Please let me know if you have any further suggestions or requests for changes, and I'll make the necessary adjustments. As for your second request, I didn't quite grasp it. Could you please clarify?

Thank you for your understanding!

@SUGAM-ARORA
Copy link
Owner

@SUGAM-ARORA, the decision to leave the free option unselectable while hovering is intentional. This design choice ensures that when a new user signs up, they automatically start with the free version. By highlighting the "UniCollab Pro" plan, we draw users' attention to it. I've attached the video from which I got this idea.

Pro.mp4
Please let me know if you have any further suggestions or requests for changes, and I'll make the necessary adjustments. As for your second request, I didn't quite grasp it. Could you please clarify?

Thank you for your understanding!

First request sorted.
Regarding second one- Actually your branch is not up to date with the latest changes . just update your branch. Else good to go.

Try these steps for branch updation.

git checkout main
git pull
git checkout
git merge main
[ ... resolve any conflicts ... ]
git add [files that were conflicted]
git commit
git push

Copy link
Owner

@SUGAM-ARORA SUGAM-ARORA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great

@SUGAM-ARORA SUGAM-ARORA merged commit 69aede9 into SUGAM-ARORA:main Jun 3, 2024
3 checks passed
@AkshitGarg24 AkshitGarg24 deleted the 190/Premium-Features branch June 10, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSOC 2024 level3 45 points
Projects
Development

Successfully merging this pull request may close these issues.

Introducing Premium Features
2 participants