pis #2

Merged
fred.boniface merged 76 commits from pis into main 2023-05-06 21:53:45 +01:00
4 changed files with 4 additions and 3 deletions
Showing only changes of commit f1372ff8a9 - Show all commits

View File

@ -46,7 +46,7 @@
<p>Enter a services start and end station CRS codes to see code options and <p>Enter a services start and end station CRS codes to see code options and
stopping patterns.</p> stopping patterns.</p>
<p>Currently supported (Beta): GWR Bristol Metro region only.</p> <p>Currently supported (Beta): GWR Bristol Metro region only.</p>
<p id="auth-required">You must be logged into the free <a href="./settings.html">staff version</a> for this feature</p> <p id="auth-required">You will need to be logged into a free <a href="./settings.html">rail staff version</a> account for this feature once it has finished testing.</p>
<label for="origin">Origin:</label><br> <label for="origin">Origin:</label><br>
<input type="text" class="small-lookup-box" id="origin" name="origin" maxlength="3"><br><br> <input type="text" class="small-lookup-box" id="origin" name="origin" maxlength="3"><br><br>
<label for="destination">Destination:</label><br> <label for="destination">Destination:</label><br>

View File

@ -302,7 +302,7 @@ label {
} }
#auth-required { #auth-required {
color: crimson; color: var(--main-warning-color);
} }
/* Footer Styles */ /* Footer Styles */

View File

@ -8,6 +8,7 @@
#result-table { #result-table {
margin: auto; margin: auto;
color: var(--second-text-color);
width: 85%; width: 85%;
max-width: 700px; max-width: 700px;
text-align: center; text-align: center;

2
sw.js
View File

@ -1,6 +1,6 @@
/* Service Worker */ /* Service Worker */
const appVersion = "PIS-DEV-23042501" const appVersion = "PIS-DEV-23042502"
const cacheName = `owlboard-${appVersion}`; const cacheName = `owlboard-${appVersion}`;
const cacheIDs = [cacheName]; const cacheIDs = [cacheName];
const cacheFiles = [ const cacheFiles = [