Add welcome message

This commit is contained in:
Fred Boniface 2023-10-04 11:53:14 +01:00
parent 41cc0b5ea1
commit daf7085d60
2 changed files with 4 additions and 6 deletions

View File

@ -20,11 +20,9 @@
} }
const pageText: string[] = [ const pageText: string[] = [
'<h3>Sign-up Fixed</h3>' + '<h3>Staff LDB Updated</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>An upgrade to the Staff Departure Boards may mean that they are temporarily unavailable, while your device updates the app<p>' +
'<p>This issue has now been fixed and new users will be able to register for Rail Staff Access</p>', '<p>Once the update is complete, staff departure board will load faster and more reliably over slow connections</p>',
'<h3>Always Improving</h3>' +
'<p>OwlBoard is always improving, the current focus is to improve performance when you have low mobile signal by reducing the amount of data being sent.</p>'
]; ];
</script> </script>

View File

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