[PR #252] [MERGED] UI fixes #402

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

📋 Pull Request Information

Original PR: https://github.com/dflow-sh/dflow/pull/252
Author: @pavanbhaskardev
Created: 6/20/2025
Status: Merged
Merged: 6/20/2025
Merged by: @pavanbhaskardev

Base: mainHead: feat-telemetry


📝 Commits (10+)

  • ebd3190 chore: added logger in safe-action.ts
  • f465513 chore: update Projects and Services collections with necessary adjustments in joins
  • 2b51280 chore: Added start date and end date functionality for banners
  • ea4631b style: Change the CTA button style in banner
  • bd276af chore: changed the style of dismissable button in banner
  • 75388cc chore: Banner will not be shown to user when dismissed upto 24 hours.
  • 7aa5c6c feat: Add getDflowUser action and integrate user credit claim feature in dashboard
  • b712406 style: Enhance empty state UI for backups, servers, and projects pages
  • cad564e feat: Add Help & Support link to user dropdown menu
  • 523f4e2 chore: Removed banner from UI

📊 Changes

36 files changed (+598 additions, -384 deletions)

View changed files

📝 env.ts (+6 -0)
📝 src/actions/cloud/dFlow/index.ts (+45 -82)
📝 src/actions/server/index.ts (+16 -8)
📝 src/actions/server/validator.ts (+1 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx (+23 -20)
📝 src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/page.tsx (+1 -0)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx (+16 -1)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/add-new-server/page.tsx (+7 -4)
📝 src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx (+15 -11)
📝 src/app/(frontend)/layout.tsx (+3 -1)
📝 src/components/ProjectCard.tsx (+4 -2)
📝 src/components/onboarding/dokkuInstallation/Step5.tsx (+4 -35)
📝 src/components/project/CreateProject.tsx (+19 -2)
📝 src/components/project/CreateTemplateFromProject.tsx (+8 -1)
📝 src/components/servers/DomainForm.tsx (+9 -11)
📝 src/components/servers/DomainList.tsx (+71 -37)
📝 src/components/servers/PluginConfigurationForm.tsx (+21 -15)
📝 src/components/servers/PluginsList.tsx (+1 -1)
📝 src/components/servers/ServerForm.tsx (+6 -0)
📝 src/components/servers/dflowVpsForm/DflowVpsFormContainer.tsx (+3 -1)

...and 16 more files

📄 Description

  • UI: Disabling lets-encrypt global email button after triggering queue in onboarding
  • UI: By default adding wild card domain nip.io during server-onboarding process
  • UI: Simplified domain-sync during onboarding process
  • UI: Default selecting sever during project creation in case there is only single server
  • Fix: handled the missing redirect case in sendActionEvent
  • UI: uncommented the add-ssh-key option during server-creation process
  • UI: disabled dFlow server creation process, if user not connected discord or haven't accepted terms of service

🔄 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/252 **Author:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Created:** 6/20/2025 **Status:** ✅ Merged **Merged:** 6/20/2025 **Merged by:** [@pavanbhaskardev](https://github.com/pavanbhaskardev) **Base:** `main` ← **Head:** `feat-telemetry` --- ### 📝 Commits (10+) - [`ebd3190`](https://github.com/dflow-sh/dflow/commit/ebd31908550a62b0896143e21f70f9056bccb6bf) chore: added logger in safe-action.ts - [`f465513`](https://github.com/dflow-sh/dflow/commit/f465513a5a42cb1cc71e44153f4ece2a971c90cd) chore: update Projects and Services collections with necessary adjustments in joins - [`2b51280`](https://github.com/dflow-sh/dflow/commit/2b51280f2b1e435156aa2fed6fc1648760299ba4) chore: Added start date and end date functionality for banners - [`ea4631b`](https://github.com/dflow-sh/dflow/commit/ea4631bdd9a60480f4d6d248051569590360bf4d) style: Change the CTA button style in banner - [`bd276af`](https://github.com/dflow-sh/dflow/commit/bd276af3217fbe40b3e78b0dbd161080aea4e992) chore: changed the style of dismissable button in banner - [`75388cc`](https://github.com/dflow-sh/dflow/commit/75388cce51ce7f7d8070c7a12a60009f29d94f9a) chore: Banner will not be shown to user when dismissed upto 24 hours. - [`7aa5c6c`](https://github.com/dflow-sh/dflow/commit/7aa5c6cce735d661fe79227888d863b3caaab630) feat: Add getDflowUser action and integrate user credit claim feature in dashboard - [`b712406`](https://github.com/dflow-sh/dflow/commit/b71240661c4fed6cd6a74cddf56e9ba1fb91a648) style: Enhance empty state UI for backups, servers, and projects pages - [`cad564e`](https://github.com/dflow-sh/dflow/commit/cad564e165a94dc233e60f3972827cb77ad6f8df) feat: Add Help & Support link to user dropdown menu - [`523f4e2`](https://github.com/dflow-sh/dflow/commit/523f4e2bab0179c20510181300d20698dd658b8b) chore: Removed banner from UI ### 📊 Changes **36 files changed** (+598 additions, -384 deletions) <details> <summary>View changed files</summary> 📝 `env.ts` (+6 -0) 📝 `src/actions/cloud/dFlow/index.ts` (+45 -82) 📝 `src/actions/server/index.ts` (+16 -8) 📝 `src/actions/server/validator.ts` (+1 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/page.tsx` (+23 -20) 📝 `src/app/(frontend)/(dashboard)/[organisation]/dashboard/project/[id]/page.tsx` (+1 -0) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/[id]/page.tsx` (+16 -1) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/add-new-server/page.tsx` (+7 -4) 📝 `src/app/(frontend)/(dashboard)/[organisation]/servers/page.tsx` (+15 -11) 📝 `src/app/(frontend)/layout.tsx` (+3 -1) 📝 `src/components/ProjectCard.tsx` (+4 -2) 📝 `src/components/onboarding/dokkuInstallation/Step5.tsx` (+4 -35) 📝 `src/components/project/CreateProject.tsx` (+19 -2) 📝 `src/components/project/CreateTemplateFromProject.tsx` (+8 -1) 📝 `src/components/servers/DomainForm.tsx` (+9 -11) 📝 `src/components/servers/DomainList.tsx` (+71 -37) 📝 `src/components/servers/PluginConfigurationForm.tsx` (+21 -15) 📝 `src/components/servers/PluginsList.tsx` (+1 -1) 📝 `src/components/servers/ServerForm.tsx` (+6 -0) 📝 `src/components/servers/dflowVpsForm/DflowVpsFormContainer.tsx` (+3 -1) _...and 16 more files_ </details> ### 📄 Description - UI: Disabling lets-encrypt global email button after triggering queue in onboarding - UI: By default adding wild card domain nip.io during server-onboarding process - UI: Simplified domain-sync during onboarding process - UI: Default selecting sever during project creation in case there is only single server - Fix: handled the missing redirect case in sendActionEvent - UI: uncommented the add-ssh-key option during server-creation process - UI: disabled dFlow server creation process, if user not connected discord or haven't accepted terms of service --- <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:47 +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#402
No description provided.