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
Sep 26, 2017
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Port over small UI changes from TB repo
parent
55a2b35e
Show 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 @@
<!-- /JUMBOTRON-->
<!-- TRANSACTIONS -->
<section
id=
"transaction"
class=
"container
mt-4
"
>
<h5
class=
"pt-4"
>
Transactions
</h5>
<section
id=
"transaction"
class=
"container"
>
<h5>
Transactions
</h5>
<div
*
ngIf=
"transactions; else noTransactions"
>
<div
*
ngFor=
"let transaction of transactions"
>
<div
class=
"card"
(
click
)="
openTransactionDetailDialog
(
transaction
)"
>
...
...
Breeze.UI/src/app/wallet/receive/receive.component.html
View file @
8ff8f864
...
...
@@ -12,7 +12,7 @@
<span
class=
"float-right"
><a
ngxClipboard
[
cbContent
]="
address
"
(
click
)="
onCopiedClick
()"
>
copy
</a></span>
</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>
</div>
</form>
...
...
Breeze.UI/src/app/wallet/send/send-confirmation/send-confirmation.component.html
View file @
8ff8f864
...
...
@@ -18,7 +18,7 @@
</ul>
<ul
class=
"list-inline row"
>
<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
class=
"list-inline row"
>
<li
class=
"list-inline-item col blockLabel"
>
Destination
</li>
...
...
Breeze.UI/src/scss/_custom.scss
View file @
8ff8f864
...
...
@@ -139,10 +139,12 @@ em {
font-size
:
.85em
;
color
:
$gray-dark
;
}
p
{
margin-bottom
:
0
!
important
;}
.lead
{
color
:
$black
;
font-size
:
1
.85em
;
font-weight
:
500
;
margin-bottom
:
0
;
.h2
{
font-size
:
2em
;
font-weight
:
600
;
...
...
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