Joel Lappalainen
Joel Lappalainen
Our designers are on holiday right now so I'm not sure what they want regarding the current version. I'll try to remember to comment again once I know more.
Sorry for the delay on response due to holiday season. I'll ask our design if they have considered these options. Putting this feature behind a config options would probably be...
This approach was considered at the beginning of the digitransit design process years ago. The reason why it wasn't put into use was that there are constantly minor 1-2 minute...
Locally you can run the code as a docker container by building the project with for example `docker build -t digitransit-ui .` and then run it `docker run -it -p...
I think you can use https://github.com/relay-tools/react-relay-network-modern with urlMiddleware and batchMiddleware, or with authMiddleware. That library is already in use but we don't currently use for this purpose. I think additionally...
Yes it does work but u have to edit https://github.com/HSLdevcom/digitransit-ui/blob/v2/app/buildInfo.js#L2 to make it work.
> > Yes it does work but u have to edit […] to make it work. > > Is that deployed somewhere? https://reittiopas.hsl.fi/etusivu for example. Also, if I don't remember...
> > Indeed, there is a service worker in place. > > How do I check if the offline support works? When turning off my laptops internet connection and reloading,...
Currently, we don't have any developers in our team that use windows so the windows-related commands in package.json might be a bit outdated. You can create a pull request to...