web UI for open trip planner
Find a file
2026-04-02 13:32:31 +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 fix merge bug 2026-04-02 10:43:53 +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 use themed fonts in components 2026-04-02 13:32:31 +03:00
digitransit-search-util Merge branch 'v3' of github.com:HSLdevcom/digitransit-ui into AB#44-v3 2026-03-25 14:37:09 +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 branch 'next' into AB#483 2026-04-02 10:36:42 +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 'next' into AB#483 2026-04-02 10:36:42 +03:00
test fix tests 2026-04-01 10:27:25 +03: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 bump node to v20, sharp to 0.33. 2024-05-20 16:11:34 +02:00
.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 use themed fonts in components 2026-04-02 13:32:31 +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 new route notification button 2026-04-01 09:47:41 +03:00
yarn.lock use themed fonts in components 2026-04-02 13:32:31 +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