Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2c184e7
fix: refactor ItineraryPageControls.js
vesameskanen May 25, 2026
885f858
fix: refactor SearchSettings
vesameskanen May 25, 2026
aa9fb21
fix: refactor OriginDestinationBar
vesameskanen May 25, 2026
18c10a1
chore: modernize RightOffcanvasToggle
vesameskanen May 26, 2026
0240ddd
chore: make Popover more general
vesameskanen May 26, 2026
7663988
feat: popover icon as prop
vesameskanen May 26, 2026
595b5dd
feat: intro popover for personalization
vesameskanen May 26, 2026
e077b66
feat: general purpose map control button
vesameskanen May 27, 2026
18e2279
chore: move and rename BubbleDialog
vesameskanen May 27, 2026
2cb427f
fix: remove dead BubbleDialog and useless MapLayerButton
vesameskanen May 27, 2026
8c005d0
fix: modernize MapLayersDialogContent
vesameskanen May 27, 2026
460e580
chore: remove unnecessary wrappers
vesameskanen May 27, 2026
f829087
fix: unit tests
vesameskanen May 27, 2026
fbe2e69
feat: make popover more generic
vesameskanen May 27, 2026
4ed2c73
feat: highlighted popover which targets to and element
vesameskanen May 28, 2026
da51557
fix: messy settings toggle styling
vesameskanen May 28, 2026
d0f73e1
fix: improve and simplify datetimepicker styles
vesameskanen May 28, 2026
6642fb4
chore: remove useless div wrappers
vesameskanen May 28, 2026
bdc9325
chore: styles simplified
vesameskanen May 28, 2026
e6b1d93
feat: fade out animation for dimming overlay
vesameskanen May 28, 2026
896d781
Merge branch 'v3' into AB#592
vesameskanen May 28, 2026
a26718e
fix: rename alt-travel-bar to something sensible
vesameskanen May 28, 2026
31b639c
chore: renamde RightOffcanvasToggle
vesameskanen May 28, 2026
cd03998
fix: Legs to modernized function
vesameskanen May 28, 2026
cb5a090
fix: missing aria-label to maplayer button
vesameskanen May 28, 2026
dc93bb5
fix: config and shape confusion
vesameskanen May 29, 2026
0620f5c
fix: modernize withGeojsonObjects
vesameskanen May 29, 2026
0a88f52
fix: allow changing state of a single geoJson layer
vesameskanen May 29, 2026
82a79bb
chore: modernize NationalServiceLink
vesameskanen May 29, 2026
8956900
fix: modernize and refactor ItineraryCircleLine
vesameskanen May 29, 2026
e811176
fix: modernize ScooterLinkContainer
vesameskanen May 29, 2026
4c0d8fd
fix: modernize VehicleRentalLeg
vesameskanen May 29, 2026
693a0ef
fix: translation typo
vesameskanen May 29, 2026
90fe8e8
chore: modernize VehicleRentalDurationInfo
vesameskanen May 29, 2026
6f39da2
chore: modernize NaviBottom
vesameskanen May 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
173 changes: 0 additions & 173 deletions app/component/BubbleDialog.js

This file was deleted.

24 changes: 10 additions & 14 deletions app/component/IndexPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,13 +365,11 @@ function IndexPage(props, context) {
/>
</span>
<LocationSearch {...locationSearchProps} />
<div className="datetimepicker-container">
<DatetimepickerContainer
realtime
color={colors.primary}
lang={language}
/>
</div>
<DatetimepickerContainer
realtime
color={colors.primary}
lang={language}
/>
{!config.hideFavourites && (
<>
<FavouritesContainer
Expand Down Expand Up @@ -422,13 +420,11 @@ function IndexPage(props, context) {
>
<CtrlPanel position="bottom" fontWeights={fontWeights}>
<LocationSearch disableAutoFocus isMobile {...locationSearchProps} />
<div className="datetimepicker-container">
<DatetimepickerContainer
realtime
color={colors.primary}
lang={language}
/>
</div>
<DatetimepickerContainer
realtime
color={colors.primary}
lang={language}
/>
<FavouritesContainer
onClickFavourite={clickFavourite}
lang={language}
Expand Down
Loading
Loading