[PR #1182] [MERGED] Chore/sunset-early-adopters #1452

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1182
Author: @ElTimuro
Created: 6/10/2024
Status: Merged
Merged: 6/12/2024
Merged by: @ElTimuro

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 (+499 additions, -570 deletions)

View changed files

apps/marketing/content/blog/sunsetting-early-adopters.mdx (+49 -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 (+261 -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)/slide.tsx (+29 -0)
apps/marketing/src/components/(marketing)/widget.tsx (+0 -421)
📝 package-lock.json (+36 -0)

📄 Description

chore: sunset early adopters

Summary by CodeRabbit

  • New Features

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

    • Updated the Hero component to replace the Widget with the new Carousel.
    • Revised the PricingTable component to reflect new pricing plans and details.
    • Changed tooltip text in the marketing app for better clarity.
    • Updated button texts and links in the Callout component to promote the "Free Plan".
  • Content

    • Published a blog post announcing the end of the Early Adopters Plan and introducing new pricing plans.
  • Dependencies

    • Added Embla Carousel dependencies for enhanced carousel functionality.

🔄 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/1182 **Author:** [@ElTimuro](https://github.com/ElTimuro) **Created:** 6/10/2024 **Status:** ✅ Merged **Merged:** 6/12/2024 **Merged by:** [@ElTimuro](https://github.com/ElTimuro) **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** (+499 additions, -570 deletions) <details> <summary>View changed files</summary> ➕ `apps/marketing/content/blog/sunsetting-early-adopters.mdx` (+49 -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` (+261 -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)/slide.tsx` (+29 -0) ➖ `apps/marketing/src/components/(marketing)/widget.tsx` (+0 -421) 📝 `package-lock.json` (+36 -0) </details> ### 📄 Description chore: sunset early adopters <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new `Carousel` component with video autoplay functionality. - Added a `Thumb` component for carousel navigation. - Introduced a new `Enterprise` component detailing enterprise licensing and compliance. - **Updates** - Updated the `Hero` component to replace the `Widget` with the new `Carousel`. - Revised the `PricingTable` component to reflect new pricing plans and details. - Changed tooltip text in the marketing app for better clarity. - Updated button texts and links in the `Callout` component to promote the "Free Plan". - **Content** - Published a blog post announcing the end of the Early Adopters Plan and introducing new pricing plans. - **Dependencies** - Added Embla Carousel dependencies for enhanced carousel functionality. <!-- 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:19 +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#1452
No description provided.