Update welcome messages

This commit is contained in:
Fred Boniface 2023-08-02 20:09:52 +01:00
parent 8d4467b875
commit 325a6510f3
2 changed files with 8 additions and 15 deletions

View File

@ -20,18 +20,11 @@
}
const pageText: string[] = [
'<h3>A brand new look</h3>' +
"<p>OwlBoard has a brand new look, making it even faster for you to access the data - you won't have to register again.</p>" +
"<p><strong>Live station data</strong> is still available right from the homepage. If you are signed up, you'll get improved data from the <strong>Staff board</strong>. Bus and Ferry services are still included</p>" +
'<p><strong>Train Data & PIS</strong> is now available right from the homepage if you are searching by headcode, for other PIS searches, the PIS finder is in the bottom menu</p>',
'<h3>Staff Station Boards</h3>' +
'<p>If you are registered, staff station boards will be available.</p>' +
'<p>Staff boards will show hidden platform numbers as well as ECS moves</p>' +
'<p>You can also tap on a train to see live train data.</p>',
'<h3>Everything Else</h3>' +
"<p>Everything else has moved to the 'More' menu, where you'll find the Reference Code lookup and software details." +
'<br>' +
'<p>You will only see this welcome page again when there are new updates</p>'
'<h3>Sign-up Fixed</h3>' +
"<p>An issue present since 28/07/2023 has meant that new users or users with expired logins are unable to register.</p>" +
'<p>This issue has now been fixed and new users will be able to register for Rail Staff Access</p>',
'<h3>Always Improving</h3>' +
'<p>OwlBoard is always improving, the current improvements aim to improve performance when you have low mobile signal.</p>'
];
</script>
@ -60,7 +53,7 @@
left: 50%;
transform: translateX(-50%);
width: 85%;
height: 85vh;
height: 75vh;
max-height: 600px;
overflow-y: auto;
max-width: 400px;

View File

@ -1,3 +1,3 @@
export const version: string = '2023.7.1';
export const versionTag: string = 'beta8';
export const version: string = '2023.8.1';
export const versionTag: string = '';
export const showWelcome: boolean = true;