mirror of
https://github.com/elisspace/AskAssist.git
synced 2026-08-29 15:33:47 +00:00
add component loading
This commit is contained in:
17
components/options.html
Normal file
17
components/options.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<div id='options-container'>
|
||||
<label for="refresh-frequency">Refresh every</label>
|
||||
<input class="ask-option" type="text" id="refresh-frequency" name="refresh-frequency">
|
||||
<p>seconds</p>
|
||||
<br>
|
||||
<label for="alert-frequency">Alert with</label>
|
||||
<select class="ask-option" id="alert-sound" name="alert-sound">
|
||||
<option dataVal = "1">Alert One</option>
|
||||
<option dataVal = "2">Alert Two</option>
|
||||
<option dataVal = "3">Alert Three</option>
|
||||
<option dataVal = "4">Alert Four</option>
|
||||
</select>
|
||||
<p>every </p>
|
||||
<input class="ask-option" type="text" id="alert-frequency" name="alert-frequency">
|
||||
<p>seconds </p>
|
||||
</div>
|
||||
|
||||
6
components/toolbar.html
Normal file
6
components/toolbar.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div id='ask-assist'>
|
||||
<link rel="stylesheet" href="https://icono-49d6.kxcdn.com/icono.min.css">
|
||||
<p id="settings-button" >⚙</p>
|
||||
<div class='cusBut' id='start-timer'>AskAssist</div>
|
||||
<div class='cusBut' id='stop-timer'>Stop Watching</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user