web UI for open trip planner
Find a file
2023-12-08 11:25:16 +02:00
.github feat: indicate clearly when release tagging has an error 2023-10-13 07:51:54 +03:00
.yarn chore: merge tested branches 2023-07-07 09:45:03 +03:00
app fix: update 2023-12-08 11:25:16 +02:00
build Merge branch 'v3' into DT-5325 2023-11-07 16:33:40 +02:00
config chore: update babel configs for relay 2023-01-07 00:58:02 +02:00
digitransit-component fix: update 2023-12-08 11:25:16 +02:00
digitransit-search-util Merge branch 'v3' into DT-5325 2023-11-07 16:33:40 +02:00
digitransit-store chore: cleanup 2022-02-01 12:35:02 +02:00
digitransit-util Merge pull request #4071 from HSLdevcom/DT-4350 2021-04-15 13:01:18 +03:00
docs fix: otp schema location update 2023-10-31 10:48:10 +02:00
sass chore: config matka to use traveller capacities 2023-11-01 13:01:38 +02:00
server fix: path of form /<lang> (without trailing slash) no longer causes an infinite redirect loop 2023-05-11 07:42:12 +03:00
static Merge branch 'v3' into DT-5325 2023-11-07 16:33:40 +02:00
test Merge pull request #4898 from HSLdevcom/DT-6060 2023-11-29 13:49:53 +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: try serving local storage emitter as minimal react app 2022-04-25 15:20:25 +03:00
.eslintrc.js chore: merge next into DT-4668 2021-07-08 12:18:34 +03: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 chore: upgrade to Node.js v16; css-loader@5, sass-loader@10, node-sass@6 2023-06-23 10:30:35 +02:00
.nycrc.json fixed test coverage babel problems 2018-07-03 14:05:49 +03:00
.stylelintrc.json feat: update desktop datepicker to new design, use react-select library 2021-04-20 15:17:57 +03:00
.yarnrc.yml chore: merge tested branches 2023-07-07 09:45:03 +03:00
babel.config.js chore: update babel configs for relay 2023-01-07 00:58:02 +02:00
COPYING Licenses 2015-08-06 16:57:39 +03:00
Dockerfile Revert "chore: remove internal health check" 2023-08-21 14:39:14 +03:00
lerna.json feat: sharing FutureRouteStore 2020-09-11 10:17:33 +03: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 chore: fix analytics 2023-11-24 08:37:02 +02:00
postcss.config.js chore: upgrade style related dev dependencies 2020-09-11 17:29:36 +03:00
README.md chore: touch readme 2023-05-03 17:20:00 +03:00
webpack.config.babel.js Webpack stats.json: only include .entrypoints 2023-06-23 10:22:33 +02:00
yarn.lock chore: lockfile 2023-11-24 13:45:27 +02:00

Build codecov

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://digitransit.atlassian.net However, we also monitor this repository's issues and import them to Jira. 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