Andrew Camilleri
81bba8c829
Fix invoice action responsiveness ( #1854 )
2020-08-26 15:19:40 +09:00
Umar Bolatov
db89754a26
Add text break to alerts ( #1865 )
2020-08-25 14:55:34 +09:00
Dennis Reimann
e7ea8ac40f
Improve invoices list view ( #1815 )
...
* Improve invoices list view
* Pager: Only show options that make sense
* ListInvoices formatting
* Add separator for dropdown toggle split
* Minor ListInvoices improvement
* Improve payment requests list view
* Distinguish empty and filtered lists
* Properly align invoice details
* Add payment symbols to invoices list
* Improve payment symbols in invoices list
* Always display search on list pages
* Inline variable
* Move display logic to pager
e5040ede55 (commitcomment-41698272)
2020-08-24 13:57:07 +09:00
nicolas.dorier
59f00ea3df
Remove Tor link from navbar
2020-08-18 13:03:26 +09:00
Andrew Camilleri
3024ace641
Merge branch 'master' into bitcoin-only-fixes
2020-08-14 17:50:36 +02:00
nicolas.dorier
5c9d0fd40a
Use razor component to encapsulate UI logic
2020-08-12 16:48:14 +09:00
Nicolas Dorier
768f335a3c
Merge pull request #1833 from dennisreimann/login-mobile
...
UI: Improve mobile login views
2020-08-10 22:41:41 +09:00
Nicolas Dorier
d12e6a0465
Merge pull request #1821 from dennisreimann/fonts
...
Self-host webfonts
2020-08-10 22:39:34 +09:00
Dennis Reimann
4e70f5b8f1
UI: Improve mobile login views
2020-08-10 09:46:01 +02:00
Kukks
26aac6c45d
Do not crash UI and background services after switching to BItcoin Only when you have altcoin payments
2020-08-09 16:17:16 +02:00
Dennis Reimann
7c349b12b2
Self-host webfonts
...
This inlines all webfonts we are using throughout the app, instead of loading them from Google Fonts. There are several benefits to this approach:
- Better performance
- We don't have any problems in regards to potential Google Fonts downtimes
- It protects our users privacy, as they don't have to request those fonts from a third-party
It sets up individual css files per font-face, so that they are easier to include and require on a per use-case basis.
2020-08-06 22:18:26 +02:00
Dennis Reimann
2d608621d9
Remove confirm option for seed from wallet settings
...
Closes #1813 .
2020-08-05 11:20:34 +02:00
Nicolas Dorier
ede5aceeeb
Merge pull request #1812 from britttttk/wallet-typo
...
Fix typo in generate wallet
2020-08-05 16:47:06 +09:00
britttttk
b6959bdfd4
Typo in generate wallet
2020-08-05 01:42:08 -06:00
Umar Bolatov
067a42d400
Add pointer cursor to wallet transaction comment and tag icons
...
close #1804
2020-08-04 18:51:21 -07:00
nicolas.dorier
23aefccbe9
Construct websocket uri for notification client side
2020-08-04 11:21:41 +09:00
rockstardev
6c7d3ae0bf
Adding checkbox for check new version policy
2020-08-03 03:17:04 -05:00
Dennis Reimann
b47b942e97
Wallet UI: Improve views ( #1763 )
...
* Improve UpdateStore and DerivationScheme views
fix
* Improve wallet views
CSS fix
* Apply suggestions from code review
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
2020-08-03 17:12:21 +09:00
Nicolas Dorier
b90ce01e05
Merge pull request #1792 from btcpayserver/invoice-ui-fix
...
Quickfix for Invoices list
2020-08-03 16:48:12 +09:00
Kukks
85d61c4c93
Quickfix for Invoices list
...
https://i.imgur.com/4eDlbxk.gif
original:
https://chat.btcpayserver.org/files/6ocj359nuinftf6ujbnpeszh1o/public?h=MVe3va_TChslDFwdTKhVEkhhJUdIQ6ihwwJ4yOmCC6Q
https://chat.btcpayserver.org/files/gk7mjojfg3faxc6x57gg4pchka/public?h=JGGbhyOiyeazCtr7vAnZY1cPOgHFZ29xJZRwDzSdtgo
2020-08-03 09:37:03 +02:00
Dennis Reimann
5b929e85cf
Simple layout cleanups
...
Some cleanups related to the recent changes arount the LayoutSimple. We don't use the font montserrat anymore and the col-head class is also obsolete.
Moved the remaining styles to our site.css
2020-08-02 14:33:20 +02:00
Nicolas Dorier
8e2728902a
Merge pull request #1754 from btcpayserver/feat/prefs-generalization
...
Cookie Preferences Generalization, applying same style to ListInvoices and Payment Requests
2020-07-31 16:12:10 +09:00
XPayServer
92ae1109d0
Add Bitcoin Only Build
2020-07-28 22:48:51 +02:00
rockstardev
466a0c6049
Adding support for dynamic, special meaning date strings
2020-07-28 10:28:32 -05:00
rockstardev
f47ffd7ed0
Using proper class for 0 left padding
...
Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2020-07-28 10:28:32 -05:00
rockstardev
0b115c3228
Using pull-right class instead of direct float style
2020-07-28 10:28:32 -05:00
rockstardev
a22c12adc9
Applying paging footer to Payment Requests
2020-07-28 10:28:32 -05:00
rockstardev
8f293db29b
Extracting grid paging to partial
2020-07-28 10:28:32 -05:00
rockstardev
7bcc559ec7
Generalizing TimezoneOffset field init
2020-07-28 10:28:32 -05:00
rockstardev
e3a8e1a187
Applying conventions from ListInvoice on PaymentRequests
2020-07-28 10:28:32 -05:00
rockstardev
9d9d0461ad
Generalizing saving of search, applying it to PaymentRequests grid
2020-07-28 10:28:32 -05:00
Nicolas Dorier
b7d66efb20
Merge pull request #1753 from bolatovumar/feat/1568
...
Allow sorting apps by store, name or app type
2020-07-28 15:18:30 +09:00
Nicolas Dorier
82582d24ea
Merge pull request #1764 from dennisreimann/pull-payment-ui
...
Improve Pull Payment view
2020-07-27 12:34:45 +09:00
Umar Bolatov
e03311e5ec
Add margin to "Delete this store" button
...
fix #1770
2020-07-25 19:15:46 -07:00
Umar Bolatov
df1447b917
Add pagination to wallet transactions page
...
close #1771
2020-07-24 21:39:30 -07:00
Dennis Reimann
6245684801
Improve Pull Payment view
2020-07-23 17:15:08 +02:00
Dennis Reimann
a3b4ceba50
Improve update store view
2020-07-22 15:31:09 +02:00
Dennis Reimann
2496ec73bf
Improve checkout experience view
2020-07-22 15:30:58 +02:00
Dennis Reimann
f84fe82f9b
Improve list API tokens view
2020-07-22 15:29:58 +02:00
Dennis Reimann
c5a073cee8
Improve enable paybutton view
2020-07-22 15:29:24 +02:00
Dennis Reimann
ed81a17039
Code formatting
2020-07-22 15:29:03 +02:00
Dennis Reimann
22f8c4b88b
Render messages only when present
2020-07-22 15:28:31 +02:00
Nicolas Dorier
27d7d03d4c
Merge pull request #1745 from dennisreimann/recovery-seed
...
Recovery seed
2020-07-22 20:55:20 +09:00
Nicolas Dorier
ca8d83099f
Merge pull request #1752 from dennisreimann/login
...
Login/register view improvements
2020-07-22 20:53:01 +09:00
Umar Bolatov
bc0215b647
Place status message in correct positions for cart and static versions of POS app
...
fix #1758
2020-07-20 20:32:26 -07:00
Umar Bolatov
25527ec1dd
Use nameof() instead of strings
2020-07-20 20:02:14 -07:00
Dennis Reimann
8688334f0d
Update views dependent on simple layout
2020-07-20 16:53:49 +02:00
Dennis Reimann
8d6a70ed7b
Minor login/register adjustments
2020-07-20 15:20:23 +02:00
Umar Bolatov
36e3eeecaa
Allow sorting apps by store, name or app type
...
close #1568
2020-07-19 15:20:18 -07:00
Dennis Reimann
7c1d0f2e8f
Recovery seed page improvements
2020-07-19 15:52:57 +02:00