[PR #1358] [MERGED] feat: signing volume #1581

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

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1358
Author: @ephraimduncan
Created: 9/19/2024
Status: Merged
Merged: 12/3/2024
Merged by: @Mythie

Base: mainHead: signing-volume


📝 Commits (10+)

  • 08d94cf chore: add initial query
  • 670393d chore: leaderboard table
  • 894e857 chore: leaderboard table
  • 087d8bf fix: sort table
  • 89154e6 chore: minor fixes
  • a274e9b feat(leaderboard): add Stripe subscription link to customer names
  • 7929e2f Merge branch 'main' into signing-volume
  • 1bcea63 fix: merge conflicts
  • d4baab1 fix: build errors
  • 5b475da chore: new query

📊 Changes

15 files changed (+685 additions, -61 deletions)

View changed files

apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx (+169 -0)
apps/web/src/app/(dashboard)/admin/leaderboard/fetch-leaderboard.actions.ts (+25 -0)
apps/web/src/app/(dashboard)/admin/leaderboard/page.tsx (+60 -0)
📝 apps/web/src/app/(dashboard)/admin/nav.tsx (+15 -1)
packages/lib/server-only/admin/get-signing-volume.ts (+148 -0)
📝 packages/lib/translations/de/common.po (+21 -8)
packages/lib/translations/de/web.js (+1 -0)
📝 packages/lib/translations/de/web.po (+48 -7)
📝 packages/lib/translations/en/common.po (+21 -8)
packages/lib/translations/en/web.js (+1 -0)
📝 packages/lib/translations/en/web.po (+48 -7)
📝 packages/lib/translations/es/common.po (+21 -8)
📝 packages/lib/translations/es/web.po (+43 -7)
📝 packages/lib/translations/fr/common.po (+21 -8)
📝 packages/lib/translations/fr/web.po (+43 -7)

📄 Description

CleanShot 2024-09-19 at 14 28 49@2x

Summary by CodeRabbit

Release Notes

  • New Features

    • Enhanced German, English, Spanish, and French translations for user interface strings, including new entries for "Leaderboard" and "Signing Volume."
    • Introduced a new leaderboard interface for administrators, allowing for sorting and pagination of signing volumes.
    • Added a LeaderboardTable component for displaying signing volumes with search and pagination functionalities.
  • Bug Fixes

    • Improved clarity and accuracy of existing translations across multiple languages.
  • Documentation

    • Updated localization files to ensure accurate and contextually relevant translations for a better user experience.

🔄 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/1358 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 9/19/2024 **Status:** ✅ Merged **Merged:** 12/3/2024 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `signing-volume` --- ### 📝 Commits (10+) - [`08d94cf`](https://github.com/documenso/documenso/commit/08d94cf2b2b8f64346bd29cd6db07bd8f1ef75f0) chore: add initial query - [`670393d`](https://github.com/documenso/documenso/commit/670393d0d09eb871ebda6bae821b4aca4e414191) chore: leaderboard table - [`894e857`](https://github.com/documenso/documenso/commit/894e857826f16f2ce3359f1ecf6c42ce39f85128) chore: leaderboard table - [`087d8bf`](https://github.com/documenso/documenso/commit/087d8bf1509f91f94b87ad19a6054e4ea0cb3cd3) fix: sort table - [`89154e6`](https://github.com/documenso/documenso/commit/89154e62303a670a1095ef0228f33764bf687f97) chore: minor fixes - [`a274e9b`](https://github.com/documenso/documenso/commit/a274e9b75ad617e289016e57d086a7c3f5356f24) feat(leaderboard): add Stripe subscription link to customer names - [`7929e2f`](https://github.com/documenso/documenso/commit/7929e2f841a4a1fbdb2ac9a40b2bdc3a709f7761) Merge branch 'main' into signing-volume - [`1bcea63`](https://github.com/documenso/documenso/commit/1bcea63a68c459d498bc4d2c1ed4f76ab974e3bd) fix: merge conflicts - [`d4baab1`](https://github.com/documenso/documenso/commit/d4baab195ce8681c952b4148a3bae204307201b3) fix: build errors - [`5b475da`](https://github.com/documenso/documenso/commit/5b475daba713e4f6aa729ae25d3296ad5d0f5cb4) chore: new query ### 📊 Changes **15 files changed** (+685 additions, -61 deletions) <details> <summary>View changed files</summary> ➕ `apps/web/src/app/(dashboard)/admin/leaderboard/data-table-leaderboard.tsx` (+169 -0) ➕ `apps/web/src/app/(dashboard)/admin/leaderboard/fetch-leaderboard.actions.ts` (+25 -0) ➕ `apps/web/src/app/(dashboard)/admin/leaderboard/page.tsx` (+60 -0) 📝 `apps/web/src/app/(dashboard)/admin/nav.tsx` (+15 -1) ➕ `packages/lib/server-only/admin/get-signing-volume.ts` (+148 -0) 📝 `packages/lib/translations/de/common.po` (+21 -8) ➕ `packages/lib/translations/de/web.js` (+1 -0) 📝 `packages/lib/translations/de/web.po` (+48 -7) 📝 `packages/lib/translations/en/common.po` (+21 -8) ➕ `packages/lib/translations/en/web.js` (+1 -0) 📝 `packages/lib/translations/en/web.po` (+48 -7) 📝 `packages/lib/translations/es/common.po` (+21 -8) 📝 `packages/lib/translations/es/web.po` (+43 -7) 📝 `packages/lib/translations/fr/common.po` (+21 -8) 📝 `packages/lib/translations/fr/web.po` (+43 -7) </details> ### 📄 Description ![CleanShot 2024-09-19 at 14 28 49@2x](https://github.com/user-attachments/assets/b3664fd3-b647-44f2-91ac-1b47dd5fe1f7) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - **New Features** - Enhanced German, English, Spanish, and French translations for user interface strings, including new entries for "Leaderboard" and "Signing Volume." - Introduced a new leaderboard interface for administrators, allowing for sorting and pagination of signing volumes. - Added a `LeaderboardTable` component for displaying signing volumes with search and pagination functionalities. - **Bug Fixes** - Improved clarity and accuracy of existing translations across multiple languages. - **Documentation** - Updated localization files to ensure accurate and contextually relevant translations for a better user experience. <!-- 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:52 +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#1581
No description provided.