ibi-group / datatools-ui

Core application for IBI's transit data tools suite.
https://data-tools-docs.ibi-transit.com/en/latest/
MIT License
119 stars 77 forks source link

allow URL type for router and build config #1001

Closed miles-grant-ibigroup closed 9 months ago

miles-grant-ibigroup commented 10 months ago

Description

Allows us to use https://github.com/ibi-group/datatools-server/pull/577

Adds a third radio button to both configs. I tried to keep things abstract, but I think things are a bit messy. Looking for feedback on cleaning this up.

The issue is the way we determine if URL or text mode is active is by looking for the presence of URL data. Custom text should be preserved when URL is active.