Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fcb9f9dbf3 | |||
| 094e2d2b81 |
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "not-a-rescheduler",
|
"name": "not-a-rescheduler",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"permissions": [ "storage", "tabs", "activeTab", "notifications", "declarativeContent" ],
|
"permissions": [ "storage", "tabs", "activeTab", "notifications", "declarativeContent" ],
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -75,12 +75,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- consulates -->
|
<!-- current appointment -->
|
||||||
<div class="row">
|
|
||||||
<div class="col">Consulates:</div>
|
|
||||||
</div>
|
|
||||||
<div id="consulatesConfig">
|
|
||||||
</div>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
Current appointment: <span id="currApptConsulate">somewhere</span>, <span id="currApptDate">some time</span>
|
Current appointment: <span id="currApptConsulate">somewhere</span>, <span id="currApptDate">some time</span>
|
||||||
@@ -91,6 +86,12 @@
|
|||||||
Status: <span class="smooth-text" id="status">Inactive</span>
|
Status: <span class="smooth-text" id="status">Inactive</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- consulates -->
|
||||||
|
<div id="consulatesConfig">
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- buttons -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<button type="button" class="btn btn-info btn-sm" id="showConfigButton">Config</button>
|
<button type="button" class="btn btn-info btn-sm" id="showConfigButton">Config</button>
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ function smoothTextChange(element, newText) {
|
|||||||
<th scope="col">City</th>
|
<th scope="col">City</th>
|
||||||
<th scope="col" style="white-space: nowrap;">Current Date</th>
|
<th scope="col" style="white-space: nowrap;">Current Date</th>
|
||||||
<th scope="col" style="white-space: nowrap;">Best Date</th>
|
<th scope="col" style="white-space: nowrap;">Best Date</th>
|
||||||
<th scope="col">Autobook</th>
|
<th scope="col">Book</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user