Skip to content

Commit

Permalink
Merge branch 'dev' into uat
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheppner committed Aug 24, 2024
2 parents a8eeb1d + b4a3eea commit b34af28
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 259 deletions.
2 changes: 1 addition & 1 deletion public/i18n/de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/i18n/en.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/i18n/fr.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/i18n/it.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/i18n/sl.json

Large diffs are not rendered by default.

84 changes: 0 additions & 84 deletions src/components/AutosuggestInput.js

This file was deleted.

19 changes: 0 additions & 19 deletions src/components/CustomStarRating.js

This file was deleted.

10 changes: 0 additions & 10 deletions src/components/EndOfList.js

This file was deleted.

28 changes: 0 additions & 28 deletions src/components/NoData.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/Search/Search.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ export function Search({
onSelect: async (city) => {

if (!!city) {
console.log("L413 Search / else if inside onSelect :", city)
setCityInput(city.label);
setCity(city);
pageKey === "start" && updateCapCity(city.label);
Expand Down Expand Up @@ -683,7 +682,7 @@ export function Search({
}}
>
<span className="search-bar--searchPhase" style={{}}>
{t("start.heimatbahnhof")}
{t("start.heimatbahnhof")}
</span>
</div>
<Box
Expand Down
46 changes: 0 additions & 46 deletions src/components/SearchBarInput.js

This file was deleted.

3 changes: 1 addition & 2 deletions src/components/TourCardContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Box from "@mui/material/Box";
import InfiniteScroll from "react-infinite-scroll-component";
import { useSearchParams } from "react-router-dom";
import CircularProgress from "@mui/material/CircularProgress";
import EndOfList from "./EndOfList";

export default function TourCardContainer({
tours,
Expand Down Expand Up @@ -109,7 +108,7 @@ export default function TourCardContainer({
next={_loadTours}
hasMore={true}
loader={!!loading && <CircularProgress />}
endMessage={<EndOfList />}
endMessage={<p> </p>}
>
<Grid container spacing={2} style={{ marginLeft: `${!isMobile ? '35px' : null}` }}>
{tours.map((tour, index) => (
Expand Down
9 changes: 0 additions & 9 deletions src/components/TourConnectionCard.js

This file was deleted.

12 changes: 0 additions & 12 deletions src/components/TourProperty.js

This file was deleted.

42 changes: 0 additions & 42 deletions src/utils/backListener.js

This file was deleted.

0 comments on commit b34af28

Please sign in to comment.