Nicolas Dorier
04f71155b0
Merge pull request #1721 from dennisreimann/ui-updates-account
...
UI updates: Account section
2020-07-13 17:39:35 +09:00
Nicolas Dorier
e45c5ae71e
Merge pull request #1724 from bolatovumar/fix-1723
...
Widen destination address field and make it monospace
2020-07-13 17:39:09 +09:00
Nicolas Dorier
632911d28c
Merge pull request #1727 from dennisreimann/ui-updates-server
...
UI updates: Server settings section
2020-07-13 17:38:33 +09:00
Nicolas Dorier
5fb72513a0
Merge pull request #1733 from bolatovumar/fix-1732
...
Improve "Pull payments" table look
2020-07-13 17:37:59 +09:00
Umar Bolatov
afce1682a6
Replace pull payments body copy with a tooltip docs link
2020-07-12 12:45:30 -07:00
Umar Bolatov
9f7af1c7d3
Replace | with - in pull payments table actions column
2020-07-12 12:37:36 -07:00
Umar Bolatov
ca1355f80c
Right-align "Actions" column in pull payments table
2020-07-12 12:35:11 -07:00
Umar Bolatov
6c71949888
Improve "Pull payments" table look
...
fix #1732
2020-07-11 21:03:46 -07:00
XPayServer
1c7185a574
Show sync progress for monero and show amount of monero payment
2020-07-11 17:44:27 +02:00
Dennis Reimann
8a7825f3bd
Improve service settings view
2020-07-09 17:22:28 +02:00
Dennis Reimann
3f23531f20
Improve email settings view
2020-07-09 17:22:22 +02:00
Dennis Reimann
29d95a53a3
Improve users list view
2020-07-09 17:22:06 +02:00
Dennis Reimann
718835255f
Improve spacing for status messages
2020-07-09 17:21:29 +02:00
Dennis Reimann
ca1f910d55
Improve maintenance view
2020-07-09 17:20:43 +02:00
Dennis Reimann
0e410af63f
Fix spacing for subnavs on mobile
2020-07-09 17:20:08 +02:00
Umar Bolatov
8b1a457312
Widen destination address field and make it monospace
...
fix #1723
2020-07-08 19:58:57 -07:00
Dennis Reimann
7a46b2fd1b
Improve user profile view
2020-07-08 19:20:32 +02:00
Dennis Reimann
bfd25b8a14
Improve API keys list view
2020-07-08 19:20:24 +02:00
Dennis Reimann
dae8163846
Improve change password view
2020-07-08 19:20:11 +02:00
Dennis Reimann
4db6c16068
Improve U2F view
2020-07-08 19:19:55 +02:00
Dennis Reimann
906ecc021b
Improve 2FA views
2020-07-08 19:19:29 +02:00
Dennis Reimann
8fc593a73e
Improve secondary login view
2020-07-08 19:18:40 +02:00
Dennis Reimann
f8e3b62edf
Improve spacing for ordered lists and status messages
2020-07-08 19:18:04 +02:00
Oleg Semyonov
b82abb066d
Fix typo
2020-07-07 07:43:33 +03:00
Nicolas Dorier
aeb90a3674
Merge pull request #1706 from dennisreimann/store-lightning
...
Improve information structure on Lightning page
2020-06-30 11:06:07 +09:00
Dennis Reimann
f7474340cd
Update BTCPayServer/Views/Stores/AddLightningNode.cshtml
...
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2020-06-29 22:38:50 +02:00
Dennis Reimann
04acbf6509
Improve information structure on Lightning page
2020-06-29 16:54:07 +02:00
rockstardev
f88c02cccd
Removing unused usings, readonly fields where possible
2020-06-28 22:07:48 -05:00
rockstardev
b6c7af32de
Cleaning up bom from cs files
2020-06-28 21:44:35 -05:00
Zaxounette
72e407b69d
Typos in PullPayments.cshtml ( #1699 )
...
Fixes typos in Pull Payments UI text.
No related issue, standalone PR.
2020-06-27 12:01:19 +02:00
Riccardo Masutti
66b9d0739b
Set noindex, nofollow to ViewPullPayment.cshtml ( #1700 )
2020-06-27 12:00:10 +02:00
Riccardo Masutti
3e717ecdbc
Set noindex, nofollow to ViewPaymentRequest.cshtml ( #1701 )
2020-06-27 11:58:55 +02:00
Kukks
9a989b46cc
add supporter
2020-06-26 07:12:22 +02:00
Nicolas Dorier
23aec25686
Merge pull request #1685 from dennisreimann/broken-links
...
Check and fix broken anchor links.
2020-06-25 17:25:43 +09:00
nicolas.dorier
5e8b379c50
Add invoice refund
2020-06-25 15:31:46 +09:00
nicolas.dorier
d03124dfba
Add an approval state to pull payments
2020-06-25 13:35:10 +09:00
Andrew Camilleri
dc5d8a6cb7
Refresh UI notifications automatically on update ( #1680 )
...
* Refresh UI notifications automatically on update
* make notif timeago live
* pass cancellation token
* Update InvoiceEventData.cs
2020-06-24 10:23:16 +02:00
Nicolas Dorier
8230a408ac
Add pull payment feature ( #1639 )
2020-06-24 10:34:09 +09:00
Dennis Reimann
36868644dc
Check and fix broken anchor links.
...
In addition to #1682 .
2020-06-23 17:51:25 +02:00
Riccardo Masutti
631d97c6b3
Fix 404 link ( #1682 )
2020-06-23 22:52:19 +09:00
Andrew Camilleri
13569fe4a2
Improve notifications UI ( #1678 )
...
* Add No JS support for notification seen toggle
* Invalidate cache when user toggles seen/massaction
* mark notif as seen after click
* add additional mass actions
* fix formatting
* add pav changes
* invalidate cache on new notifs
2020-06-23 10:06:02 +09:00
Andrew Camilleri
12e2b93ac9
Add invoice notifications ( #1674 )
...
* Add invoice notifications
* fixeth le order
* comment-to-code auto commit
* reduce notifications
2020-06-22 16:32:51 +09:00
Andrew Camilleri
0dd1b668cd
Support wasabi file format input ( #1671 )
...
* Support wasabi file format input
This adds support to importing the wasabi file format which seems to be used more for imports by Wasabi,ColdCard,BlueWallet & Cobo Vault (and way better than electrum anyway)
* fixes
* add test
2020-06-22 15:39:29 +09:00
Nicolas Dorier
15b8a159f5
Merge pull request #1672 from NicolasDorier/refactor/bip78
...
Adapt payjoin for BIP78
2020-06-22 13:58:14 +09:00
nicolas.dorier
24a88fcfb5
Adapt payjoin for BIP78
2020-06-22 13:57:42 +09:00
Andrew Camilleri
c6632fe083
Change generate wallet passphrase to text input to fix autocomplete ( #1676 )
2020-06-20 16:02:36 +02:00
nicolas.dorier
0b720768b8
Asyncify NotificationManager
2020-06-17 11:26:21 +09:00
Kukks
43a99bfef2
fix supporters
2020-06-15 10:08:38 +02:00
rockstardev
7566d3dac8
Tweaking date display in notifications
2020-06-15 01:23:55 -05:00
rockstardev
741b93dc04
Removing obsolete NotificationDbSaver hosted service
2020-06-15 01:22:09 -05:00
rockstardev
1954dfd4d7
Removing Generate Test Notification button
2020-06-15 00:58:23 -05:00
rockstardev
261931c8ef
Adding list notification test
2020-06-15 00:53:12 -05:00
rockstardev
f072ec3a8c
Adding paging to notifications grid
2020-06-15 00:00:56 -05:00
rockstardev
0d876b9322
Removing csv jquery voodoo and using checkbox viewmodel mapping
2020-06-14 23:49:08 -05:00
rockstardev
0ec566e6df
Removing modal reference that's not needed
2020-06-14 23:49:08 -05:00
rockstardev
536a85eadc
Moving Notifications nav item to separate partial
2020-06-14 23:49:08 -05:00
rockstardev
8cdc73c31f
Moving layout partial to separate folder
2020-06-14 23:49:08 -05:00
rockstardev
bb6f6e7d27
Adding icon to Action link
2020-06-14 23:49:08 -05:00
rockstardev
7e9bf9598d
Providing support for mass actions on notifications, delete first
2020-06-14 23:49:08 -05:00
rockstardev
3680e03cdb
Moving to structure where click on td is counted as seen
2020-06-14 23:49:08 -05:00
rockstardev
0b89598f39
Marking notification read through js magic
2020-06-14 23:49:08 -05:00
rockstardev
bad4c9dc60
Confirming deleting of notification
2020-06-14 23:49:08 -05:00
rockstardev
95a751c505
Displaying last 5 notifications in Layout
2020-06-14 23:49:08 -05:00
rockstardev
359e761922
Mark read and unread
2020-06-14 23:49:08 -05:00
rockstardev
654bb0c8ca
Displaying number of unread messages in _Layout.cshtml
2020-06-14 23:49:08 -05:00
rockstardev
3eb503b13b
Tweaking notification display and allowing deletion
2020-06-14 23:49:08 -05:00
rockstardev
9206f0cd2e
Handling notifications event and rendering them through controller
2020-06-14 23:49:08 -05:00
rockstardev
0cacfa140b
Renaming Notice to Notification
...
Longer, but what can we do...
2020-06-14 23:49:08 -05:00
rockstardev
1ab016d21e
Foundation for notices grid
2020-06-14 23:49:08 -05:00
rockstardev
6ad7d18c42
Escaping at character in link
2020-06-14 23:31:54 -05:00
Nicolas Dorier
a46774c2ee
Merge pull request #1663 from Kukks/supporters
...
Handle Supporters display
2020-06-15 09:15:56 +09:00
Kukks
58f9b9b0c1
Handle Supporters display
...
closes #1624
2020-06-14 16:09:36 +02:00
Nicolas Dorier
0000257dcc
Merge pull request #1659 from Kukks/psbt-fullprev
...
Add AlwaysIncludeNonWitnessUTXO to Wallet Send
2020-06-14 22:47:57 +09:00
Andrew Camilleri
8c3907df82
add info
2020-06-14 15:45:58 +02:00
Nicolas Dorier
f7c1dff576
Merge pull request #1660 from woutersamaey/icon-colors-bootstrap-friendly
...
Colored "check" and "times" icons green or red the bootstrap way
2020-06-14 22:12:20 +09:00
Umar Bolatov
9532db7bae
Update "Back to the app list" links to not open in new tab by default
...
fix #1661
2020-06-13 19:18:38 -07:00
Wouter Samaey
a93062e0f0
Colored "check" and "times" icons green or red the bootstrap way
2020-06-12 15:22:39 +02:00
Kukks
b7c65b2ba6
Add AlwaysIncludeNonWitnessUTXO to Wallet Send
2020-06-12 13:58:55 +02:00
Dennis Reimann
b066cfd904
Update and fix documentation links
2020-06-11 16:09:33 +02:00
Pavlenex
b30597b8f1
Change the seed saved in NBXplorer to hot wallet ( #1652 )
...
* Change the seed saved in NBXplorer name
* the hot wallet
2020-06-11 12:19:40 +02:00
Dennis Reimann
4cd3d167b1
Autofocus 2FA-code input on page load ( #1650 )
...
UX improvement that allows you to directly paste the 2FA-code. Useful when you are using e.g. the 1Password browser extension.
2020-06-10 19:40:06 +02:00
Kukks
db7768ef57
Fix possible view exception in pos app
...
Replaced string.format with a simpler replace and also allow `{Price}` instead of `{0}` as it's obscure to non c# devs
2020-06-09 19:56:44 +02:00
Dennis Reimann
6043b7c75d
Minor fix ups
...
Resolves https://github.com/btcpayserver/btcpayserver/pull/1633#discussion_r435655010
2020-06-05 11:38:55 +02:00
Kukks
379e5741e7
fix broken bootstrap theme generator link
2020-05-31 20:54:24 +02:00
Nicolas Dorier
a70934938a
Merge pull request #1605 from dennisreimann/pos-refactoring
...
Point of Sale Refactoring
2020-05-30 13:14:50 +09:00
Dennis Reimann
e12aa9e657
POS: Use views instead of partials
2020-05-28 08:50:04 +02:00
Kukks
568015c58f
add new supporter
2020-05-27 16:41:50 +02:00
Dennis Reimann
58f56eac90
POS: Updates from code review
...
Thanks @kukks
2020-05-27 14:20:21 +02:00
Nicolas Dorier
03532e4063
Merge pull request #1604 from janoside/master
...
Clarify/clean up warning shown when adding a lightning node
2020-05-27 12:34:36 +09:00
Nicolas Dorier
de6081c2dc
Merge pull request #1602 from Kukks/electrum-file
...
Rename Coldcard to Electrum/Airgapped hardware wallets
2020-05-27 12:33:43 +09:00
Dennis Reimann
197b46880c
POS: Separate static and cart views
2020-05-26 21:53:23 +02:00
Dennis Reimann
b7ec22ee89
POS: Set ViewType via optional URL parameter
...
Falls back to the DefaultView defined in the POS settings.
POS: Fix POST-Route
2020-05-26 21:53:22 +02:00
Dennis Reimann
fad53a9fa2
POS: Replace EnableShoppingCart with DefaultView
2020-05-26 16:48:47 +02:00
Dan Janosik
0ef4602a65
Clarify/clean up warning shown when adding a lightning node
2020-05-25 13:42:58 -04:00
Kukks
c8f182f13f
Rename Coldcard to Electrum/Airgapped hardware wallets
...
Also adds support to read the xpub from the file directly ( Cobo Vault support)
2020-05-25 15:49:44 +02:00
nicolas.dorier
36630d9586
Randomize RBF if the user does not care
2020-05-25 19:46:42 +09:00
nicolas.dorier
7e5d269c39
Remove LedgerWallet direct integration
2020-05-25 07:41:30 +09:00
nicolas.dorier
cccf3ca617
The signing context should not be passed to PSBT screen
2020-05-25 07:05:01 +09:00
nicolas.dorier
77f6019d82
Use EnforceLowR suggestion of NBXplorer for signing
2020-05-25 06:34:49 +09:00
nicolas.dorier
35432d919c
Refactor common data structure for wallet into SigningContext
2020-05-25 06:29:06 +09:00
nicolas.dorier
25e6f82aa3
Refactor parameter passing in wallet functions
2020-05-25 04:55:28 +09:00
Andrew Camilleri
9d215ea27d
Reuse same html and handling of commands for PSBT signing/ Wallet Send ( #1587 )
...
* Reuse same html and handling of commands for PSBT signing/ Wallet Send
* fix ledger
2020-05-24 04:31:21 +09:00
nicolas.dorier
1bbdaa1251
Make sure replaced transactions have linethrough in the invoice list
2020-05-21 01:50:39 +09:00
rockstardev
33f63508e8
Adding setting in checkout experience for inclusion of private route hints
2020-05-19 16:27:06 -05:00
Umar Bolatov
f595d823b6
Decode item description on POS app page ( #1578 )
...
fix #938
2020-05-18 21:51:58 +02:00
Andrew Camilleri
cf012a7946
fix dead link ( #1575 )
2020-05-18 08:44:12 +02:00
Nicolas Dorier
8d1ff01ee8
Adapt payjoin implementation to the BIP ( #1569 )
2020-05-17 05:07:24 +09:00
Andrew Camilleri
8ca2824b00
Open wallet with BIP21 links ( #1565 )
...
* Open wallet with BIP21 links
https://i.imgur.com/IWefMKB.gifv
* remove debugger;
* Move to settings
2020-05-12 22:32:33 +09:00
Nicolas Dorier
5a9d1e3257
Merge pull request #1560 from Kukks/archive-pr
...
Archive Payment reqeusts
2020-05-10 00:51:59 +09:00
Nicolas Dorier
9cc9a16bb9
Merge pull request #1556 from Kukks/invoice-archive
...
Archive Invoice
2020-05-10 00:51:11 +09:00
Kukks
bb322d6bf3
add e2e test
2020-05-09 15:05:52 +02:00
Kukks
8fa65408ed
Archive Payment reqeusts
...
closes #1588
2020-05-08 12:33:47 +02:00
Andrew Camilleri
2d68d0da63
Redo App template editor with Vue based app ( #1544 )
...
* Redo App template editor with Vue based app
* fix styles better
* remove debug
* support methods
* make price required
* fix styling for validation errors
* show create or edit in title based on context
* add border bottom when image present
* escape/unescape
* more validation fixes
* fix responsive style
* Toggle template field
* add errors to the app
* enhance validation
2020-05-08 05:37:59 +09:00
chewsta
55f416c48c
apply window scroll offset to copied notification offset ( #1550 )
...
resolves #1549
2020-05-08 05:35:25 +09:00
Andrew Camilleri
aff91f49ef
Make fee rate options pretty ( #1554 )
2020-05-08 05:34:39 +09:00
Andrew Camilleri
ba02372d13
Try to tell browser that autocomplete is not welcome in generate wallet ( #1555 )
...
fixes #1553
2020-05-07 21:41:37 +09:00
Kukks
e5a3ef3e22
Archive Invoice
2020-05-07 12:50:07 +02:00
nicolas.dorier
87352f0b62
Make sure wallet support decimal fee, and allow user to select different fee rate based on expected confirmation time
2020-05-05 19:10:53 +09:00
chewsta
2226884946
add qrcode margins ( #1547 )
...
addresses #1537 by adding a margin to the qrcodes in ShowLightningNodeInfo and WalletReceive (use same settings as Checkout)
2020-05-05 10:26:57 +02:00
rockstardev
59bdb943dd
Reverting invoice row display so AM/PM is not cut off
2020-05-04 01:42:02 -05:00
Nicolas Dorier
edfc82ac75
Merge pull request #1522 from Kukks/view-seed
...
Add View seed to wallet settings
2020-05-01 21:36:27 +09:00
Kukks
ab1b36bcdc
add test for view seed
2020-05-01 13:34:11 +02:00
Nicolas Dorier
d92d8ba0e4
Merge pull request #1524 from Kukks/txlist-labelfix
...
Add top Label filter + fix label link inconsistency
2020-05-01 18:47:48 +09:00
Nicolas Dorier
1332f597e5
Merge pull request #1528 from Kukks/payjoin/ui-linkfix
...
Payjoin: Fix payjoin detection in checkout UI
2020-05-01 18:44:50 +09:00
nicolas.dorier
de004074b7
Fix typo
2020-05-01 18:43:40 +09:00
Kukks
74c574255e
Payjoin: Fix payjoin detection in checkout UI
...
sometimes, it would think there is a payjoin enabled invoice when really, it was just the address or asset id that has `pj` in it
2020-04-30 09:05:17 +02:00
Kukks
f1900d30f2
clean format
2020-04-29 11:21:47 +02:00
Kukks
463567cb07
Add top Label filter + fix label link inconsistency
2020-04-29 10:11:23 +02:00
Kukks
d323bb35cc
Add View seed to wallet settings
2020-04-29 08:28:13 +02:00
nicolas.dorier
3e13e478ad
Fix click on label
2020-04-29 01:43:41 +09:00
Nicolas Dorier
47408498b9
Revert "View seed option if available ( #1518 )" ( #1521 )
...
This reverts commit e75b4ec6bf
.
2020-04-29 00:57:41 +09:00
Andrew Camilleri
e75b4ec6bf
View seed option if available ( #1518 )
2020-04-29 00:55:53 +09:00
Dennis Reimann
ff99ab1239
Improve pay button with custom text ( #1520 )
...
Fixes #1517 .
2020-04-29 00:52:48 +09:00
Andrew Camilleri
b31fb1a269
Auto label utxos based on invoice and payjoin ( #1499 )
...
* Auto label utxos based on invoice and payjoin
This PR introduces automatic labelling to transactions.
* If it is an incoming tx to an invoice, it will tag it as such.
* If it was a payjoin tx , it will tag it as such.
* If a transaction's inputs were exposed to a payjoin sender, we tag it as such.
* wip
* wip
* support in coinselection
* remove ugly hack
* support wallet transactions page
* remove messy loop
* better label template helpers
* add tests and susbcribe to event
* simplify data
* fix test
* fix label + color
* fix remove label
* renove useless call
* add toString
* fix potential crash by txid
* trim json keyword in manual label
* format file
2020-04-28 15:06:28 +09:00
Andrew Camilleri
b600e5777e
Add tooltip for store deriv + show "Not set" + "show end piece of string" ( #1507 )
...
* Add tooltip for store deriv + show "Not set" + "show end piece of string"
fixes #1506
* use regex witchraft
* adjust with regex
2020-04-27 19:55:46 +09:00
Kukks
02d26467f9
remove fake bundle
2020-04-27 12:04:18 +02:00
Dennis Reimann
8658cb5f29
Re-add versioning for btcpay.js ( #1489 )
2020-04-22 08:24:29 +02:00
Umar Bolatov
e508b22d34
Make both sides of payment request table look same
...
fix #1488
2020-04-20 20:45:59 -07:00
Nicolas Dorier
ded5670108
Merge pull request #1486 from Kukks/hotwalletwarning
...
Show warning when using hot wallet on non admin
2020-04-20 01:56:18 +09:00
nicolas.dorier
c1ffeb331b
Fix typo
2020-04-20 01:47:27 +09:00
Kukks
1f7a821c09
Show warning when using hot wallet on non admin
...
closes #1475
2020-04-19 13:45:51 +02:00
Kukks
426fe793e6
remove versioning for btcpay.js
...
fixes #1483
2020-04-19 09:29:20 +02:00
Dennis Reimann
8420c74b31
Improve static asset caching
...
Cache static assets for one year and set the correct cache control header. Adds the cache busting version based on file content to asset references to invalidate the cache on change. ([further details on the approach](https://andrewlock.net/adding-cache-control-headers-to-static-files-in-asp-net-core/ ) and [why one year](https://ashton.codes/set-cache-control-max-age-1-year/ ))
Most of the changes are the additions of the `asp-append-version="true"` attribute, the main configuration change is in `Startup.cs`.
2020-04-18 17:56:05 +02:00
Nicolas Dorier
e73aece9c3
Merge pull request #1467 from dennisreimann/404-center-supporters
...
Center supporter logos on 404 page
2020-04-16 14:47:35 +09:00
Dennis Reimann
00d1c4ebcc
Navbar fixes ( #1466 )
...
* Fix onion position in mobile navbar
* Show nav hover highlight only on desktop
* Fix navbar icon color
2020-04-15 17:13:58 +02:00
Dennis Reimann
26067fbfe2
Center supporter logos on 404 page
2020-04-15 16:49:13 +02:00
Kukks
bd21bf9c0f
add payjoin tooltip
2020-04-13 11:51:25 +02:00
Nicolas Dorier
511a0efa89
Merge pull request #1465 from Kukks/hot-wallet-policy
...
add additional server policy for hot wallet RPC import
2020-04-13 15:51:01 +09:00
Kukks
4e09bb0b01
add additional server policy for hot wallet
...
So that if you enable hot wallets for all, you can still not allow them to import to your RPC
2020-04-13 08:48:35 +02:00
Umar Bolatov
cb10551d2c
Make sure sponsor logos show up nicely on all screen sizes
...
fix #1459
2020-04-12 15:08:28 -07:00
Nicolas Dorier
b0073af5aa
Merge pull request #1408 from Kukks/api/api-key-uu-refactor
...
Refactor UI for Add APIKey/Authorize
2020-04-10 22:00:32 +09:00
Kukks
ad284a4b61
Refactor UI for Add APIKey/Authorize
2020-04-10 09:49:01 +02:00
Dennis Reimann
5e34efc9f4
Improve invoice table details display
2020-04-10 09:18:08 +02:00
Dennis Reimann
05952f95f1
Split light and dark theme
...
To make them explicitely selectable.
2020-04-10 09:18:08 +02:00
Dennis Reimann
fbd5673cfd
POS logo coloring fix
2020-04-10 09:18:08 +02:00
Dennis Reimann
c205e41072
Rename modern to default theme
2020-04-10 09:18:07 +02:00
Dennis Reimann
48c220b751
Header updates for light/dark theme
...
fix
2020-04-10 09:18:07 +02:00
Dennis Reimann
9ee920a816
Draft modern theme
...
Based on the design input from Figma, see https://www.figma.com/file/C7Xyq0FlxgFW8vaBr8ht1z/BTCPAY?node-id=17%3A126
Color updates
2020-04-10 09:18:07 +02:00
Andrew Camilleri
ed0e423aa7
Add payment link in checkout with payjoin indicator ( #1449 )
...
* Add payment link in checkout with payjoin indicator
* move to bottom
2020-04-09 20:44:08 +09:00
Nicolas Dorier
aae0086e68
Merge pull request #1443 from dennisreimann/wallet-view-improvements
...
Wallet view improvements
2020-04-08 21:25:31 +09:00
Dennis Reimann
5a841216b8
Add checkbox coin selection (js version)
2020-04-08 13:29:16 +02:00
Dennis Reimann
d6d58a98db
Improve non-js coin selection
2020-04-08 13:15:03 +02:00
Dennis Reimann
6a0cda69c9
Wallet view improvements
...
As brought up by @kukks with [this comment](https://github.com/btcpayserver/btcpayserver/pull/1434#issuecomment-609724703 ). These improvements can be applied across themes, so these fixes are separated from the originating PR.
Pure visual finetunings for the Coin Selection form and amount/fee rate links.
2020-04-08 12:38:26 +02:00
Dennis Reimann
829b0dd5e2
Fix transaction dropdowns
...
As brought up by @kukks with [this comment](https://github.com/btcpayserver/btcpayserver/pull/1434#issuecomment-609720019 ). The problem exists across themes, so the fix is separated from the originating PR.
2020-04-06 18:16:41 +02:00
Kukks
5503132ffc
Fix vue-i18n var substitution error in checkout
...
fixes #1438
2020-04-06 13:38:58 +02:00
Kukks
16e35e8b55
update html styles
2020-04-06 11:51:01 +02:00
Kukks
8278926e42
change wallet send buttons
2020-04-06 11:51:01 +02:00
Kukks
65c99ead1d
cleanup
2020-04-06 11:51:00 +02:00
Kukks
2693dacae6
Scan address/bip21 with camera
2020-04-06 11:51:00 +02:00
Nicolas Dorier
7ce614f1c4
Merge pull request #1435 from btcpayserver/pr/dark-checkout
...
Dark checkout theme
2020-04-06 17:46:17 +09:00
Nicolas Dorier
79a0f97abb
Merge pull request #1432 from Kukks/api/permission-blob
...
GreenField: Switch to Blob for API Keys
2020-04-06 17:42:32 +09:00
Nicolas Dorier
670e0ee7df
Merge pull request #1436 from NicolasDorier/remove-rider-errors
...
Remove bugs reported by Rider
2020-04-06 17:36:07 +09:00
Dennis Reimann
f5dfee7642
Improve section spacings on manage store page
2020-04-06 10:12:05 +02:00
nicolas.dorier
4c966e2a09
Refactor the detection of the payjoin payment
2020-04-05 22:44:34 +09:00
rockstardev
c106ac2c42
Adding margin around QR code
2020-04-04 23:44:47 -05:00
nicolas.dorier
98e2baae19
Remove bugs reported by Rider
2020-04-05 12:30:23 +09:00
Nicolas Dorier
963c69a0e0
Merge pull request #1321 from Kukks/bpu
...
BIP79
2020-04-05 12:10:55 +09:00
nicolas.dorier
fd026a9733
Refactor server-side
2020-04-05 12:02:36 +09:00
rockstardev
c86370c25a
Extracting css class for Powered by BtcPayServer
2020-04-04 17:28:00 -05:00
rockstardev
3e2efc7f27
Adding first iteration of dark design
2020-04-04 16:47:37 -05:00
Kukks
c6d75de3d7
GreenField: Switch to Blob for API Keys
2020-04-02 09:32:22 +02:00
Kukks
9e1ae29600
change broadcast button style
2020-03-31 14:57:24 +02:00
Kukks
a408541eb3
Fix coin selection filter bug
2020-03-31 11:07:57 +02:00
Nicolas Dorier
1ba25448cc
Merge pull request #1423 from btcpayserver/feat/new-invoice
...
New invoice design
2020-03-31 17:33:10 +09:00
Kukks
4d2e59e1a1
Change flow of payjoin in wallet + fix tests
2020-03-30 13:27:04 +02:00
rockstardev
ee0ef2881a
Removing extra setting, depending on Custom CSS for bundled themes
2020-03-28 14:10:18 -06:00
Nicolas Dorier
22f79e9fe4
Merge pull request #1401 from Kukks/wallet-receive-improve
...
Allow wallet receive to generate new addresses
2020-03-29 00:38:32 +09:00
rockstardev
fdad5a47d5
Reformating file according to project standards
2020-03-27 18:04:30 -05:00
rockstardev
e32f3cbf80
Preserving legacy margin for previous CustomLogoLinks
2020-03-27 18:04:05 -05:00
Kukks
065be9be64
Revert back to original transaction if payjoined tx does not work
2020-03-27 10:45:13 +01:00
Kukks
10fcfab233
remove bpu TempData
2020-03-27 10:45:13 +01:00
Kukks
23b2f55b47
use nameof
2020-03-27 10:45:13 +01:00
Kukks
d90ffb2254
move payjoin settings to store settings from checkout experience
2020-03-27 10:45:13 +01:00
Kukks
1a62ee9260
try fix tor socks5 connection
2020-03-27 10:45:12 +01:00
Kukks
56d5e6f99f
fixes
2020-03-27 10:45:12 +01:00
Kukks
89da4184ff
BIP79 Support
2020-03-27 10:45:12 +01:00
nicolas.dorier
08abda1522
Restrict authentication to the APIController to GreenFieldAPIKeys
2020-03-27 13:34:03 +09:00
Nicolas Dorier
fbe89f1784
Merge pull request #1416 from pavlenex/invoice-summary
...
Rename Paid summary to Invoice Summary
2020-03-27 12:32:15 +09:00
rockstardev
b7afcb90a2
Tweaking checkout logo to be set from css
2020-03-26 19:49:04 -05:00
rockstardev
a6ac67963e
Adding setting to CheckoutExperience to pick checkout theme
2020-03-26 19:49:00 -05:00