Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
8ff8f864
Commit
8ff8f864
authored
7 years ago
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port over small UI changes from TB repo
parent
55a2b35e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
history.component.html
Breeze.UI/src/app/wallet/history/history.component.html
+2
-2
receive.component.html
Breeze.UI/src/app/wallet/receive/receive.component.html
+1
-1
send-confirmation.component.html
...t/send/send-confirmation/send-confirmation.component.html
+1
-1
_custom.scss
Breeze.UI/src/scss/_custom.scss
+2
-0
No files found.
Breeze.UI/src/app/wallet/history/history.component.html
View file @
8ff8f864
...
@@ -19,8 +19,8 @@
...
@@ -19,8 +19,8 @@
<!-- /JUMBOTRON-->
<!-- /JUMBOTRON-->
<!-- TRANSACTIONS -->
<!-- TRANSACTIONS -->
<section
id=
"transaction"
class=
"container
mt-4
"
>
<section
id=
"transaction"
class=
"container"
>
<h5
class=
"pt-4"
>
Transactions
</h5>
<h5>
Transactions
</h5>
<div
*
ngIf=
"transactions; else noTransactions"
>
<div
*
ngIf=
"transactions; else noTransactions"
>
<div
*
ngFor=
"let transaction of transactions"
>
<div
*
ngFor=
"let transaction of transactions"
>
<div
class=
"card"
(
click
)="
openTransactionDetailDialog
(
transaction
)"
>
<div
class=
"card"
(
click
)="
openTransactionDetailDialog
(
transaction
)"
>
...
...
This diff is collapsed.
Click to expand it.
Breeze.UI/src/app/wallet/receive/receive.component.html
View file @
8ff8f864
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
<span
class=
"float-right"
><a
ngxClipboard
[
cbContent
]="
address
"
(
click
)="
onCopiedClick
()"
>
copy
</a></span>
<span
class=
"float-right"
><a
ngxClipboard
[
cbContent
]="
address
"
(
click
)="
onCopiedClick
()"
>
copy
</a></span>
</div>
</div>
<div
class=
"myAddress"
><code>
{{ address }}
</code></div>
<div
class=
"myAddress"
><code>
{{ address }}
</code></div>
<div
class=
"text-center
row
"
*
ngIf=
"copied"
>
<div
class=
"text-center"
*
ngIf=
"copied"
>
<span
class=
"badge badge-success col"
>
Your address has been copied to your clipboard.
</span>
<span
class=
"badge badge-success col"
>
Your address has been copied to your clipboard.
</span>
</div>
</div>
</form>
</form>
...
...
This diff is collapsed.
Click to expand it.
Breeze.UI/src/app/wallet/send/send-confirmation/send-confirmation.component.html
View file @
8ff8f864
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
</ul>
</ul>
<ul
class=
"list-inline row"
>
<ul
class=
"list-inline row"
>
<li
class=
"list-inline-item col blockLabel"
>
Amount
</li>
<li
class=
"list-inline-item col blockLabel"
>
Amount
</li>
<li
class=
"list-inline-item col-9 blockText
"
><strong
class=
"text-danger"
>
-{{ transaction.amount }}
</strong>
<small
class=
"text-uppercase ml-2"
>
BTC
</small>
</li>
<li
class=
"list-inline-item col-9 blockText
text-danger"
>
-{{ transaction.amount | number:'1.8-8' }} TBTC
</li>
</ul>
</ul>
<ul
class=
"list-inline row"
>
<ul
class=
"list-inline row"
>
<li
class=
"list-inline-item col blockLabel"
>
Destination
</li>
<li
class=
"list-inline-item col blockLabel"
>
Destination
</li>
...
...
This diff is collapsed.
Click to expand it.
Breeze.UI/src/scss/_custom.scss
View file @
8ff8f864
...
@@ -139,10 +139,12 @@ em {
...
@@ -139,10 +139,12 @@ em {
font-size
:
.85em
;
font-size
:
.85em
;
color
:
$gray-dark
;
color
:
$gray-dark
;
}
}
p
{
margin-bottom
:
0
!
important
;}
.lead
{
.lead
{
color
:
$black
;
color
:
$black
;
font-size
:
1
.85em
;
font-size
:
1
.85em
;
font-weight
:
500
;
font-weight
:
500
;
margin-bottom
:
0
;
.h2
{
.h2
{
font-size
:
2em
;
font-size
:
2em
;
font-weight
:
600
;
font-weight
:
600
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment