d11n
|
b12c4c5fa0
|
Improve and unify page headers (#2412)
* Improve and unify page headers
* Altcoin test fixes
* Update BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
* Update BTCPayServer/Views/Apps/UpdateCrowdfund.cshtml
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
* Fix missing store name in pairing view
* Fix CanUsePairing test
* Bump header navigation font size
* Use partial tag instead of Html.PartialAsync in views
As suggested by @nicolasdorier. These are equivalent, see details [here](https://docs.microsoft.com/en-us/aspnet/core/mvc/views/partial?view=aspnetcore-3.1#partial-tag-helper).
* Fix docs link
As in #2432.
* Update BTCPayServer/Views/Wallets/SignWithSeed.cshtml
Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
* Update BTCPayServer/Views/Wallets/WalletSendVault.cshtml
Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
* Update BTCPayServer/Views/Wallets/WalletTransactions.cshtml
Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
Co-authored-by: britttttk <39231115+britttttk@users.noreply.github.com>
|
2021-04-08 22:32:42 +09:00 |
|
nicolas.dorier
|
60cadb8b6d
|
Do not show password in clear text in email configuration (Fix #1790)
|
2020-10-05 17:57:50 +09:00 |
|
Dennis Reimann
|
3f23531f20
|
Improve email settings view
|
2020-07-09 17:22:22 +02:00 |
|
Charles Hill
|
821b904163
|
Added SendGrid, Mailgun to Quick-fill email settings (#1335)
|
2020-02-15 14:37:29 +09:00 |
|
Jameson Lopp
|
4f046ed1d3
|
add spelling / grammar fixes and some clarifications for settings.
|
2019-12-26 07:32:32 -05:00 |
|
Lucas Cullen
|
6064e3ce55
|
Add office365 quick settings
|
2019-11-18 08:12:06 +10:00 |
|
nicolas.dorier
|
aad586232c
|
Refactor StatusMessage and remove ExternalLogin
|
2019-10-31 14:11:33 +09:00 |
|
Umar Bolatov
|
e584004b23
|
Make UI checkboxes inline with their labels
address #1089
|
2019-10-13 20:07:41 -07:00 |
|
Wouter Samaey
|
dec5d19a2f
|
Only show SMTP quick fill when JavaScript is enabled
|
2019-08-07 22:10:15 +02:00 |
|
Wouter Samaey
|
ff533994d8
|
UI improvements to SMTP settings + Quick fill function for Gmail and Hotmail
|
2019-08-07 21:31:08 +02:00 |
|
Wouter Samaey
|
7841f79f31
|
Prevent autofilling SMTP config user and password
|
2019-08-02 20:35:48 +02:00 |
|
nicolas.dorier
|
010ba4d5b6
|
Can specify display name for sender in email settings (Fix https://github.com/btcpayserver/btcpayserver/issues/910)
|
2019-07-14 22:45:14 +09:00 |
|
nicolas.dorier
|
f0c106de75
|
Change the menu nav bar pages by moving the title above the nav pills
|
2019-06-06 18:29:54 +09:00 |
|
Andrew Camilleri
|
e8abc1137b
|
remove duplicate view code for email and fix password bug (#788)
closes #786
|
2019-05-01 12:17:25 +09:00 |
|