mirror of
https://github.com/dflow-sh/dflow.git
synced 2026-04-26 22:05:53 +03:00
[PR #393] [MERGED] Feat custom branding #457
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#457
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/393
Author: @pavanbhaskardev
Created: 8/8/2025
Status: ✅ Merged
Merged: 8/8/2025
Merged by: @pavanbhaskardev
Base:
main← Head:feat-custom-branding📝 Commits (10+)
4ecc72achore: added theme fields, media collection47ff7aachore: added instructions & updated default-values to hslf956e1bchore: added theme-overriding logica64b8ffchore: added next-themes package for dark-mode support27a834bchore: added branding support63da017chore: updated default color-palate1afc29echore: added instructions for font-family update8bd15cechore: updated default variables7b80801chore: updated logo in team-invitation page68b9c6echore: showing dFlow text when logo not attached📊 Changes
36 files changed (+2519 additions, -73 deletions)
View changed files
📝
.gitignore(+2 -0)📝
.vscode/settings.json(+1 -0)📝
package.json(+2 -1)📝
pnpm-lock.yaml(+28 -1)➕
public/color-palette-edit.webm(+0 -0)➕
public/font-edit.webm(+0 -0)➕
src/actions/branding/index.ts(+36 -0)📝
src/app/(frontend)/(dashboard)/[organisation]/layout.tsx(+13 -13)📝
src/app/(frontend)/globals.css(+12 -1)📝
src/app/(frontend)/layout.tsx(+110 -25)📝
src/app/(payload)/custom.scss(+100 -0)📝
src/app/(payload)/payload-admin/importMap.js(+8 -0)➕
src/components/Branding.tsx(+205 -0)➕
src/components/Logo.tsx(+67 -0)➕
src/components/ToggleTheme.tsx(+40 -0)📝
src/components/invite/index.tsx(+10 -8)📝
src/components/nav-user.tsx(+0 -1)📝
src/components/sign-in/SignInForm.tsx(+4 -7)📝
src/components/sign-up/SignUpForm.tsx(+4 -7)📝
src/components/ui/button.tsx(+1 -1)...and 16 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.