prelim website scan handler ui
This commit is contained in:
parent
2a7ed47548
commit
a24da40cb9
7 changed files with 80 additions and 5 deletions
23
www/img/icon-lock-green.svg
Normal file
23
www/img/icon-lock-green.svg
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg width="16px" height="20px" viewBox="0 0 16 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<!-- Generator: Sketch 40.1 (33804) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>ui-24px-outline-1_lock</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||||
<g id="Addresss-(Secure-URL)" transform="translate(-9.000000, -9.000000)" stroke-width="2" stroke="#12E5B6">
|
||||
<g id="Items/Bitcoin-Address">
|
||||
<g id="Items/Bitcoin-Address-Copy">
|
||||
<g id="ui-24px-outline-1_lock" transform="translate(10.955302, 10.000000)">
|
||||
<g id="Group">
|
||||
<path d="M6.5,0 L6.5,0 C4.225,0 2.4375,1.8 2.4375,4.09090909 L2.4375,6.54545455 L10.5625,6.54545455 L10.5625,4.09090909 C10.5625,1.8 8.775,0 6.5,0 L6.5,0 Z" id="Shape"></path>
|
||||
<rect id="Rectangle-path" x="0" y="6.54545455" width="13" height="11.4545455"></rect>
|
||||
<ellipse id="Oval" cx="6.5" cy="11.4545455" rx="1.625" ry="1.63636364"></ellipse>
|
||||
<path d="M6.5,13.0909091 L6.5,14.7272727" id="Shape"></path>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
|
|
@ -1,4 +1,12 @@
|
|||
<action-sheet
|
||||
action-sheet-show="showMenu">
|
||||
hi
|
||||
<div class="incoming-data-menu__header">Website</div>
|
||||
<div class="incoming-data-menu__url">
|
||||
<div class="incoming-data-menu__url__icon">
|
||||
<img src="img/icon-lock-green.svg">
|
||||
</div>
|
||||
<div class="incoming-data-menu__url__text">
|
||||
https://bitpay.com
|
||||
</div>
|
||||
</div>
|
||||
</action-sheet>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue