web UI for open trip planner
Find a file
Säde Harhio 00a43b2142
Merge pull request #5719 from HSLdevcom/AB#517
AB#517 current location works again in embedded search
2026-04-02 09:32:30 +03:00
.github
.vscode feat: VS Code launch configuration 2026-02-17 11:13:13 +02:00
.yarn upgrade yarn to 4.13 2026-03-10 12:47:56 +02:00
app fix: set combined relax state to loading 2026-04-01 09:26:53 +03:00
build Merge branch 'v3' of github.com:HSLdevcom/digitransit-ui into improve-indoor-routing-level-info-v3 2026-03-11 14:31:52 +02:00
config add missing rollup config globals 2026-03-06 11:43:04 +02:00
digitransit-component update package versions and lockfile 2026-03-19 15:37:48 +02:00
digitransit-search-util Merge branch 'v3' of github.com:HSLdevcom/digitransit-ui into improve-indoor-routing-level-info-v3 2026-03-13 11:38:03 +02:00
digitransit-store
digitransit-util
docs Refactor names with indoorRoute to indoor. 2025-12-22 18:08:34 +02:00
sass Merge branch 'v3' into AB#411-v3 2026-03-25 13:49:25 +02:00
scripts
server
static Merge branch 'v3' of github.com:HSLdevcom/digitransit-ui into improve-indoor-routing-level-info-v3 2026-03-13 11:38:03 +02:00
test Merge branch 'v3' into AB#411-v3 2026-03-25 13:49:25 +02:00
win-launch-scripts Rewrite Webpack config for Webpack 4 2018-05-19 00:39:11 +03:00
.codecov.yml
.dockerignore
.eslintignore chore: use new graphql linter 2024-01-15 09:59:09 +02:00
.eslintrc.js disable require-default-props 2026-03-26 14:28:48 +02:00
.git-blame-ignore-revs
.gitignore feat: VS Code launch configuration 2026-02-17 11:13:13 +02:00
.lvimrc
.nvmrc
.nycrc.json
.stylelintrc.json
.yarnrc.yml update yarnrc 2026-03-10 12:48:01 +02:00
babel.config.js
COPYING
Dockerfile chore: remove unused APP_PATH and APP_CONTEXT 2025-08-25 09:09:43 +03:00
lerna.json
LICENSE-AGPL.txt
LICENSE-EUPL.txt
package.json Merge branch 'v3' into AB#74-2 2026-03-10 16:36:08 +02:00
postcss.config.js
publiccode.yml Update publiccode.yml 2026-03-02 12:47:01 +02:00
README.md
webpack.config.babel.js update sass deps to v3 2026-03-05 10:34:37 +02:00
yarn.lock update package versions and lockfile 2026-03-19 15:37:48 +02:00

Build

Digitransit-ui is a mobile friendly User interface built to work with Digitransit platform

Licensing

The source code of the platform is dual-licensed under the EUPL v1.2 and AGPLv3 licenses.

Issues

Our main issue tracking is handled in https://dev.azure.com/digitransit/digitransit However, we also monitor this repository's issues and import them to Azure Boards. You can create issues in GitHub.

Demos

Testing

Digitransit-ui is tested to work on the latest and the second latest major versions of Firefox, Chromium and Safari.

Visual tests are run with jest and playwright.

More information about testing.

Documentation