Compare commits

..

4 Commits

5 changed files with 13 additions and 10 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "owlboard-svelte",
"version": "0.0.1",
"version": "2024.03.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "owlboard-svelte",
"version": "0.0.1",
"version": "2024.03.2",
"devDependencies": {
"@owlboard/ts-types": "^0.1.8",
"@sveltejs/adapter-auto": "^2.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "owlboard-svelte",
"version": "2024.2.1",
"version": "2024.03.2",
"private": true,
"scripts": {
"dev": "vite dev",

View File

@ -20,11 +20,14 @@
}
const pageText: string[] = [
'<h3>Resgistration Errors</h3>' +
'<p>There is an issue registering with GWR email addresses being caused by the phishing prevension system in use.</p>' +
'<p>You will be able to use Headcode and PIS lookups without registering.</p>' +
'<p>Staff departure boards will remain unavailable unless registered due to sensitive information which may be shown.</p>' +
'<p>Join the conversation on the <a href="https://www.facebook.com/owlboard.support">Facebook page</a> where updates will be given.</p>'
'<h3>PIS Codes</h3>' +
'<p>An effort has been made to support PIS codes accross the GWR network</p>' +
'<p>The vast majority of codes across West, LTV, HEx and Sleeper services are now available.</p>' +
'<p>The easiest way to find a PIS code is to type your headcode into the homepage, then select your service</p>',
'<h3>Resgistration Update</h3>' +
'<p>The registration issue has been fixed and registrations are now open.</p>' +
'<p>Headcode and PIS Lookups will still be possible without registering but only for a limited time.</p>' +
'<p>You will receive further warning before mandatory registration is re-enabled.</p>',
];
</script>

View File

@ -1,3 +1,3 @@
export const version: string = '2024.3.0';
export const version: string = '2024.03.2';
export const versionTag: string = '';
export const showWelcome: boolean = true;

View File

@ -95,7 +95,7 @@
</Island>
{:else}
<p>To search by headcode use the Train Finder on the homepage</p>
<p>This feature is only supported for GWR West & Sleeper services</p>
<p>This feature now supports all GWR Services</p>
<p class="label">Find By Start/End CRS:</p>
<form on:submit={findByStartEnd}>
<input type="text" maxlength="3" autocomplete="off" placeholder="Start" bind:value={entryStartCRS} />