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
d3aa0651
Commit
d3aa0651
authored
Jun 30, 2017
by
dev0tion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve setup view
parent
4e2ac789
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
7 deletions
+10
-7
setup.component.html
Breeze.UI/src/app/setup/setup.component.html
+5
-2
dashboard.component.html
Breeze.UI/src/app/wallet/dashboard/dashboard.component.html
+1
-1
history.component.html
Breeze.UI/src/app/wallet/history/history.component.html
+1
-1
styles.css
Breeze.UI/src/styles.css
+3
-3
No files found.
Breeze.UI/src/app/setup/setup.component.html
View file @
d3aa0651
<section
id=
"breeze"
>
<div
class=
"login d-flex align-items-center text-center"
>
<div
class=
"container"
>
<!--<p class="text-back text-left mb-5 col-6 row">
<button type="button" class="btn btn-link text-back" (click)="onBackClicked()">Back</button>
</p>-->
<p
class=
"text-back text-left mb-5 col-6 row"
><a
(
click
)="
onBackClicked
()"
>
Back
</a></p>
<h3
class=
"display-5"
>
Welcome
</h3>
<p
class=
"lead"
>
If you would like to create a new wallet, please click Create.
<br/>
When you have used Breeze before, you can click Restore to recover your wallet.
</p>
<div
class=
"row d-flex justify-content-center"
>
<button
type=
"button"
class=
"btn btn-darkgray btn-lg"
(
click
)="
onBackClicked
()"
>
Back
</button>
<button
type=
"button"
class=
"btn btn-darkgray btn-lg"
(
click
)="
onCreateClicked
()"
>
Create
</button>
<button
type=
"button"
class=
"btn btn-
dar
kgray btn-lg"
(
click
)="
onRecoverClicked
()"
>
Restore
</button>
<button
type=
"button"
class=
"btn btn-
lin
kgray btn-lg"
(
click
)="
onRecoverClicked
()"
>
Restore
</button>
</div>
</div>
<!-- /container-->
...
...
Breeze.UI/src/app/wallet/dashboard/dashboard.component.html
View file @
d3aa0651
...
...
@@ -63,7 +63,7 @@
<!-- /card-->
</div>
</div>
<ng-template
#
noTransactions
>
Looks like you haven't made any transactions yet
</ng-template>
<ng-template
#
noTransactions
class=
"text-muted"
>
Looks like you haven't made any transactions yet
</ng-template>
</section>
<!-- /TRANSACTIONS -->
<status-bar></status-bar>
...
...
Breeze.UI/src/app/wallet/history/history.component.html
View file @
d3aa0651
...
...
@@ -37,7 +37,7 @@
</div>
<!-- /card-->
<div>
<ng-template
#
noTransactions
>
Looks like you haven't made any transactions yet.
</ng-template>
<ng-template
#
noTransactions
class=
"text-muted"
>
Looks like you haven't made any transactions yet.
</ng-template>
</div>
</section>
<!-- /TRANSACTIONS -->
...
...
Breeze.UI/src/styles.css
View file @
d3aa0651
...
...
@@ -617,10 +617,10 @@ input.cmn-toggle-round-flat:checked + label:after {
color
:
#366a96
;
}
.login
.container
form
{
margin-bottom
:
4em
;
}
.login
.container
.textback
a
{
color
:
#C0BECC
;
.login
.container
.textback
.text-back
{
color
:
#C0BECC
!important
;
text-decoration
:
underline
;
}
.login
.container
.textback
a
:hover
{
.login
.container
.textback
:hover
{
text-decoration
:
none
;
}
.login
.container
.badge
{
margin
:
.5em
auto
;
}
...
...
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