mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #476] [MERGED] Enhance/empty states UI #491
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#491
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/476
Author: @manikanta9176
Created: 10/10/2025
Status: ✅ Merged
Merged: 10/10/2025
Merged by: @manikanta9176
Base:
main← Head:enhance/empty-states-ui📝 Commits (4)
7e9e617feat(dashboard): introduce dedicated empty states and project not-found pagee373607fix(service): improve not found and access denied handling401f139refactor(components): refactor empty state components and improve access denied alert0700de3feat(servers): implement dedicated server not found page📊 Changes
18 files changed (+378 additions, -140 deletions)
View changed files
📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx(+24 -75)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/layout.client.tsx(+0 -8)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/layout.tsx(+6 -1)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/layout.tsx(+8 -3)📝
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/[serviceId]/page.tsx(+8 -3)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[projectId]/service/not-found.tsx(+11 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/not-found.tsx(+11 -0)➕
src/app/(frontend)/(dashboard)/[organisation]/servers/[serverId]/not-found.tsx(+11 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx(+17 -44)📝
src/components/AccessDeniedAlert.tsx(+19 -4)📝
src/components/bubble/TerminalPanel.tsx(+2 -2)➕
src/components/states/DashboardServersEmptyState.tsx(+38 -0)➕
src/components/states/ProjectNotFound.tsx(+48 -0)➕
src/components/states/ProjectsEmptyState.tsx(+22 -0)➕
src/components/states/ServerNotFound.tsx(+48 -0)➕
src/components/states/ServersEmptyState.tsx(+43 -0)➕
src/components/states/ServiceNotFound.tsx(+48 -0)➕
src/components/states/TriggerNotFound.tsx(+14 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.