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

Add Support us button on the sidebar #216

Merged
merged 8 commits into from
Oct 11, 2024
Merged

Conversation

Zishan-7
Copy link
Collaborator

@Zishan-7 Zishan-7 commented Oct 9, 2024

  • Add Support us button
  • Add redirect to / after login
  • Get user's subscription data from the backend

@@ -23,7 +23,7 @@ export default function Layout() {
<div className="flex min-h-screen flex-col gap-4 bg-background text-foreground">
<div className="flex flex-1">
{showSidebar && (
<div className="sticky top-0 flex max-h-screen w-64 flex-col overflow-y-scroll rounded-br-lg border-b border-e border-outline bg-content1 lg:overflow-hidden">
<div className="sticky top-0 flex max-h-screen w-80 flex-col overflow-y-scroll rounded-br-lg border-b border-e border-outline bg-content1 lg:overflow-hidden">
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Increased the width of the sidebar because it was looking a bit cramped up. Please LMK if it does not look good

@Zishan-7 Zishan-7 marked this pull request as ready for review October 10, 2024 14:10
@Zishan-7 Zishan-7 merged commit c85a2fc into main Oct 11, 2024
4 checks passed
@Zishan-7 Zishan-7 deleted the feature/subscriptions-button branch October 11, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants