mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 13:55:56 +03:00
[PR #252] [MERGED] UI fixes #402
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#402
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/252
Author: @pavanbhaskardev
Created: 6/20/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-telemetry📝 Commits (10+)
ebd3190chore: added logger in safe-action.tsf465513chore: update Projects and Services collections with necessary adjustments in joins2b51280chore: Added start date and end date functionality for bannersea4631bstyle: Change the CTA button style in bannerbd276afchore: changed the style of dismissable button in banner75388ccchore: Banner will not be shown to user when dismissed upto 24 hours.7aa5c6cfeat: Add getDflowUser action and integrate user credit claim feature in dashboardb712406style: Enhance empty state UI for backups, servers, and projects pagescad564efeat: Add Help & Support link to user dropdown menu523f4e2chore: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.