web UI for open trip planner
Find a file
2026-04-23 14:11:29 +03:00
.github fix: use correct docker build-push action 2026-04-16 14:20:23 +03: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 Add back translation. 2026-04-23 14:07:27 +03:00
build Merge branch 'index-function' into split-translations 2026-04-20 17:13:43 +03:00
config update to esm import 2026-04-13 14:33:05 +03:00
digitransit-component chore: update axios 2026-04-21 11:49:09 +03:00
digitransit-search-util chore: update axios 2026-04-21 11:49:09 +03: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 Update node version to '24.14.1'. 2026-04-10 11:11:34 +03:00
sass fix some invalid css values 2026-04-20 13:51:06 +03:00
scripts Fix 'README.md'. 2026-04-21 15:13:55 +03:00
server fix: favourite message generation 2026-04-16 07:46:47 +03:00
static AB#137 Improve how transfers are displayed 2026-04-10 09:49:16 +03:00
test Merge pull request #5762 from HSLdevcom/misc-fixes-april 2026-04-21 19:50:06 +03:00
.codecov.yml Ignore auto-generated code from coverage. 2018-12-13 10:35:05 +02:00
.dockerignore Remove windows scripts and docs because they are not used and unmaintained. 2026-04-08 11:10:31 +03:00
.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 chore: ignore some prettier commits in blame 2024-01-15 17:28:34 +02:00
.gitignore feat: VS Code launch configuration 2026-02-17 11:13:13 +02:00
.lvimrc Add project style to local vim config 2016-05-09 16:03:55 +03:00
.nvmrc Update node version to '24.14.1'. 2026-04-10 11:11:34 +03:00
.nycrc.json fixed test coverage babel problems 2018-07-03 14:05:49 +03:00
.stylelintrc.json fix: disable another rule that clashes 2024-01-15 17:15:46 +02:00
.yarnrc.yml update yarnrc 2026-03-10 12:48:01 +02:00
babel.config.js Revert "test: turn babel preset debug on temporarily" 2024-02-09 10:19:38 +02:00
COPYING Licenses 2015-08-06 16:57:39 +03:00
Dockerfile Update node version to '24.14.1'. 2026-04-10 11:11:34 +03:00
lerna.json remove outdated configuration 2025-11-21 12:14:24 +02:00
LICENSE-AGPL.txt Licenses 2015-08-06 16:57:39 +03:00
LICENSE-EUPL.txt Licenses 2015-08-06 16:57:39 +03:00
package.json Merge pull request #5762 from HSLdevcom/misc-fixes-april 2026-04-21 19:50:06 +03:00
postcss.config.js chore: upgrade style related dev dependencies 2020-09-11 17:29:36 +03:00
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 Remove the intl package. 2026-04-17 15:06:37 +03:00
yarn.lock chore: update axios 2026-04-21 11:49:09 +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