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

chore: added enterprise license page for self-hosters incl. status indicator #2077

Merged
merged 4 commits into from
Feb 19, 2024

Conversation

jobenjada
Copy link
Member

When ENTERPRISE license valid:

image

if not:

image

Copy link

vercel bot commented Feb 14, 2024

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

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
formbricks-cloud ⬜️ Ignored (Inspect) Visit Preview Feb 19, 2024 0:16am
formbricks-com ⬜️ Ignored (Inspect) Visit Preview Feb 19, 2024 0:16am

Copy link
Contributor

github-actions bot commented Feb 14, 2024

Thank you for following the naming conventions for pull request titles! 🙏

Copy link
Contributor

apps/web/app/(app)/environments/[environmentId]/settings/billing/page.tsx

Consider using destructuring assignment to extract the properties from the session object. This can make your code more readable and concise.
Create Issue
See the diff
Checkout the fix

    const { user } = session;
    const currentUserMembership = await getMembershipByUserIdTeamId(user.id, team.id);
git fetch origin && git checkout -b ReviewBot/Impro-8u9ef4k origin/ReviewBot/Impro-8u9ef4k

apps/web/app/(app)/environments/[environmentId]/settings/components/SettingsNavbar.tsx

Consider using a more descriptive variable name instead of 'l'. This can make your code more readable and easier to understand.
[Create Issue](https://github.com/formbricks/formbricks/issues/new?title=Improving%20the%20readability%20of%20the%20code%20by%20using%20a%20more%20descriptive%20variable%20name.&body=Consider%20using%20a%20more%20descriptive%20variable%20name%20instead%20of%20'l'.%20This%20can%20make%20your%20code%20more%20readable%20and%20easier%20to%20understand.%0A%60%60%60javascript%0A%20%20%20%20item.links%0A%20%20%20%20%20%20.filter((link)%20%3D%3E%20!link.hidden)%0A%20%20%20%20%20%20.map((link)%20%3D%3E%20(%0A%60%60%60%0A)
See the diff
Checkout the fix

    item.links
      .filter((link) => !link.hidden)
      .map((link) => (
git fetch origin && git checkout -b ReviewBot/Impro-wtt6squ origin/ReviewBot/Impro-wtt6squ

Consider using a more descriptive variable name instead of 'item'. This can make your code more readable and easier to understand.
[Create Issue](https://github.com/formbricks/formbricks/issues/new?title=Improving%20the%20readability%20of%20the%20code%20by%20using%20a%20more%20descriptive%20variable%20name.&body=Consider%20using%20a%20more%20descriptive%20variable%20name%20instead%20of%20'item'.%20This%20can%20make%20your%20code%20more%20readable%20and%20easier%20to%20understand.%0A%60%60%60javascript%0A%20%20%20%20navigation.map((section)%20%3D%3E%20(%0A%60%60%60%0A)
See the diff
Checkout the fix

    navigation.map((section) => (
git fetch origin && git checkout -b ReviewBot/Impro-vkef5hs origin/ReviewBot/Impro-vkef5hs

@mattinannt mattinannt added this pull request to the merge queue Feb 19, 2024
Merged via the queue into main with commit 3ce4e7f Feb 19, 2024
13 checks passed
@mattinannt mattinannt deleted the add/billing-page-self-hosters branch February 19, 2024 12:38
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.

None yet

2 participants