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
bc353f30
Commit
bc353f30
authored
Jun 30, 2017
by
Pieterjan Vanhoof
Committed by
GitHub
Jun 30, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #134 from stratisproject/ui
Improve setup design, add window title
parents
4d04fd11
61ead596
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
8 deletions
+11
-8
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
index.html
Breeze.UI/src/index.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 @
bc353f30
<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 @
bc353f30
...
...
@@ -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 @
bc353f30
...
...
@@ -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/index.html
View file @
bc353f30
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
Breeze
</title>
<title>
Breeze
Wallet v0.1.0 alpha
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
</head>
<body>
...
...
Breeze.UI/src/styles.css
View file @
bc353f30
...
...
@@ -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