[PR #490] [MERGED] UI fixes team #496

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/490
Author: @jagadeesh507
Created: 11/3/2025
Status: Merged
Merged: 11/3/2025
Merged by: @jagadeesh507

Base: mainHead: ui-fixes-team


📝 Commits (4)

  • 51f05fc feat: add custom 404 and forbidden pages with themed styling
  • dae24a7 fix: update forbidden component with css
  • e407849 feat(Invitation): add loading state for copying invitation link
  • bcc0f22 fix: adjust padding for layout consistency in Backups and Team pages

📊 Changes

14 files changed (+231 additions, -68 deletions)

View changed files

📝 next.config.ts (+1 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/backups/page.tsx (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/team/page.tsx (+1 -1)
src/app/(frontend)/not-found.tsx (+0 -20)
src/app/forbidden.tsx (+76 -0)
src/app/global-not-found.tsx (+31 -0)
src/app/not-found.tsx (+26 -0)
📝 src/components/Integrations/GithubDrawer.tsx (+9 -4)
📝 src/components/Team/Invitation.tsx (+27 -4)
📝 src/components/Team/Roles/RolesList.tsx (+11 -4)
📝 src/components/Team/Roles/index.tsx (+5 -3)
📝 src/components/Team/TeamMembers.tsx (+36 -28)
📝 src/components/Team/index.tsx (+6 -2)
📝 src/components/service/Backup.tsx (+1 -1)

📄 Description

No description provided


🔄 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/490 **Author:** [@jagadeesh507](https://github.com/jagadeesh507) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@jagadeesh507](https://github.com/jagadeesh507) **Base:** `main` ← **Head:** `ui-fixes-team` --- ### 📝 Commits (4) - [`51f05fc`](https://github.com/dflow-sh/dflow/commit/51f05fc116fe3585db1f857f2047aff7bb37c813) feat: add custom 404 and forbidden pages with themed styling - [`dae24a7`](https://github.com/dflow-sh/dflow/commit/dae24a76530d99f9ac1293e425b100df08d275e4) fix: update forbidden component with css - [`e407849`](https://github.com/dflow-sh/dflow/commit/e407849614626a4e6cf3a084098429207c1394cb) feat(Invitation): add loading state for copying invitation link - [`bcc0f22`](https://github.com/dflow-sh/dflow/commit/bcc0f22e93d6005c1ac9b611cb9a18baa4d8ba30) fix: adjust padding for layout consistency in Backups and Team pages ### 📊 Changes **14 files changed** (+231 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `next.config.ts` (+1 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/backups/page.tsx` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/team/page.tsx` (+1 -1) ➖ `src/app/(frontend)/not-found.tsx` (+0 -20) ➕ `src/app/forbidden.tsx` (+76 -0) ➕ `src/app/global-not-found.tsx` (+31 -0) ➕ `src/app/not-found.tsx` (+26 -0) 📝 `src/components/Integrations/GithubDrawer.tsx` (+9 -4) 📝 `src/components/Team/Invitation.tsx` (+27 -4) 📝 `src/components/Team/Roles/RolesList.tsx` (+11 -4) 📝 `src/components/Team/Roles/index.tsx` (+5 -3) 📝 `src/components/Team/TeamMembers.tsx` (+36 -28) 📝 `src/components/Team/index.tsx` (+6 -2) 📝 `src/components/service/Backup.tsx` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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: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/dflow#496
No description provided.