Update Help links to include Facebook Page.

This commit is contained in:
Fred Boniface 2023-12-04 11:10:53 +00:00
parent 20695549b5
commit 84c497f3c5
6 changed files with 24 additions and 9 deletions

View File

@ -20,11 +20,10 @@
} }
const pageText: string[] = [ const pageText: string[] = [
'<h3>Sorry</h3>' + '<h3>A small Update</h3>' +
'<p>The hardware behind OwlBoard has been upgraded and it will now be faster.<p>' + "<p>There is a new Facebook Support page <a href='https://www.facebook.com/owlboard.support'>'OwlBoard Support'</a></p>" +
"<p>Unfortunately, you will need to <a href='/more/reg'>re-register</a>.</p>", '<p>You can use it to ask for help and give suggestions</p>' +
"<p>Additional PIS Codes for LTV and Devon Metro services have been added too</p>" + '<p>Help links have been updated.</p>',
"<p>More are being added all the time</p>"
]; ];
</script> </script>

View File

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

View File

@ -7,7 +7,7 @@
{ title: 'Your Data', path: '/more/data' }, { title: 'Your Data', path: '/more/data' },
{ title: 'Registration', path: '/more/reg' }, { title: 'Registration', path: '/more/reg' },
{ title: 'Settings', path: '/more/settings' }, { title: 'Settings', path: '/more/settings' },
{ title: 'Report Issue', path: '/more/report' }, { title: 'Help', path: '/more/help' },
{ title: 'About', path: '/more/about' }, { title: 'About', path: '/more/about' },
{ title: 'Location Reference Code Lookup', path: '/more/corpus' }, { title: 'Location Reference Code Lookup', path: '/more/corpus' },
{ title: 'Reason Code Lookup', path: '/more/reasons' }, { title: 'Reason Code Lookup', path: '/more/reasons' },

View File

@ -0,0 +1,15 @@
<script>
import Header from "$lib/navigation/header.svelte";
import Nav from "$lib/navigation/nav.svelte";
</script>
<Header title={"Help"} />
<Nav />
<br><br>
<p>
If you need help you can use the <a href="https://www.facebook.com/owlboard.support">OwlBoard Support</a> page on Facebook.
</p>
<br><br>
<p>There, you can watch help videos, ask a question or suggest a feature.</p>
<p>Alternatively, you can report an issue on the <a href="/more/report">Report an Issue</a> page.</p>

View File

@ -84,7 +84,7 @@
<p>You will be able to register again using the same email address</p> <p>You will be able to register again using the same email address</p>
{:else if state == 'unauth'} {:else if state == 'unauth'}
<p>The email address you entered does not belong to an authorised business.</p> <p>The email address you entered does not belong to an authorised business.</p>
<p>If you think this is an error, you can report an issue by <a href="/more/report">reporting an issue</a>.</p> <p>If you think this is an error, you can get help on <a href="/more/help">the help page</a>.</p>
{:else if state == 'error'} {:else if state == 'error'}
<p>There was an error processing your request.</p> <p>There was an error processing your request.</p>
<p>Check that the email you entered was correct or try again later.</p> <p>Check that the email you entered was correct or try again later.</p>

View File

@ -87,8 +87,9 @@
{/if} {/if}
{#if !preFlight && !isDone} {#if !preFlight && !isDone}
<p>Get help on the <a href="https://www.facebook.com/owlboard.support">OwlBoard Support Facebook Page</a></p>
<p> <p>
Check for existing reports Or submit an issue, you can check for existing reports
<a href="https://git.fjla.uk/OwlBoard/backend/issues" target="_blank">here</a> <a href="https://git.fjla.uk/OwlBoard/backend/issues" target="_blank">here</a>
before submitting a new issue. before submitting a new issue.
</p> </p>