inseven / builds

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

Use ‘redacted’ text style as a placeholder for missing content #346

Closed jbmorley closed 4 months ago

jbmorley commented 4 months ago

Apple has a standard way of represnting misisng or loading placeholder information in widgets as a sort of blocked 'redacted’ region. It might be visually cleaner to use this in the workflow cells and widgets when we don't have complete information, instead of simply using ‘-‘.

jbmorley commented 4 months ago

Apaprently it's actually called ‘redacted’ (https://www.hackingwithswift.com/quick-start/swiftui/how-to-mark-content-as-a-placeholder-using-redacted). 🫠