landings: clickable blue payload links under every QR (webextension)
Show the exact encoded URI (taler:// / https / payto://) as a blue monospace link under each QR so wallet webextensions and desktop can open it. Stop stripping :443 in the bank withdraw QR path. Shop pay and exchange withdraw-exchange included.
This commit is contained in:
parent
eb640da64e
commit
2fb060f79a
6 changed files with 134 additions and 15 deletions
|
|
@ -138,6 +138,25 @@ button.shop-item {
|
|||
background: #fff;
|
||||
border-radius: 4px;
|
||||
}
|
||||
/* Full encoded payload under QR — clickable (wallet / webextension) */
|
||||
.goa-pay-payload {
|
||||
display: block;
|
||||
margin: 0.45rem 0 0.55rem;
|
||||
padding: 0 0.25rem;
|
||||
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
|
||||
font-size: 0.68rem;
|
||||
line-height: 1.35;
|
||||
color: #7eb6ff;
|
||||
word-break: break-all;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid rgba(126, 182, 255, 0.4);
|
||||
cursor: pointer;
|
||||
}
|
||||
.goa-pay-payload:hover {
|
||||
color: #b8d6ff;
|
||||
border-bottom-color: #7eb6ff;
|
||||
}
|
||||
|
||||
/* Settlement: collapsed by default, expand on click */
|
||||
.goa-pay-settle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue