web UI for open trip planner
Find a file
2026-04-02 10:39:43 +03:00
.github fix typo in workflow 2025-12-03 13:40:25 +02:00
.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 Merge branch 'v3' into next 2026-04-02 10:39:43 +03:00
build Merge branch 'v3' of github.com:HSLdevcom/digitransit-ui into AB#44-v3 2026-03-25 14:37:09 +02:00
config add missing rollup config globals 2026-03-06 11:43:04 +02:00
digitransit-component Merge branch 'v3' into next 2026-03-25 11:59:12 +02:00
digitransit-search-util Merge branch 'AB#450' into AB#450-next 2026-03-03 11:47:00 +02:00
digitransit-store fix: remove unused data 2025-04-04 12:27:12 +03:00
digitransit-util fix: try conditional i18next init 2025-09-23 14:36:16 +03:00
docs Refactor names with indoorRoute to indoor. 2025-12-22 18:08:34 +02:00
sass Merge pull request #5721 from HSLdevcom/AB#509 2026-04-02 09:22:38 +03:00
scripts Remove unnecessary parts from script. 2024-10-15 15:31:49 +03:00
server fix: add error tolerance in ticket zone assembly 2025-11-11 10:30:08 +02:00
static Merge branch 'AB#44-v3' of github.com:HSLdevcom/digitransit-ui into AB#44-next 2026-03-25 15:43:12 +02:00
test Merge branch 'v3' of github.com:HSLdevcom/digitransit-ui into AB#44-v3 2026-03-25 14:37:09 +02:00
win-launch-scripts
.codecov.yml
.dockerignore
.eslintignore
.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 remove outdated configuration 2025-11-21 12:14:24 +02:00
LICENSE-AGPL.txt
LICENSE-EUPL.txt
package.json chore: add all design system style tokens 2026-04-01 15:00:44 +03:00
postcss.config.js
publiccode.yml Update publiccode.yml 2026-03-02 12:47:01 +02:00
README.md Change issue tracking to Azure Boards 2025-10-20 12:14:44 +03:00
webpack.config.babel.js Feat: add hsl design system packages 2026-03-26 12:23:56 +02:00
yarn.lock chore: add all design system style tokens 2026-04-01 15:00:44 +03: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