[PR #2456] [CLOSED] style: complete rebrand to fit with RJUSL branding #2319

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2456
Author: @KiiMOTu
Created: 2/8/2026
Status: Closed

Base: mainHead: rjusl-rebrand


📝 Commits (1)

  • 2364d1b style: complete rebrand to fit with RJUSL branding

📊 Changes

113 files changed (+353 additions, -384 deletions)

View changed files

._.DS_Store (+0 -0)
📝 .gitignore (+3 -0)
📝 apps/remix/app/components/dialogs/account-delete-dialog.tsx (+2 -2)
📝 apps/remix/app/components/dialogs/envelope-distribute-dialog.tsx (+1 -1)
📝 apps/remix/app/components/dialogs/organisation-create-dialog.tsx (+10 -10)
📝 apps/remix/app/components/dialogs/organisation-member-invite-dialog.tsx (+8 -8)
📝 apps/remix/app/components/dialogs/team-member-create-dialog.tsx (+2 -2)
📝 apps/remix/app/components/dialogs/webhook-create-dialog.tsx (+2 -2)
📝 apps/remix/app/components/dialogs/webhook-edit-dialog.tsx (+2 -2)
📝 apps/remix/app/components/embed/embed-document-completed.tsx (+3 -3)
📝 apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx (+4 -4)
📝 apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx (+1 -1)
📝 apps/remix/app/components/forms/signin.tsx (+1 -1)
📝 apps/remix/app/components/forms/signup.tsx (+17 -17)
📝 apps/remix/app/components/general/admin-license-card.tsx (+1 -1)
📝 apps/remix/app/components/general/admin-license-status-banner.tsx (+3 -3)
📝 apps/remix/app/components/general/admin-monthly-active-user-charts.tsx (+2 -2)
📝 apps/remix/app/components/general/admin-stats-users-with-documents.tsx (+2 -2)
📝 apps/remix/app/components/general/app-nav-mobile.tsx (+6 -6)
📝 apps/remix/app/components/general/branding-logo-icon.tsx (+9 -8)

...and 80 more files

📄 Description

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


🔄 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/2456 **Author:** [@KiiMOTu](https://github.com/KiiMOTu) **Created:** 2/8/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `rjusl-rebrand` --- ### 📝 Commits (1) - [`2364d1b`](https://github.com/documenso/documenso/commit/2364d1b4945364892f48aee16033bf24edc9667a) style: complete rebrand to fit with RJUSL branding ### 📊 Changes **113 files changed** (+353 additions, -384 deletions) <details> <summary>View changed files</summary> ➕ `._.DS_Store` (+0 -0) 📝 `.gitignore` (+3 -0) 📝 `apps/remix/app/components/dialogs/account-delete-dialog.tsx` (+2 -2) 📝 `apps/remix/app/components/dialogs/envelope-distribute-dialog.tsx` (+1 -1) 📝 `apps/remix/app/components/dialogs/organisation-create-dialog.tsx` (+10 -10) 📝 `apps/remix/app/components/dialogs/organisation-member-invite-dialog.tsx` (+8 -8) 📝 `apps/remix/app/components/dialogs/team-member-create-dialog.tsx` (+2 -2) 📝 `apps/remix/app/components/dialogs/webhook-create-dialog.tsx` (+2 -2) 📝 `apps/remix/app/components/dialogs/webhook-edit-dialog.tsx` (+2 -2) 📝 `apps/remix/app/components/embed/embed-document-completed.tsx` (+3 -3) 📝 `apps/remix/app/components/forms/2fa/enable-authenticator-app-dialog.tsx` (+4 -4) 📝 `apps/remix/app/components/forms/2fa/view-recovery-codes-dialog.tsx` (+1 -1) 📝 `apps/remix/app/components/forms/signin.tsx` (+1 -1) 📝 `apps/remix/app/components/forms/signup.tsx` (+17 -17) 📝 `apps/remix/app/components/general/admin-license-card.tsx` (+1 -1) 📝 `apps/remix/app/components/general/admin-license-status-banner.tsx` (+3 -3) 📝 `apps/remix/app/components/general/admin-monthly-active-user-charts.tsx` (+2 -2) 📝 `apps/remix/app/components/general/admin-stats-users-with-documents.tsx` (+2 -2) 📝 `apps/remix/app/components/general/app-nav-mobile.tsx` (+6 -6) 📝 `apps/remix/app/components/general/branding-logo-icon.tsx` (+9 -8) _...and 80 more files_ </details> ### 📄 Description ## 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. --> - [x] I have tested these changes locally and they work as expected. - [x] I have added/updated tests that prove the effectiveness of these changes. - [x] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [x] 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. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:33:22 +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#2319
No description provided.