[PR #1216] [CLOSED] feat: disabling dark theme bkm 213 #1482

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1216
Author: @dzianis-zhydal
Created: 7/2/2024
Status: Closed

Base: mainHead: fe_disabling-dark-theme-bkm-213


📝 Commits (10+)

  • e1c6a24 fix: removed malfunctioning env var reference
  • e38ab77 Merge pull request #1 from documenso/main
  • b2e2381 feat: image push to aws ECR
  • 25ba702 fix: modified runner
  • 413fc93 Merge pull request #2 from BusinessKitz/main
  • 692f7f1 fix: changed git push command
  • 84672f7 fix: include upstream changes
  • 50a5e42 Update publish.yml
  • 8f17a53 fix: added | for multiline
  • 999aad7 ci: merged upstream

📊 Changes

41 files changed (+469 additions, -272 deletions)

View changed files

.aws/uat-task-definition.json (+109 -0)
📝 .github/workflows/publish.yml (+34 -114)
📝 .gitignore (+0 -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/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 (+44 -44)
📝 docker/Dockerfile (+8 -2)
📝 docker/development/compose.yml (+13 -2)
📝 docker/production/compose.yml (+11 -5)
📝 docker/start.sh (+6 -1)
📝 package-lock.json (+78 -13)

...and 21 more files

📄 Description


feat: Fe disabling dark theme bkm 213
about: Fixing the issue with the dark theme.

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

    • Added ECS task definition for uat-documenso container with AWS Fargate compatibility.
  • Improvements

    • Updated workflow to publish Docker containers using AWS ECR.
    • Updated Docker development and production configurations.
  • Bug Fixes

    • Standardized link color across various components from green to purple (#6414DB).
  • Refactor

    • Minor formatting and semantic changes in layout and email templates.
    • Changed default title to 'BusinessKitz' and updated favicon links.
  • Chores

    • Updated package versions in package.json.
    • Adjusted styles and text in email templates for branding consistency.

🔄 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/1216 **Author:** [@dzianis-zhydal](https://github.com/dzianis-zhydal) **Created:** 7/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fe_disabling-dark-theme-bkm-213` --- ### 📝 Commits (10+) - [`e1c6a24`](https://github.com/documenso/documenso/commit/e1c6a2459dd3e6b0e0da98933b19d73ade7255bd) fix: removed malfunctioning env var reference - [`e38ab77`](https://github.com/documenso/documenso/commit/e38ab770e0d45a87059300943ccea351a81ccad0) Merge pull request #1 from documenso/main - [`b2e2381`](https://github.com/documenso/documenso/commit/b2e23815283b564f2e9394ace31fa7fac1689441) feat: image push to aws ECR - [`25ba702`](https://github.com/documenso/documenso/commit/25ba70268160951b220c5cb349335ba47fee74fc) fix: modified runner - [`413fc93`](https://github.com/documenso/documenso/commit/413fc9357fb16af9f318548d44299f226666733e) Merge pull request #2 from BusinessKitz/main - [`692f7f1`](https://github.com/documenso/documenso/commit/692f7f1baebb291e20a417eb2b19ca5b4f794bac) fix: changed git push command - [`84672f7`](https://github.com/documenso/documenso/commit/84672f75c9af9427922efde171c1d8ffdf5ee12e) fix: include upstream changes - [`50a5e42`](https://github.com/documenso/documenso/commit/50a5e42def6b728aa5d886cb7e79e8f35d653506) Update publish.yml - [`8f17a53`](https://github.com/documenso/documenso/commit/8f17a53159d5a63d2de3060f7ea9350619542bc6) fix: added | for multiline - [`999aad7`](https://github.com/documenso/documenso/commit/999aad7e12d429500aeb8ae3771ec5ecbcdab796) ci: merged upstream ### 📊 Changes **41 files changed** (+469 additions, -272 deletions) <details> <summary>View changed files</summary> ➕ `.aws/uat-task-definition.json` (+109 -0) 📝 `.github/workflows/publish.yml` (+34 -114) 📝 `.gitignore` (+0 -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/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` (+44 -44) 📝 `docker/Dockerfile` (+8 -2) 📝 `docker/development/compose.yml` (+13 -2) 📝 `docker/production/compose.yml` (+11 -5) 📝 `docker/start.sh` (+6 -1) 📝 `package-lock.json` (+78 -13) _...and 21 more files_ </details> ### 📄 Description --- feat: Fe disabling dark theme bkm 213 about: Fixing the issue with the dark theme. --- ## 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** - Added ECS task definition for `uat-documenso` container with AWS Fargate compatibility. - **Improvements** - Updated workflow to publish Docker containers using AWS ECR. - Updated Docker development and production configurations. - **Bug Fixes** - Standardized link color across various components from green to purple (`#6414DB`). - **Refactor** - Minor formatting and semantic changes in layout and email templates. - Changed default title to 'BusinessKitz' and updated favicon links. - **Chores** - Updated package versions in `package.json`. - Adjusted styles and text in email templates for branding consistency. <!-- 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:27 +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#1482
No description provided.