feat: Add Payjoin V2 overview page#44
Open
ValeraFinebits wants to merge 3 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR replaces the old plugin/debug overview with a current-store-aware Payjoin V2 status page and restricts navigation/access to users who can view the selected store settings.
Changes:
- Adds a new Payjoin V2 overview controller/view with store configuration and readiness details.
- Updates header navigation to point at the new store-aware overview page.
- Removes the old template/debug plugin page and its persisted debug-data service registration.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
BTCPayServer.Plugins.Payjoin/Views/UIPlugin/Index.cshtml |
Removes the old persisted debug-data plugin page. |
BTCPayServer.Plugins.Payjoin/Views/UIPayjoinOverview/Index.cshtml |
Adds the new Payjoin V2 overview UI. |
BTCPayServer.Plugins.Payjoin/Views/Shared/PayjoinHeaderNav.cshtml |
Updates top navigation to show Payjoin V2 for the selected store. |
BTCPayServer.Plugins.Payjoin/Views/PayjoinNavPages.cs |
Renames the nav enum for the new Payjoin overview. |
BTCPayServer.Plugins.Payjoin/Services/PayjoinPluginService.cs |
Removes the old debug-data service. |
BTCPayServer.Plugins.Payjoin/Plugin.cs |
Stops registering the removed debug-data service. |
BTCPayServer.Plugins.Payjoin/Controllers/UIPluginController.cs |
Removes the old template/debug controller. |
BTCPayServer.Plugins.Payjoin/Controllers/UIPayjoinOverviewController.cs |
Adds the new store-aware overview controller and status model. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
40d4431 to
bae9d67
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR redesigns the Payjoin V2 overview page to better match the rest of the BTCPay UI and make merchant-side availability easier to understand. Refs #35
Changes