inseven / builds

GitHub Actions status board for macOS and iOS
MIT License
1 stars 1 forks source link

Workflow name isn’t expanded in the single workflow widget configuration #337

Closed jbmorley closed 4 months ago

jbmorley commented 4 months ago

I think this is going to prove to be a pretty gnarly one as it invovles figuring how to manage workflow names which are allowed to change dynamically. We don't currently have a mechanism for updating these, or caching the original workflow name.

I think the best approach here is to cache the name when we add a workflow and use this as the placeholder. In the future, we can cache, per-device, a lookup that stores the updated names and use this whenever we need to show users a result without hitting the server.

jbmorley commented 4 months ago

This is closely related to #131.