BTCPay Server Extensions (#1925)

* BTCPay Server Extensions

![demo](https://i.imgur.com/2S00aL2.gif)

* cleanup

* fix

* Polish UI a bit,detect when docker deployment
This commit is contained in:
Andrew Camilleri
2020-10-15 14:28:09 +02:00
committed by GitHub
parent 51a072808f
commit 1440e8c55d
45 changed files with 884 additions and 37 deletions

View File

@@ -4,6 +4,7 @@ using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using BTCPayServer.Components.NotificationsDropdown;
using BTCPayServer.Contracts;
using BTCPayServer.Data;
using BTCPayServer.Models.NotificationViewModels;
using Microsoft.AspNetCore.Identity;