tidbyt / community

A publishing platform for apps developed by the Tidbyt community 🚀
Apache License 2.0
392 stars 681 forks source link

Additional denser_bart features #2608

Closed scoobmx closed 1 month ago

scoobmx commented 1 month ago
  1. Generate station selector field from API key field
  2. Add a toggle for a visual mode that graphs departure times instead of using text marquees. This allows station abbreviations to be 3 letters instead of 2.
tidbyt[bot] commented 1 month ago

⚠️ The automated review process is experimental and likely has bugs. Please bear with us as we iron out the kinks and enable you to ship changes at high velocity 🚀

Next Steps

Hello! Thank you so much for your change 🤜 🤛 . There are a few things you need to do:

scoobmx commented 1 month ago

@matslina i'm seeing 2 issues and i'm not sure if they are fixable.

  1. On the schema page, the generated field doesn't show up until the user puts something into the source field. I have the source field set to "" by default, which is supposed to produce a generated field anyway, but for now I have to first input some garbage, then set it back to "" to see the generated field.
  2. On the schema page, often it will show no data, even though the actual app on the device will work fine, and I'm not sure if this has something to do with caching. I don't think it has to do with the generated fields since it was like this even before I implemented that.