-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
567 lines (513 loc) · 30.7 KB
/
Copy pathindex.html
File metadata and controls
567 lines (513 loc) · 30.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#070707" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="apple-mobile-web-app-title" content="Bitkit Watch" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon-32x32.png" sizes="32x32" type="image/png" />
<link rel="icon" href="favicon-16x16.png" sizes="16x16" type="image/png" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" sizes="180x180" />
<link rel="manifest" href="site.webmanifest" />
<meta
http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'self'; style-src 'self'; font-src 'self'; img-src 'self'; connect-src 'self' https://mempool.space https://blockstream.info https://api.exchange.coinbase.com https://api.coinbase.com; manifest-src 'self'; object-src 'none'; base-uri 'none'; form-action 'none'; upgrade-insecure-requests;"
/>
<title>Bitkit Watch</title>
<link rel="stylesheet" href="styles.css?v=20260604-settings-bitcoin-icon-1" />
<script src="assets/satoshi-demo-snapshot.js?v=20260604-lean-technical-details-1" defer></script>
<script src="assets/bitcoin-facts.js?v=20260701-fact-edit-2" defer></script>
<script src="app.js?v=20260604-on-demand-tx-details-1" defer></script>
</head>
<body>
<div class="app-shell">
<header class="topbar">
<div class="progressive-blur-container progressive-blur-container--header" aria-hidden="true">
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="gradient"></div>
</div>
<nav class="brand-lockup" aria-label="Bitkit Watch navigation">
<button class="brand-home-button" id="brandHomeButton" type="button" aria-label="Bitkit Watch home">
<img class="brand-logo" src="assets/bitkit-logo.svg" alt="Bitkit" />
</button>
<span class="brand-divider" aria-hidden="true"></span>
<button class="brand-crumb-button" id="vaultHomeButton" type="button">WATCH</button>
<span class="brand-divider" id="faqHeaderDivider" aria-hidden="true" hidden></span>
<span class="brand-crumb-button brand-crumb-button--current" id="faqCrumb" hidden>FAQ</span>
<span class="brand-divider" id="walletHeaderDivider" aria-hidden="true" hidden></span>
<div class="wallet-crumb" id="walletCrumb" hidden>
<div class="wallet-title-button" id="walletTitleButton" role="button" tabindex="0" aria-label="Rename wallet">
<span id="walletTitleText"></span>
<span class="wallet-title-indicator" aria-hidden="true">
<svg id="walletTitleIcon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
<path d="M17 3a2.83 2.83 0 0 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3Z"></path>
<path d="m15 5 4 4"></path>
</svg>
<span class="wallet-title-caret" id="walletTitleCaret"></span>
</span>
</div>
<button class="wallet-delete-button" id="walletDeleteButton" type="button" aria-label="Delete wallet" title="Delete wallet">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M3 6h18"></path>
<path d="M8 6V4.8A1.8 1.8 0 0 1 9.8 3h4.4A1.8 1.8 0 0 1 16 4.8V6"></path>
<path d="M19 6l-1 13.2A2 2 0 0 1 16 21H8a2 2 0 0 1-2-1.8L5 6"></path>
<path d="M10 11v6"></path>
<path d="M14 11v6"></path>
</svg>
</button>
</div>
<span class="brand-divider" id="addressHeaderDivider" aria-hidden="true" hidden></span>
<div
class="address-crumb"
id="addressCrumb"
hidden
role="button"
tabindex="0"
aria-label="Copy address"
title="Copy address"
>
<span class="address-crumb-text address-crumb-text--full" id="addressCrumbTextFull"></span>
<span class="address-crumb-text address-crumb-text--short" id="addressCrumbTextShort"></span>
</div>
<span class="brand-divider" id="addressStatusDivider" aria-hidden="true" hidden></span>
<p class="address-copy-status text-meta" id="addressCopyStatus" hidden></p>
</nav>
<div class="topbar-actions">
<p class="topbar-status text-meta" id="headerStatus" hidden></p>
<button class="button button--icon unit-toggle-button" id="unitDisplayButton" type="button" aria-label="Primary display unit" title="Primary display unit">
<span class="unit-toggle-button-label" id="unitDisplayButtonLabel">₿</span>
</button>
<button class="button button--icon" id="toggleBalancesButton" type="button" aria-label="Hide balances" title="Hide balances">
<span class="balance-toggle-icon" id="balanceToggleIcon" aria-hidden="true"></span>
</button>
<button class="button button--icon" id="refreshButton" type="button" aria-label="Refresh" title="Refresh">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M21 12a9 9 0 0 0-15.5-6.36L3 8"></path>
<path d="M3 3v5h5"></path>
<path d="M3 12a9 9 0 0 0 15.5 6.36L21 16"></path>
<path d="M16 16h5v5"></path>
</svg>
</button>
<button class="button button--icon" id="settingsButton" type="button" aria-label="Settings" title="Settings">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M3 5h6"></path>
<path d="M15 5h6"></path>
<path d="M9 5a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z"></path>
<path d="M3 12h10"></path>
<path d="M17 12h4"></path>
<path d="M13 12a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z"></path>
<path d="M3 19h4"></path>
<path d="M13 19h8"></path>
<path d="M7 19a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z"></path>
</svg>
</button>
<button class="button button--icon" id="faqButton" type="button" aria-label="Open FAQ" title="FAQ">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M9.25 9a2.75 2.75 0 1 1 4.96 1.64c-.52.68-1.35 1.07-1.9 1.71-.5.58-.81 1.19-.81 2.15"></path>
<path d="M12 17h.01"></path>
<circle cx="12" cy="12" r="9"></circle>
</svg>
</button>
</div>
</header>
<div id="appBanner" class="app-banner" hidden>
<span class="app-banner__text" id="appBannerText"></span>
<button class="app-banner__dismiss" id="appBannerDismiss" type="button" aria-label="Dismiss notification">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="m6 6 12 12"></path>
<path d="M18 6 6 18"></path>
</svg>
</button>
</div>
<div class="watch-view-demo-wallet" aria-hidden="true"></div>
<main class="layout">
<section class="wallets-overview" id="walletsOverview" hidden aria-labelledby="overviewTitle">
<header class="overview-copy">
<h2 id="overviewTitle">
WATCH YOUR <span class="text-accent">BITCOIN</span>
</h2>
<p class="copy-measure overview-intro-copy">
<span class="overview-intro-lead">See your bitcoin grow over time.
<a class="copy-highlight copy-highlight-button" id="overviewFaqButton" href="#view=faq">Safely and privately.</a>
</span>
Bitkit Watch lives only in your browser. No private keys. No account. No authentication. Just keep watch.
</p>
</header>
<div class="wallet-grid" id="walletGrid" aria-live="polite"></div>
</section>
<section class="wallet-detail" id="walletDetail" hidden aria-labelledby="walletTitleText">
<div class="detail-columns">
<section class="detail-column detail-column-activity" aria-label="Wallet activity">
<section class="detail-block">
<header class="metric-head">
<p class="text-meta" id="walletSecondarySummary">$ 0.00</p>
<h2 class="wallet-balance-primary" id="walletPrimarySummary">₿ 0</h2>
</header>
<div class="transaction-list" id="walletTransactions" aria-live="polite"></div>
<div class="transaction-more-controls" id="walletTransactionsControls" hidden>
<button class="button button--pill button--filled transaction-more-button" id="walletTransactionsToggle" type="button" hidden>
Show all
</button>
<span class="transaction-limit-note" id="walletTransactionsLimitNote" hidden>(max 1000 newest transactions)</span>
</div>
</section>
<section class="detail-block" id="walletAddressesSection" aria-label="Wallet addresses">
<header class="section-head">
<h5 id="walletAddressesKicker">WALLET WATCHLIST</h5>
<h2 id="walletAddressesHeading">ADDRESSES</h2>
</header>
<div class="panel address-list" id="walletAddressList" aria-live="polite"></div>
<form class="wallet-add-form" id="walletAddAddressForm" novalidate>
<div class="wallet-add-row">
<label class="field">
<span class="sr-only">Bitcoin address</span>
<input
class="field__input"
id="walletAddressInput"
name="address"
type="text"
autocomplete="off"
spellcheck="false"
maxlength="4096"
placeholder="bitcoin address"
required
/>
</label>
<button class="button button--pill button--filled" type="submit">Add</button>
</div>
<p class="address-empty-warning text-meta" id="walletAddressEmptyWarning" hidden>
<span class="address-empty-warning-icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 9v4"></path>
<path d="M12 17h.01"></path>
<path d="M10.3 3.8 2.6 17.2A2 2 0 0 0 4.3 20h15.4a2 2 0 0 0 1.73-2.8L13.7 3.8a2 2 0 0 0-3.4 0Z"></path>
</svg>
</span>
<span>Be careful. Don't enter your private key.</span>
</p>
<div class="form-feedback" id="walletAddressFeedback" hidden></div>
</form>
</section>
<section class="detail-block" id="addressTagsSection" hidden aria-label="Address tags">
<header class="section-head">
<h5>TAGS</h5>
<h2>TAG THIS ADDRESS</h2>
</header>
<div class="address-tags" id="addressTagList" aria-live="polite"></div>
<form class="wallet-add-form" id="addressTagForm" novalidate>
<div class="wallet-add-row">
<label class="field">
<span class="sr-only">Address tag</span>
<input
class="field__input"
id="addressTagInput"
name="tag"
type="text"
autocomplete="off"
spellcheck="false"
maxlength="48"
placeholder="add tag"
/>
</label>
<button class="button button--pill button--filled" type="submit">Add</button>
</div>
<div class="form-feedback" id="addressTagFeedback" hidden></div>
</form>
</section>
</section>
<aside class="detail-column detail-column-sidebar" id="walletDetailSidebar">
<section class="detail-block" aria-label="Wallet growth">
<header class="section-head">
<h5 id="walletChartKicker">WALLET GROWTH</h5>
<h2 class="chart-title">
<span class="wallet-chart-title-symbol" id="walletChartTitleSymbol">₿</span>
<span id="walletChartTitleText">VALUE OVER TIME</span>
<span class="wallet-chart-growth" id="walletChartGrowth" hidden></span>
</h2>
</header>
<article class="panel wallet-chart-card">
<div class="wallet-chart-tabs" id="walletChartTabs" role="tablist" aria-label="Wallet growth range">
<button class="wallet-chart-tab" type="button" role="tab" data-range="1D">1 day</button>
<button class="wallet-chart-tab is-active" type="button" role="tab" data-range="30D">30 day</button>
<button class="wallet-chart-tab" type="button" role="tab" data-range="1Y">1 year</button>
<button class="wallet-chart-tab" type="button" role="tab" data-range="ALL">All</button>
</div>
<div class="wallet-chart-stage" id="walletChartStage" role="button" tabindex="0" aria-label="Open expanded wallet chart"></div>
</article>
</section>
<section class="detail-block wallet-facts-widget" id="walletFactsSection" aria-label="Bitcoin facts" hidden>
<header class="section-head">
<h5>DID YOU KNOW?</h5>
<h2>BITCOIN FACTS</h2>
</header>
<article class="panel wallet-facts-card">
<p class="wallet-facts-copy" id="walletFactsText" aria-live="polite"></p>
<button
class="button button--icon button--icon-dim"
id="walletFactsButton"
type="button"
aria-label="Show another bitcoin fact"
title="Show another bitcoin fact"
>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="M21 12a9 9 0 0 0-15.5-6.36L3 8"></path>
<path d="M3 3v5h5"></path>
<path d="M3 12a9 9 0 0 0 15.5 6.36L21 16"></path>
<path d="M16 16h5v5"></path>
</svg>
</button>
</article>
</section>
<section class="detail-block wallet-mobile-widget" aria-label="Bitkit Mobile">
<header class="section-head">
<h5>WANT TO SPEND?</h5>
<h2><a class="wallet-mobile-heading-link" href="https://bitkit.to" target="_blank" rel="noopener noreferrer">BITKIT MOBILE</a></h2>
</header>
<div class="wallet-mobile-links">
<a
class="wallet-mobile-link"
href="https://get.bitkit.to/iOS"
target="_blank"
rel="noopener noreferrer"
aria-label="Download Bitkit on the App Store"
>
<img src="assets/appstore.webp" alt="Download on the App Store" />
</a>
<a
class="wallet-mobile-link"
href="https://get.bitkit.to/PlayStore"
target="_blank"
rel="noopener noreferrer"
aria-label="Get Bitkit on Google Play"
>
<img src="assets/googleplay.webp" alt="Get it on Google Play" />
</a>
</div>
</section>
</aside>
</div>
</section>
<section class="faq-view" id="faqView" hidden aria-labelledby="faqTitle">
<header class="faq-copy">
<h2 id="faqTitle">
BUILT FOR <span class="text-accent">TRUE BITCOINERS</span>
</h2>
<p class="copy-measure">
Let's take away your concerns. Bitkit Watch was built for bitcoiners who want to keep an eye on their stack without giving up privacy.
</p>
</header>
<div class="faq-grid" id="faqGrid"></div>
</section>
<footer class="app-footer" aria-label="Bitkit promotion">
<div class="progressive-blur-container progressive-blur-container--footer" aria-hidden="true">
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="blur-filter"></div>
<div class="gradient"></div>
</div>
<div class="app-footer-content">
<p class="app-footer-copy">
<span>Bitkit Watch was built by Synonym Software, S.A. DE C.V. ©2026. All rights reserved. v0.1.2 - <a href="https://github.com/synonymdev/bitkit-watch" target="_blank" rel="noopener noreferrer">Github</a>.</span>
<span class="app-footer-legal">
By using Bitkit Watch you declare that you have read and accept the
<a href="terms-of-use.html">terms of use</a> and
<a href="privacy-policy.html">privacy policy</a>.
</span>
</p>
<p class="app-footer-price" id="appFooterPrice" aria-label="Current bitcoin price">
<span class="app-footer-price__reference" id="appFooterPriceReference">₿ 100,000,000</span>
<span class="app-footer-price__equals" aria-hidden="true">=</span>
<span class="app-footer-price__value" id="appFooterPriceValue">$ --</span>
</p>
</div>
</footer>
</main>
<div class="modal modal--transaction" id="transactionModal" hidden>
<button class="modal__scrim" id="transactionModalBackdrop" type="button" aria-label="Close transaction detail"></button>
<section class="panel panel--modal modal__card modal__card--compact transaction-modal-card" role="dialog" aria-modal="true" aria-labelledby="transactionModalTitle">
<header class="modal__head">
<h5 id="transactionModalKicker">TRANSACTION</h5>
<button class="button button--icon button--icon-sm button--icon-subtle" id="transactionModalClose" type="button" aria-label="Close transaction detail">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="m6 6 12 12"></path>
<path d="M18 6 6 18"></path>
</svg>
</button>
</header>
<div class="transaction-modal-body" id="transactionModalBody"></div>
</section>
</div>
<div class="modal modal--chart" id="chartModal" hidden>
<button class="modal__scrim" id="chartModalBackdrop" type="button" aria-label="Close expanded wallet chart"></button>
<section class="panel panel--modal modal__card modal__card--wide chart-modal-card" role="dialog" aria-modal="true" aria-labelledby="chartModalTitle">
<header class="modal__head chart-modal-toolbar">
<div class="section-head">
<h5 id="chartModalKicker">WALLET GROWTH</h5>
<h2 class="chart-title" id="chartModalTitle">
<span class="wallet-chart-title-symbol" id="chartModalTitleSymbol">₿</span>
<span id="chartModalTitleText">VALUE OVER TIME</span>
<span class="wallet-chart-growth" id="chartModalGrowth" hidden></span>
</h2>
</div>
<button class="button button--icon button--icon-sm button--icon-subtle" id="chartModalClose" type="button" aria-label="Close expanded wallet chart">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="m6 6 12 12"></path>
<path d="M18 6 6 18"></path>
</svg>
</button>
</header>
<article class="panel wallet-chart-card chart-modal-chart-card">
<div class="wallet-chart-tabs" id="chartModalTabs" role="tablist" aria-label="Expanded wallet growth range">
<button class="wallet-chart-tab" type="button" role="tab" data-range="1D">1 day</button>
<button class="wallet-chart-tab is-active" type="button" role="tab" data-range="30D">30 day</button>
<button class="wallet-chart-tab" type="button" role="tab" data-range="1Y">1 year</button>
<button class="wallet-chart-tab" type="button" role="tab" data-range="ALL">All</button>
</div>
<div class="wallet-chart-stage chart-modal-stage" id="chartModalStage" aria-hidden="true"></div>
</article>
</section>
</div>
<div class="modal modal--settings" id="settingsModal" hidden>
<button class="modal__scrim" id="settingsModalBackdrop" type="button" aria-label="Close settings"></button>
<section class="panel panel--modal modal__card modal__card--compact modal__card--padded-lg settings-modal-card" role="dialog" aria-modal="true" aria-labelledby="settingsModalTitle">
<header class="modal__head settings-modal-toolbar">
<h5>SETTINGS</h5>
<button class="button button--icon button--icon-sm button--icon-subtle" id="settingsModalClose" type="button" aria-label="Close settings">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true">
<path d="m6 6 12 12"></path>
<path d="M18 6 6 18"></path>
</svg>
</button>
</header>
<div class="settings-modal-body">
<h2 class="modal-title" id="settingsModalTitle">YOU ARE IN CONTROL</h2>
<section class="settings-wrapper">
<section class="settings-preference settings-preference--choice" aria-labelledby="settingsDenominationLabel">
<div class="settings-preference-row">
<div class="settings-preference-copy">
<span class="settings-preference-icon settings-preference-icon--accent settings-preference-icon--bitcoin" aria-hidden="true">₿</span>
<span class="text-value-sm">Bitcoin denomination</span>
</div>
<div class="settings-notation-radios" role="radiogroup" aria-label="Bitcoin denomination">
<label class="settings-notation-radio">
<input id="settingsNotationModern" type="radio" name="bitcoin-notation" value="MODERN" data-notation="MODERN" checked />
<span class="settings-notation-radio-control" aria-hidden="true"></span>
<span class="settings-notation-radio-label">Modern (₿)</span>
</label>
<label class="settings-notation-radio">
<input id="settingsNotationClassic" type="radio" name="bitcoin-notation" value="CLASSIC" data-notation="CLASSIC" />
<span class="settings-notation-radio-control" aria-hidden="true"></span>
<span class="settings-notation-radio-label">Classic (BTC)</span>
</label>
</div>
</div>
</section>
<section class="settings-preference settings-preference--choice" aria-labelledby="settingsFiatLabel">
<div class="settings-preference-row">
<div class="settings-preference-copy">
<span class="settings-preference-icon settings-preference-icon--accent" id="settingsFiatIcon" aria-hidden="true">$</span>
<span class="text-value-sm">Fiat currency</span>
</div>
<div class="settings-notation-radios settings-fiat-radios" role="radiogroup" aria-label="Fiat currency">
<label class="settings-notation-radio">
<input id="settingsFiatUsd" type="radio" name="fiat-currency" value="USD" data-fiat="USD" checked />
<span class="settings-notation-radio-control" aria-hidden="true"></span>
<span class="settings-notation-radio-label">USD</span>
</label>
<label class="settings-notation-radio">
<input id="settingsFiatEur" type="radio" name="fiat-currency" value="EUR" data-fiat="EUR" />
<span class="settings-notation-radio-control" aria-hidden="true"></span>
<span class="settings-notation-radio-label">EUR</span>
</label>
<label class="settings-notation-radio">
<input id="settingsFiatGbp" type="radio" name="fiat-currency" value="GBP" data-fiat="GBP" />
<span class="settings-notation-radio-control" aria-hidden="true"></span>
<span class="settings-notation-radio-label">GBP</span>
</label>
<label class="settings-notation-radio">
<input id="settingsFiatJpy" type="radio" name="fiat-currency" value="JPY" data-fiat="JPY" />
<span class="settings-notation-radio-control" aria-hidden="true"></span>
<span class="settings-notation-radio-label">JPY</span>
</label>
<label class="settings-notation-radio">
<input id="settingsFiatCny" type="radio" name="fiat-currency" value="CNY" data-fiat="CNY" />
<span class="settings-notation-radio-control" aria-hidden="true"></span>
<span class="settings-notation-radio-label">CNY</span>
</label>
</div>
</div>
<p class="settings-preference-note text-meta" id="settingsFiatNotice" hidden>
Historical data is not 100% accurate because BTC/USD is the data source.
</p>
</section>
<section class="settings-preference" aria-labelledby="settingsDustLabel">
<div class="settings-preference-row">
<div class="settings-preference-copy">
<span class="settings-preference-icon settings-preference-icon--accent" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
<path d="M12 3v18"></path>
<path d="M4.8 7.2 19.2 16.8"></path>
<path d="M4.8 16.8 19.2 7.2"></path>
</svg>
</span>
<span class="text-value-sm">Dust transactions in activity</span>
</div>
<button class="settings-switch" id="settingsHideDustButton" type="button" role="switch" aria-checked="false" aria-label="Show dust transactions in activity">
<span class="settings-switch-thumb"></span>
</button>
</div>
</section>
<section class="settings-preference" aria-labelledby="settingsBackgroundLabel">
<div class="settings-preference-row">
<div class="settings-preference-copy">
<span class="settings-preference-icon settings-preference-icon--accent" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round">
<path d="M4 7h16"></path>
<path d="M4 12h16"></path>
<path d="M4 17h16"></path>
</svg>
</span>
<span class="text-value-sm">Bitkit background graphics</span>
</div>
<button class="settings-switch" id="settingsBackgroundGraphicsButton" type="button" role="switch" aria-checked="true" aria-label="Show Bitkit background graphics">
<span class="settings-switch-thumb"></span>
</button>
</div>
</section>
</section>
<div class="settings-modal-actions">
<button class="button button--pill button--danger" id="settingsClearStorageButton" type="button" aria-label="Delete wallet data">
<span class="button__icon" aria-hidden="true">
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.9" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 6h18"></path>
<path d="M8 6V4.8A1.8 1.8 0 0 1 9.8 3h4.4A1.8 1.8 0 0 1 16 4.8V6"></path>
<path d="M19 6l-1 13.2A2 2 0 0 1 16 21H8a2 2 0 0 1-2-1.8L5 6"></path>
<path d="M10 11v6"></path>
<path d="M14 11v6"></path>
</svg>
</span>
<span>Reset wallet data</span>
</button>
<button class="button button--pill button--filled button--stretch" id="settingsFooterCloseButton" type="button" aria-label="Close">
<span>OK</span>
</button>
</div>
</div>
</section>
</div>
</div>
</body>
</html>