Commit graph

50 commits

Author SHA1 Message Date
Hernâni Marques
5f3d309cef
bank landing: Linux/POSIX command-line paths, shared expand panel
Side-by-side tech row under Get the wallet: gold penguin left
(Debian/Ubuntu apt from deb.taler.net), gold terminal right
(Unix/POSIX from source). Both open the same area below; CLI
boxes allow single-line selection/copy. Withdraw stays separate.
2026-07-10 20:29:00 +02:00
Hernâni Marques
5824455b15
bank landing: gold App Store button and logo 2026-07-10 19:38:00 +02:00
Hernâni Marques
47e3eaee7c
bank landing: hero as one-step withdraw line 2026-07-10 19:14:00 +02:00
Hernâni Marques
0143ae1e6a
bank landing: Open Graph preview image (GOA shop products) 2026-07-10 18:34:00 +02:00
Hernâni Marques
548fdcf983
bank landing: GOA shop after withdraw, compact withdraw
Shop stays always visible after the one-step withdraw card.
2026-07-10 18:11:00 +02:00
Hernâni Marques
7ddb05f022
bank landing: make taler://withdraw URI a clickable link 2026-07-10 17:28:00 +02:00
Hernâni Marques
b194d443c1
bank landing: smaller distinct Generate own account control 2026-07-10 17:20:00 +02:00
Hernâni Marques
b8023b492c
bank landing: drop Amount GOA shared-pool line under withdraw 2026-07-10 17:11:00 +02:00
Hernâni Marques
56bfc3cd06
bank landing: drop redundant Created field from auto-account box 2026-07-10 17:03:00 +02:00
Hernâni Marques
eacf4f91c8
bank landing: show auto-account created datetime
API returns created; landing displays it once.
2026-07-10 16:46:00 +02:00
Hernâni Marques
403d0f40b0
bank landing: drop GOA:0 balance line from auto-account UI 2026-07-10 16:22:00 +02:00
Hernâni Marques
833567947a
bank landing: surface funny auto-account names in the UI 2026-07-10 16:14:00 +02:00
Hernâni Marques
7583d0896e
bank: auto usernames goa-account-<random> shown to user
API and docs describe the visible auto username shape.
2026-07-10 15:43:00 +02:00
Hernâni Marques
763e5dc75a
bank landing: Generate own account instead of Get a fresh QR
Primary control creates a personal zero-balance account.
2026-07-10 15:07:00 +02:00
Hernâni Marques
d2c6835486
bank landing: solid blue web platform icons
Chrome, Firefox, Opera, Ubuntu Touch marks use solid teal fills.
2026-07-10 14:35:00 +02:00
Hernâni Marques
461f236bc0
docs: declare own-bank-account path missing until deploy verified
Note the personal bank-account path is not production-ready yet.
2026-07-10 14:12:00 +02:00
Hernâni Marques
6a212d14c6
docs: bank shared withdraw, auto-account, merchant shop landing
Document bank landing layout, demo-withdraw + auto-account APIs
(goa-bank-acc-*, balance 0), explorer-only auto-confirm, QR_Taler, and
merchant shop/stats behaviour. Refresh taler-bank script index.
2026-07-10 20:50:36 +02:00
Hernâni Marques
930716a94d
bank landing: Intergalactic no-IBAN badge; pool note wording
Restore the original top badge: “Intergalactic · GOA · no IBAN”.

