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
81c002ab
Commit
81c002ab
authored
Aug 07, 2018
by
Paul Herbert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes as per PR feedback.
parent
fa3c9e90
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
5 deletions
+15
-5
advanced.component.css
Breeze.UI/src/app/wallet/advanced/advanced.component.css
+5
-0
advanced.component.html
Breeze.UI/src/app/wallet/advanced/advanced.component.html
+3
-3
feedback.component.css
...I/src/app/wallet/advanced/feedback/feedback.component.css
+5
-0
feedback.component.html
.../src/app/wallet/advanced/feedback/feedback.component.html
+2
-2
No files found.
Breeze.UI/src/app/wallet/advanced/advanced.component.css
View file @
81c002ab
...
...
@@ -6,3 +6,8 @@
::ng-deep
ng-datepicker
input
{
height
:
35px
;
}
.label
{
font-size
:
14px
;
margin-bottom
:
1px
;
}
\ No newline at end of file
Breeze.UI/src/app/wallet/advanced/advanced.component.html
View file @
81c002ab
...
...
@@ -3,7 +3,7 @@
<div
style=
"margin-top:20px"
>
<div>
<label
style=
"font-size:14px;margin-bottom:0px
"
>
Extended Public Key
</label>
<label
class=
"label
"
>
Extended Public Key
</label>
<div
class=
"myAddress"
*
ngIf=
"extPubKeyLoadingState.success; else elseFeedback"
>
<code
style=
"overflow-wrap: break-word"
>
{{ extPubKey }}
</code>
</div>
...
...
@@ -14,7 +14,7 @@
<div
style=
"display: flex; flex-direction: row; margin-top:30px"
>
<div
style=
"width:275px"
>
<label
style=
"font-size:14px;margin-bottom:1px
"
>
Generate Addresses
</label>
<label
class=
"label
"
>
Generate Addresses
</label>
<div
style=
"display:flex; flex-direction:row; height:34px"
>
<input
formControlName=
"addressCountControl"
type=
"text"
class=
"form-control"
placeholder=
"Number to generate..."
style=
"border-radius: 0px; width: 163px"
>
<button
*
ngIf=
"!addressCountControl.invalid && addressCount"
[
disabled
]="
addressCountControl
.
invalid
||
!
addressCount
"
(
click
)="
generateAddresses
()"
...
...
@@ -25,7 +25,7 @@
</div>
<div
style=
"margin-left: 30px"
>
<label
style=
"font-size:14px;margin-bottom:1px
"
>
Resync
</label>
<label
class=
"label
"
>
Resync
</label>
<div
style=
"display:flex; flex-direction:row"
>
<ngb-datepicker
[(
ngModel
)]="
resyncDate
"
[
outsideDays
]="
hidden
"
[
minDate
]="
minResyncDate
"
[
maxDate
]="
maxResyncDate
"
style=
"outline:none; border:none"
formControlName=
"datePickerControl"
></ngb-datepicker>
...
...
Breeze.UI/src/app/wallet/advanced/feedback/feedback.component.css
View file @
81c002ab
.img
{
width
:
16px
;
height
:
16px
;
margin-left
:
3px
;
}
\ No newline at end of file
Breeze.UI/src/app/wallet/advanced/feedback/feedback.component.html
View file @
81c002ab
...
...
@@ -6,9 +6,9 @@
</div>
</div>
<div
*
ngIf=
"errored"
>
<img
style=
"width:16px; height:16px; margin-left:3px
"
src=
"../../../../assets/images/if_Error_16.png"
/>
<img
class=
"img
"
src=
"../../../../assets/images/if_Error_16.png"
/>
</div>
<div
*
ngIf=
"success"
>
<img
style=
"width:16px; height:16px; margin-left:3px
"
src=
"../../../../assets/images/Tick_Mark-16.png"
/>
<img
class=
"img
"
src=
"../../../../assets/images/Tick_Mark-16.png"
/>
</div>
</div>
\ No newline at end of file
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