web UI for open trip planner
Find a file
2025-11-28 15:08:02 +02:00
.github use lerna v9 2025-11-21 12:13:05 +02:00
.yarn chore: add yarn interactive-tools 2025-04-13 07:56:26 +02:00
app feat: use updated Traffic now -link component in app, updated translations accordingly 2025-11-28 15:08:02 +02:00
build schema update 2025-09-25 13:10:43 +03:00
config chore: cleanup last bit of moment deps 2025-06-24 14:20:48 +03:00
digitransit-component feat: align component with hsl.fi look and feel 2025-11-28 15:07:02 +02:00
digitransit-search-util Merge branch 'v3' into next 2025-11-25 09:29:30 +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 Initial effort for removing SSR 2025-05-16 18:01:18 +03:00
sass chore: mode classes using sass 2025-11-18 16:10:19 +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 fix: improve icon ids 2025-11-28 14:52:11 +02:00
test feat: Drawer menu's Disruptions CTA navigates user to Traffic now page 2025-11-26 15:07:29 +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 Revert "feat: added eslint plugin for react-hooks (tentative)" 2024-11-07 23:43:53 +02:00
.git-blame-ignore-revs chore: ignore some prettier commits in blame 2024-01-15 17:28:34 +02:00
.gitignore chore: add .vscode directory to .gitignore for local IDE-dependent project files 2022-05-20 14:15:30 +03: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 chore: add yarn interactive-tools 2025-04-13 07:56:26 +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 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 Licenses 2015-08-06 16:57:39 +03:00
LICENSE-EUPL.txt Licenses 2015-08-06 16:57:39 +03:00
package.json use lerna v9 2025-11-21 12:13:05 +02:00
postcss.config.js chore: upgrade style related dev dependencies 2020-09-11 17:29:36 +03:00
README.md Change issue tracking to Azure Boards 2025-10-20 12:14:44 +03:00
webpack.config.babel.js chore: remove unused APP_PATH and APP_CONTEXT 2025-08-25 09:09:43 +03:00
yarn.lock feat: align component with hsl.fi look and feel 2025-11-28 15:07:02 +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