[PR #1168] [CLOSED] chore: sunset early adopters #1440

Closed
opened 2026-02-26 19:33:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1168
Author: @ElTimuro
Created: 5/21/2024
Status: Closed

Base: mainHead: chore/sunset-early-adopters


📝 Commits (10+)

  • f8b51a7 chore: add teams pricing and move enterprise cta
  • 9f9c0c1 chore: remove the plan, it's cleaner
  • fb8ab97 chore: ex ea customer label on open page
  • 6f99061 chore: save text
  • 09ead88 feat: sunsetting early adopters blog article
  • 7da5535 chore: grammarly
  • 7fdda0a feat: replace signup widget with carousel
  • c14cd2d fix: show slide content based on image or video
  • 907cc3a chore: add what's new label
  • 4e6e4a0 feat: add progress at the bottom of the slide

📊 Changes

15 files changed (+10976 additions, -6114 deletions)

View changed files

apps/marketing/content/blog/sunsetting-early-adopters.mdx (+52 -0)
📝 apps/marketing/package.json (+3 -0)
apps/marketing/public/blog/sunset.jpg (+0 -0)
apps/marketing/public/signing.mp4 (+0 -0)
📝 apps/marketing/src/app/(marketing)/open/page.tsx (+2 -2)
📝 apps/marketing/src/app/(marketing)/open/tooltip.tsx (+1 -1)
📝 apps/marketing/src/app/(marketing)/pricing/page.tsx (+5 -0)
📝 apps/marketing/src/components/(marketing)/callout.tsx (+12 -11)
apps/marketing/src/components/(marketing)/carousel.tsx (+225 -0)
apps/marketing/src/components/(marketing)/enterprise.tsx (+36 -0)
📝 apps/marketing/src/components/(marketing)/hero.tsx (+30 -95)
📝 apps/marketing/src/components/(marketing)/pricing-table.tsx (+35 -40)
apps/marketing/src/components/(marketing)/thumb.tsx (+29 -0)
apps/marketing/src/components/(marketing)/widget.tsx (+0 -421)
📝 package-lock.json (+10546 -5544)

📄 Description


name: Pull Request
about: Submit changes to the project for review and inclusion

Description

This PR includes all changes, relevant to ending the Early Adopter phase.

Changes Made

  • Blogpost
  • Change Pricing Page

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes

Summary by CodeRabbit

  • New Features

    • Introduced a carousel for video playback with autoplay functionality.
    • Added an Enterprise component detailing enterprise licensing and compliance.
    • Introduced a Thumb component for carousel navigation.
  • Updates

    • Ended the Early Adopters Plan and introduced new Individual and Team Plans.
    • Updated the Callout component to promote the Free Plan.
    • Changed pricing table details to reflect new plans and pricing.
    • Updated the Hero component to include the new carousel.
  • Content Changes

    • Updated tooltip content to "Customers with an Active Subscriptions."
    • Changed "Early Adopters" label to "Total Customers" on the metrics display.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1168 **Author:** [@ElTimuro](https://github.com/ElTimuro) **Created:** 5/21/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `chore/sunset-early-adopters` --- ### 📝 Commits (10+) - [`f8b51a7`](https://github.com/documenso/documenso/commit/f8b51a7ac24de247422b3b69fd975e45b8d6aa6a) chore: add teams pricing and move enterprise cta - [`9f9c0c1`](https://github.com/documenso/documenso/commit/9f9c0c10e9baa2902647f9ce2d8c846d19189379) chore: remove the plan, it's cleaner - [`fb8ab97`](https://github.com/documenso/documenso/commit/fb8ab9719b4858d7ef7931a921411e1732f0b77d) chore: ex ea customer label on open page - [`6f99061`](https://github.com/documenso/documenso/commit/6f9906164d32411fe37d0bbec698a5d8522a5466) chore: save text - [`09ead88`](https://github.com/documenso/documenso/commit/09ead88d7488311e02c3f1e5520eb3f354996335) feat: sunsetting early adopters blog article - [`7da5535`](https://github.com/documenso/documenso/commit/7da553566734606d1abd2de6846d00aef74a22fb) chore: grammarly - [`7fdda0a`](https://github.com/documenso/documenso/commit/7fdda0a8401052a66f26488c18bfcaf427b7e637) feat: replace signup widget with carousel - [`c14cd2d`](https://github.com/documenso/documenso/commit/c14cd2dcc55c97ce0c61cd516b52bf1414ef9483) fix: show slide content based on image or video - [`907cc3a`](https://github.com/documenso/documenso/commit/907cc3a74e3ac35a418a0cbcaba9412fbbf9e6a3) chore: add what's new label - [`4e6e4a0`](https://github.com/documenso/documenso/commit/4e6e4a00164356202083a9202803a95aa648d021) feat: add progress at the bottom of the slide ### 📊 Changes **15 files changed** (+10976 additions, -6114 deletions) <details> <summary>View changed files</summary> ➕ `apps/marketing/content/blog/sunsetting-early-adopters.mdx` (+52 -0) 📝 `apps/marketing/package.json` (+3 -0) ➕ `apps/marketing/public/blog/sunset.jpg` (+0 -0) ➕ `apps/marketing/public/signing.mp4` (+0 -0) 📝 `apps/marketing/src/app/(marketing)/open/page.tsx` (+2 -2) 📝 `apps/marketing/src/app/(marketing)/open/tooltip.tsx` (+1 -1) 📝 `apps/marketing/src/app/(marketing)/pricing/page.tsx` (+5 -0) 📝 `apps/marketing/src/components/(marketing)/callout.tsx` (+12 -11) ➕ `apps/marketing/src/components/(marketing)/carousel.tsx` (+225 -0) ➕ `apps/marketing/src/components/(marketing)/enterprise.tsx` (+36 -0) 📝 `apps/marketing/src/components/(marketing)/hero.tsx` (+30 -95) 📝 `apps/marketing/src/components/(marketing)/pricing-table.tsx` (+35 -40) ➕ `apps/marketing/src/components/(marketing)/thumb.tsx` (+29 -0) ➖ `apps/marketing/src/components/(marketing)/widget.tsx` (+0 -421) 📝 `package-lock.json` (+10546 -5544) </details> ### 📄 Description --- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description This PR includes all changes, relevant to ending the Early Adopter phase. ## Changes Made - Blogpost - Change Pricing Page - ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [x] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a carousel for video playback with autoplay functionality. - Added an `Enterprise` component detailing enterprise licensing and compliance. - Introduced a `Thumb` component for carousel navigation. - **Updates** - Ended the Early Adopters Plan and introduced new Individual and Team Plans. - Updated the `Callout` component to promote the Free Plan. - Changed pricing table details to reflect new plans and pricing. - Updated the `Hero` component to include the new carousel. - **Content Changes** - Updated tooltip content to "Customers with an Active Subscriptions." - Changed "Early Adopters" label to "Total Customers" on the metrics display. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:33:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1440
No description provided.