Compare commits
	
		
			No commits in common. "4a2e4fd2aa2825436d8f642d69e5b60905edef62" and "5092de122adc634b5170a80fba914a9281bdd68f" have entirely different histories.
		
	
	
		
			4a2e4fd2aa
			...
			5092de122a
		
	
		
@ -5,7 +5,7 @@
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "dev": "vite dev",
 | 
			
		||||
    "build": "vite build",
 | 
			
		||||
    "postbuild": "npx svelte-sitemap --domain https://owlboard.info --ignore '**/err/**' --ignore '**/reg/submit'",
 | 
			
		||||
    "postbuild": "npx svelte-sitemap --domain https://owlboard.info --ignore '**/err/**' --ignore 'more/reg/submit'",
 | 
			
		||||
    "preview": "vite preview",
 | 
			
		||||
    "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
 | 
			
		||||
    "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
 | 
			
		||||
 | 
			
		||||
@ -204,7 +204,7 @@
 | 
			
		||||
  .tableTxt {
 | 
			
		||||
    text-align: left;
 | 
			
		||||
    padding-left: 2px;
 | 
			
		||||
    color: var(--secondary-text-color);
 | 
			
		||||
    color: var(--second-text-color);
 | 
			
		||||
    vertical-align: top;
 | 
			
		||||
    font-size: 12px;
 | 
			
		||||
    padding-bottom: 10px;
 | 
			
		||||
 | 
			
		||||
@ -48,7 +48,6 @@
 | 
			
		||||
    border-top: none;
 | 
			
		||||
    border-bottom: none;
 | 
			
		||||
    border-color: var(--box-shadow-color);
 | 
			
		||||
    color: var(--main-text-color);
 | 
			
		||||
    text-decoration: double;
 | 
			
		||||
    font-weight: 600;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
@ -23,20 +23,16 @@
 | 
			
		||||
    --second-bg-color: #2b343c;
 | 
			
		||||
    --main-header-color: #dff3f3;
 | 
			
		||||
    --main-text-color: #cce9e9;
 | 
			
		||||
    --secondary-text-color: #02fcfc;
 | 
			
		||||
    --main-link-color: #00b7b7;
 | 
			
		||||
    --island-bg-color: #3c6f79de;
 | 
			
		||||
    --island-bg-solid: #3c6f79;
 | 
			
		||||
    --island-button-color: #404c55;
 | 
			
		||||
    --island-link-color: #e1ebeb;
 | 
			
		||||
    --island-link-color: #cce9e9;
 | 
			
		||||
    --island-header-color: #4fd1d1;
 | 
			
		||||
    --island-text-color: #e1ebeb;
 | 
			
		||||
    --island-text-color: #cce9e9;
 | 
			
		||||
    --overlay-island-bg-color: #3c6f79;
 | 
			
		||||
    --box-shadow-color: rgba(0,0,0,0.19);
 | 
			
		||||
    --box-shadow: 2px 2px 4px rgba(0,0,0,0.19);
 | 
			
		||||
    --main-alert-color: #ed6d00;
 | 
			
		||||
    --second-alert-color: #e77f00;
 | 
			
		||||
    --main-warning-color: orange;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -143,7 +143,7 @@
 | 
			
		||||
  .pis {
 | 
			
		||||
    font-size: 18px;
 | 
			
		||||
    font-weight: 600;
 | 
			
		||||
    color: var(--main-text-color);
 | 
			
		||||
    color: var(--island-header-color);
 | 
			
		||||
    margin-top: 10px;
 | 
			
		||||
    margin-bottom: 5px;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 283 KiB  | 
| 
		 Before Width: | Height: | Size: 489 KiB  | 
| 
		 Before Width: | Height: | Size: 223 KiB  | 
| 
		 Before Width: | Height: | Size: 848 KiB  | 
| 
		 Before Width: | Height: | Size: 1.1 MiB  | 
| 
		 Before Width: | Height: | Size: 819 KiB  | 
| 
		 Before Width: | Height: | Size: 2.9 KiB  | 
| 
		 Before Width: | Height: | Size: 3.3 KiB  | 
@ -5,7 +5,7 @@
 | 
			
		||||
  "scope": "/",
 | 
			
		||||
  "display": "standalone",
 | 
			
		||||
  "background_color": "#404c55",
 | 
			
		||||
  "description": "Get instant access to live train data, PIS codes, and location reference codes. Built by railway staff, for railway staff – your fastest route to accurate information.",
 | 
			
		||||
  "description": "Live station departures, PIS Code Lookup, Reference Data, Timetable search, with enhanced data for staff.",
 | 
			
		||||
  "categories": "travel,utilities",
 | 
			
		||||
  "lang": "en",
 | 
			
		||||
  "orientation": "portrait",
 | 
			
		||||
@ -29,76 +29,5 @@
 | 
			
		||||
      "type": "image/png",
 | 
			
		||||
      "purpose": "any"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "screenshots": [
 | 
			
		||||
    {
 | 
			
		||||
      "src": "/images/screenshots/narrow-home.png",
 | 
			
		||||
      "type": "image/png",
 | 
			
		||||
      "sizes": "720x1480",
 | 
			
		||||
      "form_factor": "narrow",
 | 
			
		||||
      "label": "Homescreen of OwlBoard"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "src": "/images/screenshots/narrow-ldbs.png",
 | 
			
		||||
      "type": "image/png",
 | 
			
		||||
      "sizes": "720x1480",
 | 
			
		||||
      "form_factor": "narrow",
 | 
			
		||||
      "label": "Live rail departure boards"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "src": "/images/screenshots/narrow-timetable.png",
 | 
			
		||||
      "type": "image/png",
 | 
			
		||||
      "sizes": "720x1480",
 | 
			
		||||
      "form_factor": "narrow",
 | 
			
		||||
      "label": "Train details and PIS Codes"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "src": "/images/screenshots/wide-home.png",
 | 
			
		||||
      "type": "image/png",
 | 
			
		||||
      "sizes": "2560x1600",
 | 
			
		||||
      "form_factor": "wide",
 | 
			
		||||
      "label": "Homescreen of OwlBoard"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "src": "/images/screenshots/wide-ldbs.png",
 | 
			
		||||
      "type": "image/png",
 | 
			
		||||
      "sizes": "2560x1600",
 | 
			
		||||
      "form_factor": "wide",
 | 
			
		||||
      "label": "Live rail departure boards"
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "src": "/images/screenshots/wide-timetable.png",
 | 
			
		||||
      "type": "image/png",
 | 
			
		||||
      "sizes": "2560x1600",
 | 
			
		||||
      "form_factor": "wide",
 | 
			
		||||
      "label": "Train details and PIS Codes"
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "shortcuts": [
 | 
			
		||||
    {
 | 
			
		||||
      "name": "Location Reference",
 | 
			
		||||
      "short_name": "Loc Reference",
 | 
			
		||||
      "description": "Lookup location reference data about the UK Rail network",
 | 
			
		||||
      "url": "/more/corpus",
 | 
			
		||||
      "icons": [
 | 
			
		||||
        {
 | 
			
		||||
          "src": "/images/shortcuts/location_ref.png",
 | 
			
		||||
          "sizes": "96x96",
 | 
			
		||||
          "type": "image/png"
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    },
 | 
			
		||||
    {
 | 
			
		||||
      "name": "Settings",
 | 
			
		||||
      "description": "Your OwlBoard settings",
 | 
			
		||||
      "url": "/more/settings",
 | 
			
		||||
      "icons": [
 | 
			
		||||
        {
 | 
			
		||||
          "src": "/images/shortcuts/cog.png",
 | 
			
		||||
          "sizes": "96x96",
 | 
			
		||||
          "type": "image/png"
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
  ]
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||