Skip to content

Commit e96ad5a

Browse files
committed
Merge branch 'master' into feature/onboarding-create-wallet-lightning
2 parents 8d2b0ae + 5ae2c5e commit e96ad5a

27 files changed

+240
-42
lines changed

_compress_images_cache.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1429,3 +1429,7 @@ assets/images/guide/glossary/signature@2x.jpg: signature@2x.jpg
14291429
assets/images/contribute/alby.png: alby.png
14301430
assets/images/contribute/bitcoin-smiles.png: bitcoin-smiles.png
14311431
assets/images/contribute/hello-bitcoin.png: hello-bitcoin.png
1432+
assets/images/guide/designing-products/wallet-interoperability/hardware-wallets.jpg: hardware-wallets.jpg
1433+
assets/images/guide/designing-products/wallet-interoperability/hardware-wallets@2x.jpg: hardware-wallets@2x.jpg
1434+
assets/images/guide/designing-products/wallet-interoperability/user-interface.jpg: user-interface.jpg
1435+
assets/images/guide/designing-products/wallet-interoperability/user-interface@2x.jpg: user-interface@2x.jpg
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
2+
#units-and-symbols-formatter {
3+
background-color: #777777;
4+
margin-top: 30px;
5+
padding: 30px;
6+
max-width: 800px;
7+
margin-left: auto;
8+
margin-right: auto;
9+
box-sizing: border-box;
10+
11+
.units-and-symbols-formatter-top {
12+
display: flex;
13+
14+
label {
15+
margin: 0;
16+
padding: 0;
17+
display: block;
18+
font-size: 16px;
19+
color: #D2FA7B;
20+
}
21+
22+
input {
23+
display: block;
24+
margin: 0;
25+
padding: 0;
26+
box-sizing: border-box;
27+
font-size: 48px;
28+
appearance: none;
29+
border-width: 0;
30+
color: #D2FA7B;
31+
width: 100%;
32+
background-color: transparent;
33+
-moz-appearance: textfield;
34+
border-bottom: 1px dashed #D2FA7B;
35+
36+
&::-webkit-outer-spin-button,
37+
&::-webkit-inner-spin-button {
38+
-webkit-appearance: none;
39+
margin: 0;
40+
}
41+
42+
&:focus {
43+
outline: none;
44+
}
45+
}
46+
}
47+
48+
#units-and-symbols-formatter-table {
49+
div {
50+
display: flex;
51+
padding-top: 5px;
52+
padding-bottom: 5px;
53+
gap: 10px;
54+
55+
p {
56+
margin: 0;
57+
padding: 0;
58+
flex-grow: 1;
59+
font-size: 16px;
60+
flex-basis: 30%;
61+
color: #EBEBEB;
62+
63+
&:first-child {
64+
flex-grow: 1;
65+
}
66+
67+
&:last-child {
68+
color: white;
69+
text-align: right;
70+
}
71+
}
72+
73+
& + div {
74+
border-top: 1px solid #999999;
75+
}
76+
}
77+
}
78+
79+
@include media-query(small) {
80+
.units-and-symbols-formatter-top {
81+
flex-grow: 1;
82+
flex-basis: 30%;
83+
flex-direction: column;
84+
}
85+
86+
#units-and-symbols-formatter-table {
87+
margin-top: 20px;
88+
89+
div {
90+
p {
91+
font-size: 14px;
92+
flex-basis: 20%;
93+
94+
&:first-child {
95+
flex-basis: 40%;
96+
}
97+
98+
&:last-child {
99+
flex-basis: 40%;
100+
}
101+
}
102+
}
103+
}
104+
}
105+
106+
@include media-query(medium-up) {
107+
display: flex;
108+
justify-content: space-between;
109+
gap: 40px;
110+
111+
.units-and-symbols-formatter-top {
112+
flex-grow: 1;
113+
flex-basis: 30%;
114+
flex-direction: column;
115+
}
116+
117+
#units-and-symbols-formatter-table {
118+
flex-basis: 50%;
119+
flex-grow: 1;
120+
}
121+
}
122+
}

