Add welcome message
This commit is contained in:
parent
41cc0b5ea1
commit
daf7085d60
@ -20,11 +20,9 @@
|
||||
}
|
||||
|
||||
const pageText: string[] = [
|
||||
'<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 focus is to improve performance when you have low mobile signal by reducing the amount of data being sent.</p>'
|
||||
'<h3>Staff LDB Updated</h3>' +
|
||||
'<p>An upgrade to the Staff Departure Boards may mean that they are temporarily unavailable, while your device updates the app<p>' +
|
||||
'<p>Once the update is complete, staff departure board will load faster and more reliably over slow connections</p>',
|
||||
];
|
||||
</script>
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
export const version: string = '2023.10.1';
|
||||
export const versionTag: string = '';
|
||||
export const showWelcome: boolean = false;
|
||||
export const showWelcome: boolean = true;
|
||||
|
Loading…
Reference in New Issue
Block a user