[PR #23] [MERGED] feat: added integrations tab, change the env convention, made tabs re… #326

Closed
opened 2026-03-03 11:29:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/23
Author: @pavanbhaskardev
Created: 3/28/2025
Status: Merged
Merged: 3/28/2025
Merged by: @pavanbhaskardev

Base: mainHead: feat-integrations


📝 Commits (1)

  • 237ab65 feat: added integrations tab, change the env convention, made tabs responsive on mobile-view

📊 Changes

20 files changed (+299 additions, -120 deletions)

View changed files

📝 .env.example (+3 -2)
📝 env.ts (+4 -2)
📝 src/actions/gitProviders/index.ts (+23 -0)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/layout.client.tsx (+1 -0)
📝 src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx (+3 -1)
src/app/(frontend)/(dashboard)/integrations/page.tsx (+152 -0)
📝 src/app/(frontend)/(dashboard)/layout.client.tsx (+11 -24)
📝 src/app/(frontend)/(dashboard)/layout.tsx (+5 -3)
src/app/(frontend)/(dashboard)/settings/git/page.tsx (+0 -34)
📝 src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx (+3 -1)
📝 src/app/(frontend)/api/webhook/providers/github/route.ts (+2 -2)
📝 src/components/Tabs.tsx (+33 -28)
📝 src/components/gitProviders/CreateGitAppForm.tsx (+6 -5)
📝 src/components/icons.tsx (+25 -0)
📝 src/components/nav-user.tsx (+1 -1)
📝 src/components/servers/DomainList.tsx (+2 -2)
📝 src/components/servers/monitoring/MonitoringTabs.tsx (+3 -1)
src/lib/integrationList.tsx (+21 -0)
📝 src/lib/redis/index.ts (+1 -1)
📝 src/lib/ssh.ts (+0 -13)

📄 Description

  1. Added integrations tab
  2. Changed env convention
  3. Made tabs responsive in mobile-view

🔄 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/dflow-sh/dflow/pull/23 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 3/28/2025 **Status:** ✅ Merged **Merged:** 3/28/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-integrations` --- ### 📝 Commits (1) - [`237ab65`](https://github.com/dflow-sh/dflow/commit/237ab65a486cdbdfad656b0979319b3bb3089d19) feat: added integrations tab, change the env convention, made tabs responsive on mobile-view ### 📊 Changes **20 files changed** (+299 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+3 -2) 📝 `env.ts` (+4 -2) 📝 `src/actions/gitProviders/index.ts` (+23 -0) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/layout.client.tsx` (+1 -0) 📝 `src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.client.tsx` (+3 -1) ➕ `src/app/(frontend)/(dashboard)/integrations/page.tsx` (+152 -0) 📝 `src/app/(frontend)/(dashboard)/layout.client.tsx` (+11 -24) 📝 `src/app/(frontend)/(dashboard)/layout.tsx` (+5 -3) ➖ `src/app/(frontend)/(dashboard)/settings/git/page.tsx` (+0 -34) 📝 `src/app/(frontend)/(dashboard)/settings/servers/[id]/layout.client.tsx` (+3 -1) 📝 `src/app/(frontend)/api/webhook/providers/github/route.ts` (+2 -2) 📝 `src/components/Tabs.tsx` (+33 -28) 📝 `src/components/gitProviders/CreateGitAppForm.tsx` (+6 -5) 📝 `src/components/icons.tsx` (+25 -0) 📝 `src/components/nav-user.tsx` (+1 -1) 📝 `src/components/servers/DomainList.tsx` (+2 -2) 📝 `src/components/servers/monitoring/MonitoringTabs.tsx` (+3 -1) ➕ `src/lib/integrationList.tsx` (+21 -0) 📝 `src/lib/redis/index.ts` (+1 -1) 📝 `src/lib/ssh.ts` (+0 -13) </details> ### 📄 Description 1. Added integrations tab 2. Changed env convention 3. Made tabs responsive in mobile-view --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:23 +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/dflow#326
No description provided.