_sass/minima/initialize.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"minima/search-page", // Formatting for the search page
2424
"minima/projects-page", // Formatting for the projects page
2525
"minima/design-resources-page", // Formatting for the design resources page
26+
"minima/units-and-symbols-page", // Formatting for the units and symbols page
2627
"minima/glossary-page", // Formatting for the glossary page
2728
"minima/home-banner",
2829
"minima/skins/error-theme",
-15.9 KB
Loading
-40.8 KB
Loading
-17 KB
Loading
-44.6 KB
Loading

guide/designing-products/common-user-flows.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: guide
33
title: Common user flows
44
description: Overview of the most common user activities in Bitcoin applications.
5-
nav_order: 7
5+
nav_order: 8
66
parent: Designing Bitcoin products
77
permalink: /guide/designing-products/common-user-flows/
88
main_classes: -no-top-padding
@@ -276,7 +276,7 @@ Wallets can also be created with control shared between several other wallets, s
276276
layout = "float-left"
277277
%}
278278

279-
Like fiat currencies, securely storing funds can be as simple as storing some coins in your pocket or highly complex with multiple banks’ safety deposit boxes. For self-custodial wallets, all of this is in the users’ hands, although wallet software ideally provides guidelines and support to more easily follow best practices. See also, the [Private key management](/guide/private-key-management/introduction/) section and [Protecting a wallet](guide/onboarding/protecting-a-wallet/).
279+
Like fiat currencies, securely storing funds can be as simple as storing some coins in your pocket or highly complex with multiple banks’ safety deposit boxes. For self-custodial wallets, all of this is in the users’ hands, although wallet software ideally provides guidelines and support to more easily follow best practices. See also, the [Private key management](/guide/private-key-management/introduction/) section and [Protecting a wallet](/guide/onboarding/protecting-a-wallet/).
280280

281281
</div>
282282

@@ -567,11 +567,11 @@ This can be a tricky experience to address. For one, non-custodial cryptocurrenc
567567

568568
---
569569

570-
On to [wallet interoperability]({{ '/guide/designing-products/wallet-interoperability/' | relative_url }}) which is essential for smooth interaction and migration between Bitcoin products.
570+
On to [interoperability]({{ '/guide/designing-products/wallet-interoperability/' | relative_url }}) which is essential for smooth interaction and migration between Bitcoin products.
571571

572572
{% include next-previous.html
573-
previousUrl = "/guide/designing-products/personal-finance/"
574-
previousName = "Personal finance"
573+
previousUrl = "/guide/designing-products/getting-to-know-your-users/"
574+
previousName = "Getting to know your users"
575575
nextUrl = "/guide/designing-products/wallet-interoperability/"
576-
nextName = "Wallet interoperability"
576+
nextName = "Interoperability"
577577
%}

guide/designing-products/design-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: guide
33
title: Design resources
44
description: Design files by and for the Bitcoin Design Community
5-
nav_order: 9
5+
nav_order: 10
66
parent: Designing Bitcoin products
77
permalink: /guide/designing-products/design-resources/
88
main_classes: -no-top-padding

guide/designing-products/designing-products.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,19 @@ If we consider Bitcoin money, we need to consider how Bitcoin users think about
7070

7171
---
7272

73+
### [Getting to know your users]({{ '/guide/designing-products/getting-to-know-your-users/' | relative_url }})
74+
75+
This section will give you some tips on how best to understand and develop knowledge about your users.
76+
77+
---
78+
7379
### [Common user flows]({{ '/guide/designing-products/common-user-flows/' | relative_url }})
7480

7581
Most Bitcoin applications share certain user activities, from initial setup to making a transaction. It is vital to follow users' expected patterns and behaviors to reduce mistakes and enable seamless switching between products.
7682

7783
---
7884

79-
### [Wallet interoperability]({{ '/guide/designing-products/wallet-interoperability/' | relative_url }})
85+
### [Interoperability]({{ '/guide/designing-products/wallet-interoperability/' | relative_url }})
8086

8187
Get to know the points of interaction and overlap connecting payment links, wallet recovery, node configurations, and more.
8288

0 commit comments

Comments
 (0)