Surprising-balance note now says the communal pool is “(shared, but
also yours)” — coins you withdraw are yours even though the pool is
shared.
2026-07-10 20:51:05 +02:00
Hernâni Marques
b1b41154c5
landings: web icons Chrome, Firefox, Opera, Ubuntu Touch
Match platforms listed on taler.net/wallet (including Ubuntu Touch).
Each mark is dual-coloured gold (#f0c86a) and blue (#3ecfbf) for
readability on dark landings. Edge/Brave removed (not listed there).

Applies to bank, exchange, and merchant wallet hubs.
2026-07-10 20:49:40 +02:00
Hernâni Marques
d81e452ffb
landings: QR label “Scan in wallet”
Shorter than “Scan or open in wallet” — enough next to the open CTA.
2026-07-10 20:47:25 +02:00
Hernâni Marques
5ee82195e6
bank landing: show credentials plus QR_Taler after auto-create
Optional box “Create my bank account” calls auto-account.json, then shows:

  • clear “created for you” copy
  • username / password / balance GOA:0 (user-select for copy)
  • QR_Taler frame pointing at the bank UI for login with those credentials
  • option to generate another account

No user-chosen login form; the server creates the account.
2026-07-10 20:46:10 +02:00
Hernâni Marques
f341116371
bank: API for auto-created personal accounts (balance zero)
Add GET /intro/auto-account.json on the bank helper (demo-withdraw-api):
public registration with generated username/password, balance starts GOA:0,
credentials returned once for the client to display.

Nginx proxies the new path; install-demo-withdraw-api.sh installs the
location. This is separate from the shared explorer demo withdraw.
2026-07-10 20:42:20 +02:00
Hernâni Marques
65629ea57c
bank landing: tighten shared-account wording
Shorten hero and withdraw chrome to the early simple voice:

  Install the wallet, then one QR withdraws GOA from a shared bank account
  — no registration.

Keep the live pool balance note short as well.
2026-07-10 20:39:00 +02:00
Hernâni Marques
ae38882c7c
bank landing: QR_Taler blue ring on page QR codes
Page-level withdraw and bank-UI QRs were plain white boxes. Align them with
the merchant shop pay popup (taler-merchant-webui QR_Taler / web-util):

  • animated conic ring (#0042B3 / #F1F1F4)
  • off-DOM encode to PNG <img>
  • center qr-logo.svg plate

Reuses shop-pay.css classes already loaded on the bank intro page.
2026-07-10 20:37:30 +02:00
Hernâni Marques
265a7fa3eb
bank landing: “How the shared account works” as expandable fold
The how-it-works list was always open and competed with the withdraw QR.

Make it a collapsed gold fold: title row with chevron, body expands on click.
Same wireFold helper style as the optional bank UI section.
2026-07-10 20:34:05 +02:00
Hernâni Marques
8b1a7f9d58
bank landing: shared-account withdraw and live pool balance
Primary bank funding path is the community shared account (not a personal
login). Withdraw step explains that briefly and shows a short “surprising
balance?” note with the live explorer pool amount from stats.json
(balance_explorer).

Move GOA flow stats and Performance to the bottom of the page so the
install → withdraw path stays first. Collapse optional bank UI / GOA shop
behind a click-to-open fold (same interaction pattern as settlement panels).
2026-07-10 20:31:50 +02:00
Hernâni Marques
c7f86dd3da
landings: distinct Chrome / Firefox / Edge / Brave browser marks
Wallet hub rows on bank, exchange, and merchant landings used vague mono
icons that were hard to tell apart.

Replace them with multi-colour brand-style marks for Chrome, Firefox, Edge,
and Brave. Hub label becomes “Web browsers (experimental)”.

Also drop the circled “①” prefix from the shop pay popup “Wallet payment”
label — leftover copy-paste artefact from an earlier draft, not intentional
numbering.
2026-07-10 20:25:40 +02:00
Hernâni Marques
d7686b1dea
bank landing: document community pool funding path 2026-07-10 20:13:00 +02:00
Hernâni Marques
31c8dcdb9c
bank landing: community-shared explorer withdraw UI and how-it-works 2026-07-10 20:12:00 +02:00
Hernâni Marques
57973db4f0
bank landing: nginx proxy /intro/demo-withdraw.json to local mint API 2026-07-10 20:10:48 +02:00
Hernâni Marques
146145ef14
bank landing: shop pay popup matches merchant (QR_Taler + goa-shop) 2026-07-10 20:04:51 +02:00
Hernâni Marques
029c22e804
bank landing: qrencode PNGs for product + payto 2026-07-10 20:02:53 +02:00
Hernâni Marques
606d81520c
landings: footer label source → Source (bank + exchange) 2026-07-10 20:01:09 +02:00
Hernâni Marques
cdccebbe9e
bank landing: mini shop products open pay popup 2026-07-10 20:00:43 +02:00
Hernâni Marques
39dfbbd6d7
bank landing: pay popup script (shared shop-pay) 2026-07-10 19:59:26 +02:00
Hernâni Marques
bf8c56db94
bank landing: shop pay popup CSS (shared with merchant) 2026-07-10 19:58:09 +02:00
Hernâni Marques
a13a80cded
bank landing: official Taler QR logo asset (DD 90) 2026-07-10 19:56:35 +02:00
Hernâni Marques
fef67bd729
landings: footer label deployment → source (link to admin-log) 2026-07-10 19:55:00 +02:00
Hernâni Marques
845bed2531
bank landing: footer link deployment → admin-log configs 2026-07-10 19:45:00 +02:00
Hernâni Marques
5683e9dc36
bank landing: mini GOA samples near merchant area
Two sample items at the bottom; link “for more” to taler.hacktivism.ch.
2026-07-10 19:38:00 +02:00
Hernâni Marques
ae521b5524
bank landing: remove GOA shop samples from top
Shop catalog lives on the merchant landing instead.
2026-07-10 19:16:00 +02:00
Hernâni Marques
6cb4064a3a
bank landing: compact GOA shop sample box 2026-07-10 19:00:00 +02:00
Hernâni Marques
3fbc2ec0ff
bank landing: simplified Chrome/Firefox/Safari browser marks 2026-07-10 18:54:00 +02:00
Hernâni Marques
0bf3614dfc
bank landing: drop Android/iOS tagline under Get the wallet 2026-07-10 18:48:00 +02:00
Hernâni Marques
6e886bbaca
bank landing: platform SVGs (gold Android, blue iOS, browsers)
Replace Android/iOS text with site-styled icons; hub row is
browser platforms (experimental) with gold/blue recrafted marks.
2026-07-10 18:29:00 +02:00
Hernâni Marques
5af039ca03
bank landing: one-step withdraw-exchange + Android/iOS links
Short intro; wallet install; single taler://withdraw-exchange QR.
2026-07-10 18:05:00 +02:00
Hernâni Marques
547f0e27ce
landings: What is retained (was: What we retain) 2026-07-09 22:45:16 +02:00
Hernâni Marques
b1f778c69a
landings: privacy footer notes (What we retain) 2026-07-09 22:32:05 +02:00
Hernâni Marques
a3334dbcf8
bank landing: nginx :9013 + English intro (stats placeholders) 2026-07-09 10:44:08 +02:00
Hernâni Marques
58ddcfe723
bank: English landing with taler withdraw QR 2026-07-09 03:24:03 +02:00