[PR #1853] [MERGED] chore: add support option #1888

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1853
Author: @catalinpit
Created: 6/24/2025
Status: Merged
Merged: 8/19/2025
Merged by: @Mythie

Base: mainHead: feat/add-support-button


📝 Commits (10+)

  • ef07d1e chore: add support option
  • 74ce4c1 chore: add plain form
  • 248e4d0 chore: formatting
  • f036b01 chore: improvements
  • 232bba3 chore: implement feedback
  • 6324a8d chore: add NEXT_PRIVATE_PLAIN_API_KEY to env and update support ticket form
  • 3ac4177 Merge branch 'main' into feat/add-support-button
  • 2163c5e chore: revert mistake
  • a06f855 chore: update request schema
  • 75aca0b Merge branch 'main' into feat/add-support-button

📊 Changes

11 files changed (+445 additions, -4 deletions)

View changed files

📝 .env.example (+2 -0)
apps/remix/app/components/forms/support-ticket-form.tsx (+138 -0)
📝 apps/remix/app/components/general/org-menu-switcher.tsx (+13 -0)
apps/remix/app/routes/_authenticated+/o.$orgUrl.support.tsx (+125 -0)
📝 package-lock.json (+50 -4)
📝 packages/lib/package.json (+1 -0)
packages/lib/plain/client.ts (+7 -0)
packages/lib/server-only/user/submit-support-ticket.ts (+72 -0)
📝 packages/trpc/server/profile-router/router.ts (+27 -0)
📝 packages/trpc/server/profile-router/schema.ts (+9 -0)
📝 turbo.json (+1 -0)

📄 Description

Description

Created a support page that displays the available support channels for an organisation. It also integrates Plain, so the users can create support tickets directly from the app.

Testing Performed

Tested the feature locally.

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.

🔄 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/1853 **Author:** [@catalinpit](https://github.com/catalinpit) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `feat/add-support-button` --- ### 📝 Commits (10+) - [`ef07d1e`](https://github.com/documenso/documenso/commit/ef07d1e64ace305fe31b521b85bca9b609370994) chore: add support option - [`74ce4c1`](https://github.com/documenso/documenso/commit/74ce4c1124e8c72365dc797fe2967e3a773d72f2) chore: add plain form - [`248e4d0`](https://github.com/documenso/documenso/commit/248e4d0b5894581e3d7b49fda1f448a66802e322) chore: formatting - [`f036b01`](https://github.com/documenso/documenso/commit/f036b01ebbfefc67c085b74c3c309fed76ea39b0) chore: improvements - [`232bba3`](https://github.com/documenso/documenso/commit/232bba36c062999a94c5039c8c685c7652d1e0fa) chore: implement feedback - [`6324a8d`](https://github.com/documenso/documenso/commit/6324a8db885627c64c51abc3a8aa0c26926b0ee9) chore: add NEXT_PRIVATE_PLAIN_API_KEY to env and update support ticket form - [`3ac4177`](https://github.com/documenso/documenso/commit/3ac4177b4857c69059749c490d37cbbf16467708) Merge branch 'main' into feat/add-support-button - [`2163c5e`](https://github.com/documenso/documenso/commit/2163c5e0bff73249350fdacefc5b35dbce72d03c) chore: revert mistake - [`a06f855`](https://github.com/documenso/documenso/commit/a06f8555cb8d74323a6af51fa1603c677c27cb37) chore: update request schema - [`75aca0b`](https://github.com/documenso/documenso/commit/75aca0b5ccff612e3c34bfb8abdb7e9b885192fb) Merge branch 'main' into feat/add-support-button ### 📊 Changes **11 files changed** (+445 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -0) ➕ `apps/remix/app/components/forms/support-ticket-form.tsx` (+138 -0) 📝 `apps/remix/app/components/general/org-menu-switcher.tsx` (+13 -0) ➕ `apps/remix/app/routes/_authenticated+/o.$orgUrl.support.tsx` (+125 -0) 📝 `package-lock.json` (+50 -4) 📝 `packages/lib/package.json` (+1 -0) ➕ `packages/lib/plain/client.ts` (+7 -0) ➕ `packages/lib/server-only/user/submit-support-ticket.ts` (+72 -0) 📝 `packages/trpc/server/profile-router/router.ts` (+27 -0) 📝 `packages/trpc/server/profile-router/schema.ts` (+9 -0) 📝 `turbo.json` (+1 -0) </details> ### 📄 Description ## Description Created a support page that displays the available support channels for an organisation. It also integrates Plain, so the users can create support tickets directly from the app. ## Testing Performed Tested the feature locally. ## 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. - [ ] I have added/updated tests that prove the effectiveness of these changes. - [ ] I have updated the documentation to reflect these changes, if applicable. - [x] I have followed the project's coding style guidelines. - [ ] I have addressed the code review feedback from the previous submission, if applicable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:31 +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#1888
No description provided.