[PR #915] [MERGED] feat: add team feature flag #1247

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/915
Author: @dguyen
Created: 2/7/2024
Status: Merged
Merged: 2/7/2024
Merged by: @dguyen

Base: mainHead: feat/teams-feature-flag


📝 Commits (1)

  • da2b421 feat: add team feature flag

📊 Changes

9 files changed (+244 additions, -34 deletions)

View changed files

📝 apps/web/src/components/(dashboard)/layout/header.tsx (+36 -2)
📝 apps/web/src/components/(dashboard)/layout/mobile-navigation.tsx (+1 -1)
apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx (+169 -0)
📝 apps/web/src/components/(dashboard)/settings/layout/desktop-nav.tsx (+15 -12)
📝 apps/web/src/components/(dashboard)/settings/layout/mobile-nav.tsx (+15 -12)
📝 apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx (+2 -1)
📝 apps/web/src/components/forms/2fa/authenticator-app.tsx (+0 -2)
📝 packages/lib/constants/feature-flags.ts (+1 -0)
📝 packages/ui/primitives/sheet.tsx (+5 -4)

📄 Description

Description

Add the ability to feature flag the teams feature via UI.

Also added minor UI changes

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 followed the project's coding style guidelines.

🔄 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/915 **Author:** [@dguyen](https://github.com/dguyen) **Created:** 2/7/2024 **Status:** ✅ Merged **Merged:** 2/7/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `feat/teams-feature-flag` --- ### 📝 Commits (1) - [`da2b421`](https://github.com/documenso/documenso/commit/da2b42102cc3e9f36ba26fca5cb4a3625fbe7545) feat: add team feature flag ### 📊 Changes **9 files changed** (+244 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/components/(dashboard)/layout/header.tsx` (+36 -2) 📝 `apps/web/src/components/(dashboard)/layout/mobile-navigation.tsx` (+1 -1) ➕ `apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx` (+169 -0) 📝 `apps/web/src/components/(dashboard)/settings/layout/desktop-nav.tsx` (+15 -12) 📝 `apps/web/src/components/(dashboard)/settings/layout/mobile-nav.tsx` (+15 -12) 📝 `apps/web/src/components/(teams)/dialogs/create-team-checkout-dialog.tsx` (+2 -1) 📝 `apps/web/src/components/forms/2fa/authenticator-app.tsx` (+0 -2) 📝 `packages/lib/constants/feature-flags.ts` (+1 -0) 📝 `packages/ui/primitives/sheet.tsx` (+5 -4) </details> ### 📄 Description ## Description Add the ability to feature flag the teams feature via UI. Also added minor UI changes ## Checklist - [X] I have tested these changes locally and they work as expected. - [X] I have added/updated tests that prove the effectiveness of these changes. - [X] I have followed the project's coding style guidelines. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:27 +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#1247
No description provided.