-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implementing disruptions lines display list #707
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mushtaque12
approved these changes
Jan 12, 2023
sudheer-rk
added a commit
that referenced
this pull request
Jan 26, 2023
* Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Identify and fix issue with API returning empty array (#679) * integrating rail station graph with tram disruptions * replaced atcoCode filter with naPTAN * Empty-Commit * removed unexpected console statement. Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * update staging environment with new api key * rollback dependencies updated previously * rolled back api key * updated with new api key * rollback package lock file as a test * remove extra 's' on the end of the api endpoint * added 'show more lines' toggle link to trams (#697) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/amendments to UI displaying incorrect disruptions (#703) * amendments to toggle more affected items * Restyled by prettier (#700) Co-authored-by: Restyled.io <commits@restyled.io> * resolving prettier build issue * resolving prettier issue * Restyled by prettier (#702) Co-authored-by: Restyled.io <commits@restyled.io> * Restyled by prettier is not working Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * implementing disruptions lines display list (#707) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/revise text on Disruptions when no known disruption (#677) (#708) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
sudheer-rk
added a commit
that referenced
this pull request
Mar 30, 2023
* Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Identify and fix issue with API returning empty array (#679) * integrating rail station graph with tram disruptions * replaced atcoCode filter with naPTAN * Empty-Commit * removed unexpected console statement. Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * update staging environment with new api key * rollback dependencies updated previously * rolled back api key * updated with new api key * rollback package lock file as a test * remove extra 's' on the end of the api endpoint * added 'show more lines' toggle link to trams (#697) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/amendments to UI displaying incorrect disruptions (#703) * amendments to toggle more affected items * Restyled by prettier (#700) Co-authored-by: Restyled.io <commits@restyled.io> * resolving prettier build issue * resolving prettier issue * Restyled by prettier (#702) Co-authored-by: Restyled.io <commits@restyled.io> * Restyled by prettier is not working Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * implementing disruptions lines display list (#707) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/revise text on Disruptions when no known disruption (#677) (#708) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * testing branch eslint (#721) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#720) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#722) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info * log randomString --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/group disruption lines and operators (#728) * group disruptions linas and operators and new styles * refined to display routes grouped by operators * updated styles * amendments to the disruption list * applying styles and adding severity setting --------- Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * merge master into develop & fix severity --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
sudheer-rk
added a commit
that referenced
this pull request
May 12, 2023
* Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Identify and fix issue with API returning empty array (#679) * integrating rail station graph with tram disruptions * replaced atcoCode filter with naPTAN * Empty-Commit * removed unexpected console statement. Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * update staging environment with new api key * rollback dependencies updated previously * rolled back api key * updated with new api key * rollback package lock file as a test * remove extra 's' on the end of the api endpoint * added 'show more lines' toggle link to trams (#697) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/amendments to UI displaying incorrect disruptions (#703) * amendments to toggle more affected items * Restyled by prettier (#700) Co-authored-by: Restyled.io <commits@restyled.io> * resolving prettier build issue * resolving prettier issue * Restyled by prettier (#702) Co-authored-by: Restyled.io <commits@restyled.io> * Restyled by prettier is not working Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * implementing disruptions lines display list (#707) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/revise text on Disruptions when no known disruption (#677) (#708) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * testing branch eslint (#721) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#720) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#722) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info * log randomString --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/group disruption lines and operators (#728) * group disruptions linas and operators and new styles * refined to display routes grouped by operators * updated styles * amendments to the disruption list * applying styles and adding severity setting --------- Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * merge master into develop & fix severity * urgent fix: hard coded industrial action text * show disruption descriptions on trains --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
sudheer-rk
added a commit
that referenced
this pull request
May 12, 2023
* Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Identify and fix issue with API returning empty array (#679) * integrating rail station graph with tram disruptions * replaced atcoCode filter with naPTAN * Empty-Commit * removed unexpected console statement. Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * update staging environment with new api key * rollback dependencies updated previously * rolled back api key * updated with new api key * rollback package lock file as a test * remove extra 's' on the end of the api endpoint * added 'show more lines' toggle link to trams (#697) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/amendments to UI displaying incorrect disruptions (#703) * amendments to toggle more affected items * Restyled by prettier (#700) Co-authored-by: Restyled.io <commits@restyled.io> * resolving prettier build issue * resolving prettier issue * Restyled by prettier (#702) Co-authored-by: Restyled.io <commits@restyled.io> * Restyled by prettier is not working Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * implementing disruptions lines display list (#707) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/revise text on Disruptions when no known disruption (#677) (#708) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * testing branch eslint (#721) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#720) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#722) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info * log randomString --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/group disruption lines and operators (#728) * group disruptions linas and operators and new styles * refined to display routes grouped by operators * updated styles * amendments to the disruption list * applying styles and adding severity setting --------- Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * merge master into develop & fix severity * urgent fix: hard coded industrial action text * show disruption descriptions on trains * fixed case issue --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io>
rolorogan
added a commit
that referenced
this pull request
Mar 21, 2024
* Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Identify and fix issue with API returning empty array (#679) * integrating rail station graph with tram disruptions * replaced atcoCode filter with naPTAN * Empty-Commit * removed unexpected console statement. Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * update staging environment with new api key * rollback dependencies updated previously * rolled back api key * updated with new api key * rollback package lock file as a test * remove extra 's' on the end of the api endpoint * added 'show more lines' toggle link to trams (#697) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/amendments to UI displaying incorrect disruptions (#703) * amendments to toggle more affected items * Restyled by prettier (#700) Co-authored-by: Restyled.io <commits@restyled.io> * resolving prettier build issue * resolving prettier issue * Restyled by prettier (#702) Co-authored-by: Restyled.io <commits@restyled.io> * Restyled by prettier is not working Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * implementing disruptions lines display list (#707) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/revise text on Disruptions when no known disruption (#677) (#708) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * testing branch eslint (#721) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#720) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#722) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info * log randomString --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/group disruption lines and operators (#728) * group disruptions linas and operators and new styles * refined to display routes grouped by operators * updated styles * amendments to the disruption list * applying styles and adding severity setting --------- Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * merge master into develop & fix severity * urgent fix: hard coded industrial action text * show disruption descriptions on trains * fixed case issue * appled paragraph formatting * fix: node sass (#733) * replace node-sass * prettier updates * update eslint and react-share * fix weight % * eslint prettier updates and new lint npm scripts * automatic lint issue fixes * + babel/plugin-proposal-private-property-in-object * ignore some linting errors * fix: rail disruption time (#734) * include react-moment plugin * Tidy up for release * fix ReactDOM error * fix import order * Add time to rail disruptions * remove disruption log * Amend API keys * Alter API keys for netlify --------- Co-authored-by: Nathan Rogan <rolorogan@gmail.com> * Remove BST temp +1 hour fix (#740) * add local to train times (#744) --------- Co-authored-by: Sudheer <92720228+sudheer-rk@users.noreply.github.com> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Nathan Rogan <rolorogan@gmail.com>
rolorogan
added a commit
that referenced
this pull request
May 21, 2024
* Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Identify and fix issue with API returning empty array (#679) * integrating rail station graph with tram disruptions * replaced atcoCode filter with naPTAN * Empty-Commit * removed unexpected console statement. Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * update staging environment with new api key * rollback dependencies updated previously * rolled back api key * updated with new api key * rollback package lock file as a test * remove extra 's' on the end of the api endpoint * added 'show more lines' toggle link to trams (#697) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/amendments to UI displaying incorrect disruptions (#703) * amendments to toggle more affected items * Restyled by prettier (#700) Co-authored-by: Restyled.io <commits@restyled.io> * resolving prettier build issue * resolving prettier issue * Restyled by prettier (#702) Co-authored-by: Restyled.io <commits@restyled.io> * Restyled by prettier is not working Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * implementing disruptions lines display list (#707) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/revise text on Disruptions when no known disruption (#677) (#708) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * testing branch eslint (#721) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#720) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#722) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info * log randomString --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/group disruption lines and operators (#728) * group disruptions linas and operators and new styles * refined to display routes grouped by operators * updated styles * amendments to the disruption list * applying styles and adding severity setting --------- Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * merge master into develop & fix severity * urgent fix: hard coded industrial action text * show disruption descriptions on trains * fixed case issue * appled paragraph formatting * fix: node sass (#733) * replace node-sass * prettier updates * update eslint and react-share * fix weight % * eslint prettier updates and new lint npm scripts * automatic lint issue fixes * + babel/plugin-proposal-private-property-in-object * ignore some linting errors * fix: rail disruption time (#734) * include react-moment plugin * Tidy up for release * fix ReactDOM error * fix import order * Add time to rail disruptions * remove disruption log * Amend API keys * Alter API keys for netlify --------- Co-authored-by: Nathan Rogan <rolorogan@gmail.com> * Remove BST temp +1 hour fix (#740) * add local to train times (#744) * fix: Inc-15300 (#745) * fix disruption map * fix clear search css * remove esri-loader package --------- Co-authored-by: Sudheer <92720228+sudheer-rk@users.noreply.github.com> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: GeorgeEverett <87702223+GeorgeEverett@users.noreply.github.com>
rolorogan
added a commit
that referenced
this pull request
Jul 22, 2024
* Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Identify and fix issue with API returning empty array (#679) * integrating rail station graph with tram disruptions * replaced atcoCode filter with naPTAN * Empty-Commit * removed unexpected console statement. Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * update staging environment with new api key * rollback dependencies updated previously * rolled back api key * updated with new api key * rollback package lock file as a test * remove extra 's' on the end of the api endpoint * added 'show more lines' toggle link to trams (#697) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/amendments to UI displaying incorrect disruptions (#703) * amendments to toggle more affected items * Restyled by prettier (#700) Co-authored-by: Restyled.io <commits@restyled.io> * resolving prettier build issue * resolving prettier issue * Restyled by prettier (#702) Co-authored-by: Restyled.io <commits@restyled.io> * Restyled by prettier is not working Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> * implementing disruptions lines display list (#707) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/revise text on Disruptions when no known disruption (#677) (#708) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * testing branch eslint (#721) Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#720) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * bug/send random string with api call (#722) * Feature/revise text on Disruptions when no known disruption (#677) * Feature/203 links and branding (#642) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/203 links filter and video (#645) * moved feedback link to env variable and updated the header * add keys to netlify and remove unused vars on header Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/203 links and branding (#649) * website title and replan journey URL updated * updated description and short name * added new header and footer link to index page * amend header and update social media link on share-button * update feedback link and key * updated feedback link id * updated feedback link id * reinstall package-lock * remove feedback link and reinstall package-lock * reinstall package-lock * remove unused vars * updating twitter and email links Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/204 upgrade disruptions UI in line with tfwm (#650) * align the filter options and change the button styling for map and list * replacing locate map icon and updating zoom map icons * alignment of filter options and map button styling Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * ncu updates applied to project (#653) * npm-check-updates applied to project * updated comments * clear npm cache and replace propTypes any with propTypes object * fix es-lint error to move disruptionsData in its own useMemo() hook Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#656) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/upgrade node and other dependencies (#657) * ncu updates applied to project * updated comments * clear npm cache and replacing propTypes any with propTypes object * fix eslint error to move disruptionsData in its own useMemo() hook * applied npm upgrade and show header title smaller for mobiles * update node module and adjusted title margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Feature/adjust header and footer (#658) * adjusted header for mobile screen * adjusted header margin Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * npm install changes updated after mergt * added new message type NoKnownDisruptionMessage replacing 'good service' (#670) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/change good service to unknown disruption (#671) * added new message type NoKnownDisruptionMessage replacing 'good service' * remove strike message * replacing GoodServiceMessage with NoKnownDisruptionMessage Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * added random string with api call * Empty-Commit * remove spaces * remove log info * log randomString --------- Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * Bug/group disruption lines and operators (#728) * group disruptions linas and operators and new styles * refined to display routes grouped by operators * updated styles * amendments to the disruption list * applying styles and adding severity setting --------- Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> * merge master into develop & fix severity * urgent fix: hard coded industrial action text * show disruption descriptions on trains * fixed case issue * appled paragraph formatting * fix: node sass (#733) * replace node-sass * prettier updates * update eslint and react-share * fix weight % * eslint prettier updates and new lint npm scripts * automatic lint issue fixes * + babel/plugin-proposal-private-property-in-object * ignore some linting errors * fix: rail disruption time (#734) * include react-moment plugin * Tidy up for release * fix ReactDOM error * fix import order * Add time to rail disruptions * remove disruption log * Amend API keys * Alter API keys for netlify --------- Co-authored-by: Nathan Rogan <rolorogan@gmail.com> * Remove BST temp +1 hour fix (#740) * add local to train times (#744) * fix: Inc-15300 (#745) * fix disruption map * fix clear search css * remove esri-loader package * fix: inc 20732 (#747) * fix datepicker padding * add scroll bar to disruption information * Nr/fix/inc 20732 (#749) * fix datepicker padding * add scroll bar to disruption information * add banner height to mapview height * fix map height when a disruption is selected * remove console log * fix mobile height * fix overflow (#750) * fix overflow * fix desktop height * fix mobile disruption height * update package lock --------- Co-authored-by: Sudheer <92720228+sudheer-rk@users.noreply.github.com> Co-authored-by: Sudheer Kotha <SudheerKotha@wmca.org.uk> Co-authored-by: Sudheer Kotha <sudheer.kotha@wmca@org.uk> Co-authored-by: restyled-io[bot] <32688539+restyled-io[bot]@users.noreply.github.com> Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: GeorgeEverett <87702223+GeorgeEverett@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Applied changes to show multiple operators and lines for Train mode.
Disabled Restyled code formatting. Having issues with Prettier on development env