[PR #394] [MERGED] feat: implement project filtering section in dashboard #458

Closed
opened 2026-03-03 11:30:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/394
Author: @manikanta9176
Created: 8/9/2025
Status: Merged
Merged: 8/9/2025
Merged by: @manikanta9176

Base: mainHead: chore/remove-hidden-projects


📝 Commits (1)

  • 32a6de9 feat: implement project filtering section in dashboard

📊 Changes

3 files changed (+882 additions, -61 deletions)

View changed files

📝 src/actions/pages/dashboard/index.ts (+12 -3)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx (+54 -58)
src/components/ProjectFiltersSection.tsx (+816 -0)

📄 Description

  • Introduced a new ProjectFiltersSection component to enhance project visibility and management.
  • Updated the getProjectsAndServers action to filter out hidden projects based on the tenant slug.
  • Refactored the dashboard page to utilize the new filtering component, improving user experience with project visibility options.
  • Enhanced the empty state handling for projects when no visible projects are available.

🔄 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/394 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 8/9/2025 **Status:** ✅ Merged **Merged:** 8/9/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `chore/remove-hidden-projects` --- ### 📝 Commits (1) - [`32a6de9`](https://github.com/dflow-sh/dflow/commit/32a6de98c3c4afd8eae217e2bf68e190ef353dcc) feat: implement project filtering section in dashboard ### 📊 Changes **3 files changed** (+882 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `src/actions/pages/dashboard/index.ts` (+12 -3) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx` (+54 -58) ➕ `src/components/ProjectFiltersSection.tsx` (+816 -0) </details> ### 📄 Description - Introduced a new `ProjectFiltersSection` component to enhance project visibility and management. - Updated the `getProjectsAndServers` action to filter out hidden projects based on the tenant slug. - Refactored the dashboard page to utilize the new filtering component, improving user experience with project visibility options. - Enhanced the empty state handling for projects when no visible projects are available. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:30:04 +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#458
No description provided.