btcpayserver/BTCPayServer/Models/StoreViewModels
d11n a4ee1e9805
Checkout v2 finetuning (#4276)
* Indent all JSON files with two spaces

* Upgrade Vue.js

* Cheat mode improvements

* Show payment details in case of expired invoice

* Add logo size recommendation

* Show clipboard copy hint cursor

* Improve info area and wording

* Update BIP21 wording

* Invoice details adjustments

* Remove form; switch payment methods via AJAX

* UI updates

* Decrease paddings to gain space

* Tighten up padding between logo mark and the store title text

* Add drop-shadow to the containers

* Wording

* Cheating improvements

* Improve footer spacing

* Cheating improvements

* Display addresses

* More improvements

* Expire invoices

* Customize invoice expiry

* Footer improvements

* Remove theme switch

* Remove non-existing sourcemap references

* Move inline JS to checkout.js file

* Plugin compatibility

See Kukks/btcpayserver#8

* Test fix

* Upgrade vue-i18next

* Extract translations into a separate file

* Round QR code borders

* Remove "Pay with Bitcoin" title in BIP21 case

* Add copy hint to payment details

* Cheating: Reduce margins

* Adjust dt color

* Hide addresses for first iteration

* Improve View Details button

* Make info section collapsible

* Revert original en locale file

* Checkout v2 tests

* Result view link fixes

* Fix BIP21 + lazy payment methods case

* More result page link improvements

* minor visual improvements

* Update clipboard code

Remove fallback for old browsers. https://caniuse.com/?search=navigator.clipboard

* Transition copy symbol

* Update info text color

* Invert dark neutral colors

Simplifies the dark theme quite a bit.

* copy adjustments

* updates QR border-radius

* Add option to remove logo

* More checkout v2 test cases

* JS improvements

* Remove leftovers

* Update test

* Fix links

* Update tests

* Update plugins integration

* Remove obsolete url code

* Minor view update

* Update JS to not use arrow functions

* Remove FormId from Checkout Appearance settings

* Add English-only hint and feedback link

* Checkout Appearance: Make options clearer, remove Custom CSS for v2

* Clipboard copy full URL instead of just address/BOLT11

* Upgrade JS libs, add content checks

* Add test for BIP21 setting with zero amount invoice

Co-authored-by: dstrukt <gfxdsign@gmail.com>
2022-11-24 08:53:32 +09:00
..
CheckoutAppearanceViewModel.cs Checkout v2 finetuning (#4276) 2022-11-24 08:53:32 +09:00
CreateStoreViewModel.cs Create store: Add default currency and rate provider fields 2022-01-25 06:57:55 +01:00
DerivationSchemeViewModel.cs Remove useless code 2021-11-16 21:02:25 +09:00
EditWebhookViewModel.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
GeneralSettingsViewModel.cs Store settings: Add branding options (#4131) 2022-10-17 12:16:29 +02:00
LightningNodeViewModel.cs Run dotnet format (#3244) 2021-12-31 16:59:02 +09:00
LightningSettingsViewModel.cs Checkout v2 finetuning (#4276) 2022-11-24 08:53:32 +09:00
LightningViewModel.cs Add Lightning page with services (#3308) 2022-01-19 11:52:05 +09:00
PairingModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
PaymentMethodOptionViewModel.cs Add ability to set default payment method for pay button (#3606) 2022-04-11 17:48:12 +09:00
PaymentViewModel.cs Add configurable BOLT11Expiration for refunds (Fix #3281) (#3341) 2022-01-24 20:17:09 +09:00
PluginsViewModel.cs Rewording: Integrations become (store) plugins 2022-05-12 13:32:40 +02:00
RatesViewModel.cs Create store: Add default currency and rate provider fields 2022-01-25 06:57:55 +01:00
RecoverySeedBackupViewModel.cs Split mnemonics correctly 2020-09-03 23:59:54 +09:00
StoreDashboardViewModel.cs Do not show set up wallet link in dashboard 2022-09-13 16:14:46 +02:00
StoreDerivationScheme.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
StoreLightningNode.cs LNURL Payment Method Support (#2897) 2021-10-25 15:18:02 +09:00
StoreUsersViewModel.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
TestWebhookViewModel.cs Add ability to send test webhook call 2021-06-03 21:16:24 -07:00
TokensViewModel.cs Improve store/selectlist labeling (#3014) 2021-10-25 13:15:08 +09:00
WalletSettingsViewModel.cs Change confirmed to settled. (#4328) 2022-11-22 11:10:21 +09:00
WalletSetupRequest.cs Add payjoin option to hot wallet setup (#2450) 2021-06-18 10:25:17 +09:00
WalletSetupViewModel.cs Add payjoin option to hot wallet setup (#2450) 2021-06-18 10:25:17 +09:00
WebhooksViewModel.cs Update NBitcoin, fix warnings on nullable (#2718) 2021-07-29 20:29:34 +09:00