Implement import function
* Add ESLint rules * Change code style : using semi-columns * Change error notification : using pre + wrap to be able to add newlines * Bump version to 1.4.0
This commit is contained in:
parent
2eaa1753a0
commit
c20a6397fc
11 changed files with 433 additions and 336 deletions
11
popup.html
11
popup.html
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<div id="notification">
|
||||
<span id="notification-text"> </span>
|
||||
<pre id="notification-text"> </pre>
|
||||
<img src="/icons/close.svg"/>
|
||||
</div>
|
||||
<div id="password-container">
|
||||
|
|
@ -38,8 +38,13 @@
|
|||
</form>
|
||||
</div>
|
||||
<div id="entry-list">
|
||||
<div id="store-action" class="hidden">
|
||||
<img id="export" src="/icons/export.svg" title="Export" />
|
||||
<div id="action">
|
||||
<div id="store-action" class="hidden">
|
||||
<img id="export" src="/icons/export.svg" title="Export" />
|
||||
</div>
|
||||
<div id="import-action" class="hidden">
|
||||
<img id="import" src="/icons/import.svg" title="Import" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/popup.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue