Dennis Reimann
eb16b435df
Document themeing approach
...
Sums up and adds to the comments made in #1175 .
I wasn't sure where to put these kinds of docs, as tehy are code related and not end user facing. Let's discuss whether or not this fits in here or should become part of the docs repo.
fix
2019-12-02 11:18:33 +01:00
nicolas.dorier
b8288f1efa
Use 127.0.0.1 instead of localhost for vault's http requests. (Fix https://github.com/btcpayserver/BTCPayServer.Vault/issues/9#issuecomment-559858955 )
2019-11-30 23:34:47 +09:00
nicolas.dorier
fa61c2bcdd
Add error for invalid network
2019-11-30 23:33:42 +09:00
Dennis Reimann
9baa7eed80
UI: Left align admin section headings
...
Removes the custom property and consistently align the headings left, which I agree is the better choice.
Context: https://chat.btcpayserver.org/btcpayserver/pl/upb3nzch7j8nmpbt7kfmoe6beo
2019-11-24 20:39:29 +01:00
nicolas.dorier
287fbc523f
Asks pin and passphrase if device is not ready
2019-11-24 22:51:13 +09:00
nicolas.dorier
2e0db1a430
Fix XML parsing error ( #1185 )
2019-11-23 14:04:26 +09:00
nicolas.dorier
eef623fb4b
Ask passphrase when appropriate ( Fix #1185 )
2019-11-22 19:13:04 +09:00
nicolas.dorier
5afa847e6e
Fix sign transaction
2019-11-21 16:38:43 +09:00
nicolas.dorier
2b9f390c64
update translation
2019-11-21 14:17:27 +09:00
nicolas.dorier
1a8d6e5c05
Implement BTCPayServer vault derivation scheme import
2019-11-21 14:06:16 +09:00
Nicolas Dorier
869ba745b2
Merge pull request #1175 from bolatovumar/fix-1169
...
Add CSS variable for preformatted text color
2019-11-21 14:03:05 +09:00
Umar Bolatov
180dfb6edf
Add CSS variable for preformatted text color
...
fix #1169
2019-11-20 11:12:31 -08:00
pavlenex
374aaf2e2b
add walletofsatoshi svg logo
2019-11-19 09:12:38 +01:00
Nicolas Dorier
52fd686993
Merge pull request #1174 from pavlenex/new-supporters-lw
...
add new supporter to readme
2019-11-19 00:31:06 +09:00
pavlenex
03c36ef0d2
add lunanode to readme
2019-11-18 15:55:56 +01:00
Dennis Reimann
b452f1d125
Limit custom table styles to small tables
...
Otherwise it overrides to many styles so that i.e. font-sizes with th .h*-classes do not work anymore.
2019-11-15 15:15:22 +01:00
Dennis Reimann
c8937f6d46
POS app theme fixes
2019-11-15 15:15:19 +01:00
Dennis Reimann
cb849ab23e
Light/dark color fixes
...
fix
2019-11-15 15:15:18 +01:00
Dennis Reimann
9298eab30d
Improve QR code display on dark background
2019-11-15 11:23:52 +01:00
Dennis Reimann
65a867e82d
Fix css references on bootstrap kitchensink page
2019-11-15 11:05:12 +01:00
nicolas.dorier
3bdcbd8907
Small adjustment to make tables look better
2019-11-15 15:22:01 +09:00
nicolas.dorier
fd53811fdd
Adjust base font-size to match old style
2019-11-15 14:45:53 +09:00
rockstardev
5eeda40098
Addressing CSS inconsistencies compared to old design
...
Fixes : #1159
2019-11-14 22:48:15 -06:00
rockstardev
c6ef6fc17d
Removing bootstrap and creative start vendor dirs, moving to main
2019-11-14 20:41:53 -06:00
Dennis Reimann
bdca51a178
Fine tuning the classic theme
2019-11-14 21:10:17 +01:00
Dennis Reimann
e147ce8606
Minor layout improvements
2019-11-14 18:45:35 +01:00
Dennis Reimann
dd683db6d5
Bump up font size and spacings in classic theme
2019-11-14 18:44:12 +01:00
Dennis Reimann
7160f7dc22
Add bootstrap kitchensink
...
Can be used to control the look of all elements:
/_bootstrap_kitchensink.html?theme=casa
2019-11-14 18:42:57 +01:00
Dennis Reimann
e44db30ddb
Finetune color settings
...
fix
2019-11-14 18:42:56 +01:00
Dennis Reimann
66ffa5f987
Rename alpha theme variables to backdrop
2019-11-14 18:42:54 +01:00
Dennis Reimann
55de85d829
Casa theme color fixes
2019-11-14 18:42:52 +01:00
Dennis Reimann
5bb6918465
Add Casa theme draft
2019-11-14 18:42:50 +01:00
Dennis Reimann
50bf55cbdf
Unify section headings
2019-11-14 18:42:48 +01:00
Dennis Reimann
3a9ecd8b33
Dissect css rules and simplify color variables
2019-11-14 18:42:48 +01:00
Dennis Reimann
5942a840b2
Move main bundle files also
2019-11-14 18:42:47 +01:00
Dennis Reimann
6dd3c79c23
Move themes and bootstrap
2019-11-14 18:42:46 +01:00
Dennis Reimann
29465cbadc
Use "modern" theme as example
2019-11-14 18:42:44 +01:00
Dennis Reimann
fdc1aa25e4
Use variable based bootstrap and creativestart
...
fix
2019-11-14 18:42:40 +01:00
nicolas.dorier
89353b8e7c
Remove svg trash
2019-11-13 18:50:23 +09:00
nicolas.dorier
e6505040e0
Missing svg
2019-11-13 16:06:41 +09:00
nicolas.dorier
e7ff5c0a4b
Remove Trezor in AddDerivationScheme
2019-11-13 15:10:33 +09:00
Nicolas Dorier
b75eaee6dd
Merge pull request #1115 from escapedcat/feat/ledger-xpub-help
...
feat(stores): add ledger specific xpub help
2019-11-10 00:28:05 +09:00
escapedcat
11c269693e
feat(stores): add ledger specific xpub help
...
problem: maximum of 20 ledger accounts are being listed in the derivation-scheme select
solution: help users with i.e. multiple ledger accounts by providing link to docs for detailed info on where to find the xpub key manually
2019-11-08 15:24:12 +01:00
nicolas.dorier
5b37a9df0b
Make sure we don't pass the psbt in GET url
2019-11-08 21:21:23 +09:00
nicolas.dorier
c31e7593b6
Add label to FullyNoded
2019-11-07 17:08:24 +09:00
nicolas.dorier
29e8783beb
Update translations
2019-11-07 14:34:34 +09:00
nicolas.dorier
57b87a55bc
Show Bitcoin RPC service
2019-11-07 14:33:10 +09:00
nicolas.dorier
24d6532dac
Add onion link to login/register
2019-11-06 23:58:04 +09:00
nicolas.dorier
fee1fe22a7
Use better svg version of the logo
2019-11-06 23:25:56 +09:00
nicolas.dorier
d8103f7293
Fix webfont
2019-11-06 21:57:43 +09:00