[PR #69] [MERGED] Feat/skeleton loading #341

Closed
opened 2026-03-03 11:29:28 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: feat/skeleton-loading


📝 Commits (10+)

  • 77db2fb chore: skeleton loading for dashboard
  • ba0d77c chore: skeleton loading for individual project page
  • 2224b28 chore: skeleton loading for individual server page
  • 335fdd5 chore: skeleton loading for integrations page
  • 8954948 chore;; skeleton loading for docs page
  • 49dbe7b chore: deleted unwanted page routes
  • c6fb8f5 chore: updated the servers routing and its skeletons
  • f9dc783 chore: skeleton loading fot individual server page
  • e6d8759 chore: added terminal to the the servers page
  • b301b01 chore: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dflow-sh/dflow/pull/69 **Author:** [@manikanta9176](https://github.com/manikanta9176) **Created:** 4/18/2025 **Status:** ✅ Merged **Merged:** 4/18/2025 **Merged by:** [@manikanta9176](https://github.com/manikanta9176) **Base:** `main` ← **Head:** `feat/skeleton-loading` --- ### 📝 Commits (10+) - [`77db2fb`](https://github.com/dflow-sh/dflow/commit/77db2fb992f2257d910c2c56bb135d66ef0ec027) chore: skeleton loading for dashboard - [`ba0d77c`](https://github.com/dflow-sh/dflow/commit/ba0d77cf9e03d1300b36f5153b368c8f9d20cf21) chore: skeleton loading for individual project page - [`2224b28`](https://github.com/dflow-sh/dflow/commit/2224b28fb1bb57b29a9d0db8f3d8f85925f092cf) chore: skeleton loading for individual server page - [`335fdd5`](https://github.com/dflow-sh/dflow/commit/335fdd5470d4742e6c3b47a868a9a928a7060d3b) chore: skeleton loading for integrations page - [`8954948`](https://github.com/dflow-sh/dflow/commit/89549486bef5a7278cabf8e6edc5e8179fff7e31) chore;; skeleton loading for docs page - [`49dbe7b`](https://github.com/dflow-sh/dflow/commit/49dbe7b066313e5dc925c1f16620f4e8bd6854d2) chore: deleted unwanted page routes - [`c6fb8f5`](https://github.com/dflow-sh/dflow/commit/c6fb8f5d472675399621eb0ba72b233eb821eb48) chore: updated the servers routing and its skeletons - [`f9dc783`](https://github.com/dflow-sh/dflow/commit/f9dc7833eb3ef86a75e7bc07bf45d6ce7ac6192b) chore: skeleton loading fot individual server page - [`e6d8759`](https://github.com/dflow-sh/dflow/commit/e6d87597d9ad494cf6761e37ea9a185404bed385) chore: added terminal to the the servers page - [`b301b01`](https://github.com/dflow-sh/dflow/commit/b301b010688dccfa817e5fcf7194915c28cda652) chore: updated the security routing and its skeletons ### 📊 Changes **52 files changed** (+1447 additions, -826 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description #63 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:29:28 +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#341
No description provided.