Stops view feature#1259
Conversation
ea7a3ab to
87245a9
Compare
9a9a5ca to
5640494
Compare
| "scripts": { | ||
| "generate": "openapi-ts -i ../../openapi.yaml -o ./openapi/ -c @hey-api/client-fetch", | ||
| "transpile": "tsup openapi/**/*.ts --format esm --dts -d=./dist", | ||
| "transpile": "tsup openapi/index.ts --format esm --dts -d=./dist", |
There was a problem hiding this comment.
why is that necessary?
There was a problem hiding this comment.
the msvc release workflow kept failing because of some "path not found" error, this seemed to fix it.
There was a problem hiding this comment.
ah ok sry, missed the commit msg. Mmh weird that this wasn't an issue before. We should be sure that the result of the transpile is the same though
There was a problem hiding this comment.
I don't think we should throw random fixes if nobody understands what's happening. Please don't change code if you don't understand it.
My theory is that the debug runner and release runner both write into the same pnpm directory locally. The solution would probably be better separation of the runners (different users for example).
|
|
Re Toggles, maybe a single button with a to-be-found icon that opens a dropdown/popup similar to the propositions from #1139. I.e. with options like Vehicles Stops (And later, if we promote the line shape feature from a debug button to a user-facing functionality: It's a bit overwhelming. I think we at least need good defaults. On mobile this would be stations for me. Maybe even on desktop if we manage to properly filter long distance train stations for the Europe overview on api.transitous.org – which at least currently is not the case for at least France. So maybe we stick with Realtime Delay on Desktop for the time being. |
|
why review if CI is red? |
my bad i reverted some changes that broke the ci after i signaled for review. |
|
(When we keep the hover: When in place_idx_t mode, we shouldn't show platform numbers in the popups.) |



fixes #1011