mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #69] [MERGED] Feat/skeleton loading #341
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#341
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/69
Author: @manikanta9176
Created: 4/18/2025
Status: ✅ Merged
Merged: 4/18/2025
Merged by: @manikanta9176
Base:
main← Head:feat/skeleton-loading📝 Commits (10+)
77db2fbchore: skeleton loading for dashboardba0d77cchore: skeleton loading for individual project page2224b28chore: skeleton loading for individual server page335fdd5chore: skeleton loading for integrations page8954948chore;; skeleton loading for docs page49dbe7bchore: deleted unwanted page routesc6fb8f5chore: updated the servers routing and its skeletonsf9dc783chore: skeleton loading fot individual server pagee6d8759chore: added terminal to the the servers pageb301b01chore: updated the security routing and its skeletons📊 Changes
52 files changed (+1447 additions, -826 deletions)
View changed files
📝
src/actions/cloud/aws/index.ts(+2 -2)📝
src/actions/netdata/index.ts(+1 -1)📝
src/actions/plugin/index.ts(+1 -1)📝
src/actions/securityGroups/index.ts(+4 -4)📝
src/actions/server/index.ts(+5 -5)📝
src/actions/sshkeys/index.ts(+3 -3)📝
src/actions/terminal/index.ts(+5 -5)➖
src/app/(frontend)/(dashboard)/dashboard/DashboardLoading.tsx(+0 -31)📝
src/app/(frontend)/(dashboard)/dashboard/page.tsx(+60 -69)➖
src/app/(frontend)/(dashboard)/dashboard/project/[id]/ProjectLoading.tsx(+0 -31)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/page.tsx(+62 -60)➖
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/ServiceLoading.tsx(+0 -33)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/layout.tsx(+15 -12)📝
src/app/(frontend)/(dashboard)/dashboard/project/[id]/service/[serviceId]/page.tsx(+29 -17)➕
src/app/(frontend)/(dashboard)/docs/DocsSidebar.tsx(+65 -0)📝
src/app/(frontend)/(dashboard)/docs/[categorySlug]/[slug]/page.tsx(+16 -3)📝
src/app/(frontend)/(dashboard)/docs/layout.tsx(+6 -62)📝
src/app/(frontend)/(dashboard)/integrations/page.tsx(+23 -64)📝
src/app/(frontend)/(dashboard)/layout.client.tsx(+2 -2)📝
src/app/(frontend)/(dashboard)/layout.tsx(+65 -59)...and 32 more files
📄 Description
#63
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.