Manan Sharma
e5699f674b
Taproot support for wallets ( #2830 )
...
* Support taproot for HotWallet
* Support taproot for hardware wallets
* Fix NBX version
* Undo formatting
* Do not show Taproot when not supported
* Create taproot wallet from xpub
* Bug Fix
2021-09-03 15:37:12 +09:00
Dennis Reimann
203db44b4e
Patch summernote to fix issues in Chrome/Chromium
...
As we are using a customized version for the Bootstrap 5 compatibility anyways, with this we are also including the changes proposed in summernote/summernote#4034 to fix #2816 .
2021-09-02 15:35:32 +02:00
Dennis Reimann
69c5f5b9e5
Reduce navbar padding
2021-09-02 12:36:02 +02:00
Dennis Reimann
5a16dfced3
Cleanup site.css
2021-09-02 12:36:02 +02:00
Dennis Reimann
cb46ef9e6c
Revert semibold links
2021-09-02 12:36:02 +02:00
dstrukt
3b810e9b8d
revert left sidebar font size
2021-09-02 12:36:02 +02:00
Dennis Reimann
663dcecb8e
Cleanup home styles
2021-09-02 12:36:02 +02:00
Dennis Reimann
fbb5671f89
Cleanup styles
2021-09-02 12:36:02 +02:00
Dennis Reimann
47d348359f
Use util classes for navbar padding
2021-09-02 12:36:02 +02:00
dstrukt
ab2f460f35
converts to rem
2021-09-02 12:36:02 +02:00
dstrukt
c77e3a9396
navbar queries added
2021-09-02 12:36:02 +02:00
dstrukt
014c43f79b
updates section
2021-09-02 12:36:02 +02:00
dstrukt
21fb3813dd
adds section + media query
2021-09-02 12:36:02 +02:00
Dennis Reimann
9a039a747a
Move site customizations to design system
2021-09-02 12:36:02 +02:00
Dennis Reimann
17578a4615
Bootstrap updates
...
- Increase vertical navbar padding
- Update alert close button styles
- Use semibold font for links
2021-09-02 12:36:02 +02:00
Dennis Reimann
abb68d6f59
Improve fee rate component
2021-09-02 12:36:02 +02:00
Dennis Reimann
3c443344a5
Ensure round notification badge
2021-09-02 12:36:02 +02:00
dstrukt
2887017d12
updates line-height, removes sm-table hack
2021-09-02 12:36:02 +02:00
dstrukt
f2286fb1be
updates copy to reduce button size
2021-09-02 12:36:02 +02:00
dstrukt
bdd11a14ff
adjusts logo size for future size update
2021-09-02 12:36:02 +02:00
dstrukt
18f6e5af4d
left sidebar navigation updates
2021-09-02 12:36:02 +02:00
Dennis Reimann
83b07e0caf
Refactor tables, remove old customizations
2021-09-02 12:36:02 +02:00
Dennis Reimann
840a5ac4b4
Refactor Bootstrap colors
2021-09-02 12:36:02 +02:00
Dennis Reimann
4923311168
Update Bootstrap and theme variables
2021-09-02 12:36:02 +02:00
Umar Bolatov
748423dfe8
Add UpdateOnChainPaymentMethodRequest
2021-09-02 10:42:41 +02:00
Umar Bolatov
2f4e610900
Add UpdateLightningNetworkPaymentMethodRequest
2021-09-02 10:42:41 +02:00
Umar Bolatov
d39ec97b9a
Remove "enabled" option from address preview endpoint
2021-09-02 10:42:41 +02:00
Dennis Reimann
0d08bd3ad1
Minor syntax changes
2021-09-02 10:39:35 +02:00
Dennis Reimann
3343738bb3
Remove back links to POSTed pages
2021-09-02 10:39:35 +02:00
Dennis Reimann
373b0b7850
Remove superfluous export command
2021-09-02 10:39:35 +02:00
Dennis Reimann
aa24da72b9
Improve raw export options
2021-09-02 10:39:35 +02:00
Dennis Reimann
aecc5f3c6e
Update wording
2021-09-02 10:39:35 +02:00
Dennis Reimann
3d4ef48ceb
View cleanup
2021-09-02 10:39:35 +02:00
Dennis Reimann
9bb74a17d8
Refine views and use cases
2021-09-02 10:39:35 +02:00
Dennis Reimann
b654dfb237
Cleanup initial PSBT input view
2021-09-02 10:39:35 +02:00
Dennis Reimann
bf5ea23bc6
Streamline views
2021-09-02 10:39:35 +02:00
Dennis Reimann
b4c1f695a8
Remove psbt ready view
...
The transaction info is now shown on the decoded PSBT page.
2021-09-02 10:39:35 +02:00
Dennis Reimann
de3d966835
WIP
2021-09-02 10:39:35 +02:00
Dennis Reimann
bcdb1ab1d8
Improve review/broadcast flow and fix test
2021-09-02 10:39:35 +02:00
Dennis Reimann
63944792b0
Move signing views into wizard
2021-09-02 10:39:35 +02:00
Dennis Reimann
3895b133a3
Move PSBT flow into wizard
2021-09-02 10:39:35 +02:00
Dennis Reimann
4371b81ef3
Adjust existing PSBT views for consistency
2021-09-02 10:39:35 +02:00
Dennis Reimann
cd93a5ab6b
Add separate signing flow for PSBT
2021-09-02 10:39:35 +02:00
nicolas.dorier
d9a8443081
lang update
2021-08-31 16:02:26 +09:00
nicolas.dorier
918d3b46f0
The checkout would crash for some client if automatic detection of language was checked, and the browser was not setting the accepted language
2021-08-31 16:01:16 +09:00
nicolas.dorier
19b88fd986
Fix: Impossible to send to two more than two destination ( Fix #2825 )
2021-08-31 15:23:56 +09:00
Nicolas Dorier
12105ab85c
Fix rounding error for the first refund option ( #2778 ) ( #2810 )
...
* Fix rounding error for the first refund option (#2778 )
* Fix rounding issue
2021-08-31 15:08:33 +09:00
d11n
723817e3f8
Fix payment request cloning and unexpire if necessary ( #2820 )
...
* Unexpire payment requests without expiry date
* Unset expiry date when cloning payment request
* Syntax and code improvements
2021-08-31 15:07:54 +09:00
Umar Bolatov
58a5f88943
Hide due amount on invoice if it's zero ( #2798 )
...
address #2790
2021-08-27 16:02:20 +09:00
mandelbit
2e35d0e178
Fix coldcard wallet export path ( #2809 )
2021-08-27 16:00:57 +09:00