Skip to content

Commit

Permalink
TokenVault 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jul 12, 2019
1 parent 86e3ef9 commit 0724079
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 14 deletions.
4 changes: 1 addition & 3 deletions app/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ export default class Home extends React.Component {
entries = JSON.parse(text);
} finally {
return {
html: `<div><strong>Authenticator entries</strong>: ${
entries.length
}</div>`
html: `<div><strong>${entries.length}</strong> TokenVault Entries </div>`
};
}
},
Expand Down
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<link rel="stylesheet" type="text/css" href="dist.css">
<title>Token Safe</title>
<title>TokenVault</title>

<body>
<script type="text/javascript" src="dist.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions app/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ html {
}

.auth-edit {
margin: 10 0;
margin: 10px 0;
}

.sk-notification {
// Hacking sk-notification style
overflow: visible !important; // We need this for the dropdown menu
margin: 10 0 0 0 !important;
padding: 28 14 28 28 !important;
margin: 10px 0 0 0 !important;
padding: 28px 14px 28px 28px !important;
}

.auth-notes-row {
Expand Down
6 changes: 3 additions & 3 deletions dist/dist.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dist.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<link rel="stylesheet" type="text/css" href="dist.css">
<title>Token Safe</title>
<title>TokenVault</title>

<body>
<script type="text/javascript" src="dist.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sn-token-safe",
"name": "sn-token-vault",
"version": "1.0.0",
"main": "dist/dist.js",
"scripts": {
Expand Down

0 comments on commit 0724079

Please sign in to comment.