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 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: 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 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 'v3' into AB#411-v3 2026-03-25 13:49:25 +02: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 '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 Ignore auto-generated code from coverage. 2018-12-13 10:35:05 +02:00
.dockerignore debug CI [drop] 2023-06-23 10:22:34 +02: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 bump node to v20, sharp to 0.33. 2024-05-20 16:11:34 +02: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
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 Merge branch 'v3' into AB#74-2 2026-03-10 16:36:08 +02: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 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