mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #490] [MERGED] UI fixes team #496
Labels
No labels
backend
bug
developer
documentation
enhancement
enhancement
enhancement
feature
feature
fix
frontend
frontend
good first issue
help wanted
pull-request
safety-check
security
styles
styles
templates
templates
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dflow#496
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:ui-fixes-team📝 Commits (4)
51f05fcfeat: add custom 404 and forbidden pages with themed stylingdae24a7fix: update forbidden component with csse407849feat(Invitation): add loading state for copying invitation linkbcc0f22fix: 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.