Skip to content

Commit

Permalink
Release future (#42)
Browse files Browse the repository at this point in the history
* fix babel-eslint version

* add iframe resizer script

* update iframe script

* misc updates

* update iframe resizer script

* update iframe-resizer to 3.6.3

* 3.6.5 update

* iframeresizer to cloud cdn

* oneapp updates

* style updates

* update onapp page styles

* update oneapp test url

* fix img links

* update centro cdn url

* fix cdn link

* update: git url

* oneapp updates

* h3 font size update

* oneapp linnk amends

* release 2.15.88 updates

* rebuild staging version

* fix build process for arm processors

* display price change full width of item

* styling updates

* screen css updates

* update release notes - 2.15.91

* update build files

* update css link to fix gh pages

* add live test build

* ensure boxin links are white

* add ds breadcrumb to ticket page

* update release notes - v2.15.93

* release v2.15.94

* lowercase image files

* make image files lowercase - tmp

* remove tmp tag on images

* tmp rename n network map

* rename n network map images

* update release notes - 2.15.95

* update loading message

* add ticket redirects

* fix redirects

* update nbus map

* add release notes

* feat: sd 262437 (#19)

* fix button alignment

* fix nx map

* release notes v2.15.99

* fix sass percentage calculation

* ci: add Azure Static Web Apps workflow file
on-behalf-of: @Azure [email protected]

* add build script command

* fix: build process (#21)

* fix build process

* add missing assets

* add build script for gh actions

* update app location

* update output location static app

* update description

* fix: html build files (#22)

* move html files to the build folder

* update build location

* remove / from build locations

* update app location

* version builds

* add missing assets

* switch to live api

* update links

* add static docs folder (#24)

* fix: staging version (#25)

* add static docs folder

* update staging version

* fix: staging api (#26)

* add static docs folder

* update staging version

* update staging api

* add index pages

* add screen.css

* add iframe resizer

* fix routing

* add resizer content js

* add content type meta

* add payg links

* update payg link

* update azure img ulr

* add azurelive build

* fix metro image

* add iframe resizer

* add iframe resizer (#29)

* move resizer

* fix iframe resizer (#32)

* remove pass brands

* add tag manager

* Nr/fix/endpoint (#34)

* update pro api to cloud url

* add bus map to 811

* update api endpoint

* Nr/fix/inc 9729 (#36)

* display operators on ntrain ooc

* update legacy links

* update eligibility year

* add new function for 16-18 year

* remove console logs

* feat: metro-zone-finder (#39)

* add link to metro finder

* styling updates

* Nr/feat/train message (#41)

* add train advice message

* add bus map to nnetwork tickets

---------

Co-authored-by: Nathan Rogan <[email protected]>
Co-authored-by: Nathan Rogan <[email protected]>
  • Loading branch information
3 people authored May 14, 2024
1 parent 1cfa796 commit fdc75b3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ticket/views/shared/where-can-i-use.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>
<div
data-ng-if="ticket.all.allowBus && ticket.all.allowTrain || ticket.all.allowBus && ticket.all.allowMetro || ticket.all.allowTrain && ticket.all.allowMetro || ticket.all.allowBus && ticket.all.allowTrain && ticket.all.allowMetro">
<tabs>
<pane data-ng-if="ticket.all.brand == 'nBus' || ticket.all.id == '811'" title="Bus">
<pane data-ng-if="ticket.all.brand == 'nBus' || ticket.all.brand == 'nnetwork' || ticket.all.id == '811'" title="Bus">
<div class="imgwrapper">
<a ng-href="$*imgUrl/nbus_nnetworkmap.png" data-lightbox="bus"><img
ng-src="$*imgUrl/nbus_nnetworkmap-thumbnail.png" />
Expand Down
16 changes: 16 additions & 0 deletions src/app/tickets/views/shared/initial-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,22 @@
</div>
<!-- /Mode & Pass -->

<div
data-ng-if="tickets.postJSON.allowTrain"
class="grid-12 errors"
>
<div class="boxin -messages">
<p><strong>Ticket advice</strong></p>
<p>
Our finder can tell you about tickets covering rail zones but it may be cheaper to buy a station to station ticket. You can check this at
<a
href="http://www.nationalrail.co.uk/"
target="_blank"
>National Rail</a>
</p>
</div>
</div>

<!-- Traveller -->
<div class="rowcontainer traveller">
<div
Expand Down

0 comments on commit fdc75b3

Please sign in to comment.