hide/delete buttons + confirm popup, TODO: interactivity
This commit is contained in:
10
web/app.html
10
web/app.html
@ -3,6 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<!-- <link href='https://overpass-30e2.kxcdn.com/overpass.css' rel='stylesheet'> -->
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>Aliexpress price tracker</title>
|
||||
</head>
|
||||
@ -19,6 +20,15 @@
|
||||
<button id="addbutton" type="button">Add</button>
|
||||
</div>
|
||||
|
||||
<!--popup confirmation window-->
|
||||
<div id="confirmationPopup" class="popup">
|
||||
<div class="popup-content">
|
||||
<p>Are you sure?</p>
|
||||
<button id="yesBtn">Yes</button>
|
||||
<button id="noBtn">No</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- div where graphs will take place -->
|
||||
<div class="content" id="graphs"></div>
|
||||
|
||||
|
Reference in New Issue
Block a user