mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 05:45:51 +03:00
[PR #6] [MERGED] Onboarding flow #320
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#320
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/6
Author: @malla-lokesh
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/17/2025
Merged by: @pavanbhaskardev
Base:
main← Head:onboarding-flow📝 Commits (3)
250801bchore: created different onboarding pagese346535chore: completed 4 steps of onboarding169b687Merge branch 'main' into onboarding-flow📊 Changes
22 files changed (+1028 additions, -269 deletions)
View changed files
📝
package.json(+1 -0)📝
pnpm-lock.yaml(+40 -2)📝
src/actions/auth/index.ts(+5 -0)📝
src/app/(frontend)/(dashboard)/layout.tsx(+7 -3)📝
src/app/(frontend)/(dashboard)/settings/ssh-keys/page.tsx(+2 -2)📝
src/app/(frontend)/api/webhook/providers/github/route.ts(+5 -0)➕
src/app/(frontend)/onboarding/add-server/page.tsx(+44 -0)➕
src/app/(frontend)/onboarding/components/Stepper.tsx(+61 -0)➕
src/app/(frontend)/onboarding/configure-domain/page.tsx(+55 -0)➕
src/app/(frontend)/onboarding/install-github/page.tsx(+54 -0)➕
src/app/(frontend)/onboarding/page.tsx(+47 -0)➕
src/app/(frontend)/onboarding/sshKeyGen/page.tsx(+37 -0)➕
src/components/comp-524.tsx(+51 -0)📝
src/components/gitProviders/CreateGitAppForm.tsx(+1 -1)📝
src/components/servers/CreateServerForm.tsx(+150 -131)📝
src/components/servers/DomainForm.tsx(+70 -53)📝
src/components/sshkeys/CreateSSHKeyForm.tsx(+101 -74)➕
src/components/ui/stepper.tsx(+285 -0)📝
src/payload-types.ts(+2 -0)📝
src/payload/collections/SSHkeys/index.ts(+1 -1)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.