2 Commits

Author SHA1 Message Date
fcb9f9dbf3 Bump version 2024-04-26 02:36:22 -07:00
094e2d2b81 UI rearrangement 2024-04-26 02:36:05 -07:00
3 changed files with 9 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "not-a-rescheduler",
"version": "0.0.1",
"version": "0.0.2",
"permissions": [ "storage", "tabs", "activeTab", "notifications", "declarativeContent" ],
"content_scripts": [
{

View File

@@ -75,12 +75,7 @@
</div>
</div>
<!-- consulates -->
<div class="row">
<div class="col">Consulates:</div>
</div>
<div id="consulatesConfig">
</div>
<!-- current appointment -->
<div class="row">
<div class="col">
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>
</div>
</div>
<!-- consulates -->
<div id="consulatesConfig">
</div>
<!-- buttons -->
<div class="row">
<div class="col">
<button type="button" class="btn btn-info btn-sm" id="showConfigButton">Config</button>

View File

@@ -107,7 +107,7 @@ function smoothTextChange(element, newText) {
<th scope="col">City</th>
<th scope="col" style="white-space: nowrap;">Current Date</th>
<th scope="col" style="white-space: nowrap;">Best Date</th>
<th scope="col">Autobook</th>
<th scope="col">Book</th>
</tr>
</thead>
<tbody>