[PR #1155] [CLOSED] feat: update email and logo colors for business branding #1432

Closed
opened 2026-02-26 19:33:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1155
Author: @julius-eller
Created: 5/14/2024
Status: Closed

Base: mainHead: fe_change-email-template-bkm-167


📝 Commits (2)

  • 6599768 feat: update email and logo colors for business branding
  • 1d46775 feat: styling and templates updates

📊 Changes

34 files changed (+127 additions, -61 deletions)

View changed files

📝 apps/marketing/public/site.webmanifest (+1 -1)
📝 apps/marketing/src/app/(marketing)/open/cap-table.tsx (+1 -1)
apps/web/public/cropped-Favicon2-180x180.png (+0 -0)
apps/web/public/cropped-Favicon2-192x192.png (+0 -0)
apps/web/public/cropped-Favicon2-32x32.png (+0 -0)
📝 apps/web/public/site.webmanifest (+1 -1)
apps/web/public/static/cropped-Favicon2-180x180.png (+0 -0)
apps/web/public/static/cropped-Favicon2-192x192.png (+0 -0)
apps/web/public/static/cropped-Favicon2-32x32.png (+0 -0)
📝 apps/web/public/static/logo.png (+0 -0)
📝 apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/loading.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/documents/[id]/sent/page.tsx (+1 -1)
📝 apps/web/src/app/(dashboard)/templates/[id]/template-page-view.tsx (+1 -1)
📝 apps/web/src/app/globals.css (+66 -0)
📝 apps/web/src/app/layout.tsx (+25 -25)
📝 packages/assets/logo.png (+0 -0)
📝 packages/assets/site.webmanifest (+1 -1)

...and 14 more files

📄 Description

  • Adjust email colors and logos to match businesskitz branding guidelines.
  • Update other logos and removed instances of default documenso color.
  • Some documenso greens remain unchanged.

name: Pull Request
about: Submit changes to the project for review and inclusion

Description

Changes Made

  • Change 1
  • Change 2
  • ...

Testing Performed

  • Tested feature X in scenario Y.
  • Ran unit tests for component Z.
  • Tested on browsers A, B, and C.
  • ...

Checklist

  • I have tested these changes locally and they work as expected.
  • I have added/updated tests that prove the effectiveness of these changes.
  • I have updated the documentation to reflect these changes, if applicable.
  • I have followed the project's coding style guidelines.
  • I have addressed the code review feedback from the previous submission, if applicable.

Additional Notes

Summary by CodeRabbit

  • New Features

    • Updated the application's theme color to a new purple shade for enhanced branding consistency.
    • Modified color schemes across various components and pages to align with the new visual identity.
  • Bug Fixes

    • Ensured consistent styling for links across multiple components by updating their color properties.
  • Documentation

    • Enhanced email templates with updated branding and improved visibility for logos.
  • Chores

    • Updated email sender details to reflect the rebranding from Documenso to BusinessKitz.
    • Revised the Tailwind CSS configuration to incorporate new color definitions for the interface.

🔄 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/documenso/documenso/pull/1155 **Author:** [@julius-eller](https://github.com/julius-eller) **Created:** 5/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fe_change-email-template-bkm-167` --- ### 📝 Commits (2) - [`6599768`](https://github.com/documenso/documenso/commit/6599768af6b71c1915d0b63dcb427a3c29daf3d2) feat: update email and logo colors for business branding - [`1d46775`](https://github.com/documenso/documenso/commit/1d467758dbf69821fedf03aa3461ccf7118bed85) feat: styling and templates updates ### 📊 Changes **34 files changed** (+127 additions, -61 deletions) <details> <summary>View changed files</summary> 📝 `apps/marketing/public/site.webmanifest` (+1 -1) 📝 `apps/marketing/src/app/(marketing)/open/cap-table.tsx` (+1 -1) ➕ `apps/web/public/cropped-Favicon2-180x180.png` (+0 -0) ➕ `apps/web/public/cropped-Favicon2-192x192.png` (+0 -0) ➕ `apps/web/public/cropped-Favicon2-32x32.png` (+0 -0) 📝 `apps/web/public/site.webmanifest` (+1 -1) ➕ `apps/web/public/static/cropped-Favicon2-180x180.png` (+0 -0) ➕ `apps/web/public/static/cropped-Favicon2-192x192.png` (+0 -0) ➕ `apps/web/public/static/cropped-Favicon2-32x32.png` (+0 -0) 📝 `apps/web/public/static/logo.png` (+0 -0) 📝 `apps/web/src/app/(dashboard)/documents/[id]/document-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/edit/document-edit-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/loading.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/logs/document-logs-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/documents/[id]/sent/page.tsx` (+1 -1) 📝 `apps/web/src/app/(dashboard)/templates/[id]/template-page-view.tsx` (+1 -1) 📝 `apps/web/src/app/globals.css` (+66 -0) 📝 `apps/web/src/app/layout.tsx` (+25 -25) 📝 `packages/assets/logo.png` (+0 -0) 📝 `packages/assets/site.webmanifest` (+1 -1) _...and 14 more files_ </details> ### 📄 Description - Adjust email colors and logos to match businesskitz branding guidelines. - Update other logos and removed instances of default documenso color. - Some documenso greens remain unchanged. --- name: Pull Request about: Submit changes to the project for review and inclusion --- ## Description <!--- Describe the changes introduced by this pull request. --> <!--- Explain what problem it solves or what feature/fix it adds. --> ## Related Issue <!--- If this pull request is related to a specific issue, reference it here using #issue_number. --> <!--- For example, "Fixes #123" or "Addresses #456". --> ## Changes Made <!--- Provide a summary of the changes made in this pull request. --> <!--- Include any relevant technical details or architecture changes. --> - Change 1 - Change 2 - ... ## Testing Performed <!--- Describe the testing that you have performed to validate these changes. --> <!--- Include information about test cases, testing environments, and results. --> - Tested feature X in scenario Y. - Ran unit tests for component Z. - Tested on browsers A, B, and C. - ... ## Checklist <!--- Please check the boxes that apply to this pull request. --> <!--- You can add or remove items as needed. --> - [ ] I have tested these changes locally and they work as expected. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [ ] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. ## Additional Notes <!--- Provide any additional context or notes for the reviewers. --> <!--- This might include details about design decisions, potential concerns, or anything else relevant. --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the application's theme color to a new purple shade for enhanced branding consistency. - Modified color schemes across various components and pages to align with the new visual identity. - **Bug Fixes** - Ensured consistent styling for links across multiple components by updating their color properties. - **Documentation** - Enhanced email templates with updated branding and improved visibility for logos. - **Chores** - Updated email sender details to reflect the rebranding from Documenso to BusinessKitz. - Revised the Tailwind CSS configuration to incorporate new color definitions for the interface. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:33:13 +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/documenso#1432
No description provided.